亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? x.tld

?? have a look Spring+Hibernate+Struts資源共享系統
?? TLD
字號:
<?xml version="1.0" encoding="UTF-8" ?><taglib xmlns="http://java.sun.com/xml/ns/j2ee"    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"    version="2.0">      <description>JSTL 1.1 XML library</description>  <display-name>JSTL XML</display-name>  <tlib-version>1.1</tlib-version>  <short-name>x</short-name>  <uri>http://java.sun.com/jsp/jstl/xml</uri>  <validator>    <description>        Provides validation features for JSTL XML tags.    </description>    <validator-class>	org.apache.taglibs.standard.tlv.JstlXmlTLV    </validator-class>  </validator>  <tag>    <description>        Simple conditional tag that establishes a context for        mutually exclusive conditional operations, marked by        &lt;when&gt; and &lt;otherwise&gt;    </description>    <name>choose</name>    <tag-class>org.apache.taglibs.standard.tag.common.core.ChooseTag</tag-class>    <body-content>JSP</body-content>  </tag>  <tag>    <description>	Like &lt;%= ... &gt;, but for XPath expressions.    </description>    <name>out</name>    <tag-class>org.apache.taglibs.standard.tag.rt.xml.ExprTag</tag-class>    <body-content>empty</body-content>    <attribute>        <description>XPath expression to be evaluated.        </description>        <name>select</name>        <required>true</required>        <rtexprvalue>false</rtexprvalue>    </attribute>    <attribute>        <description>Determines whether characters &lt;,&gt;,&amp;,'," in theresulting string should be converted to theircorresponding character entity codes. Defaultvalue is true.        </description>        <name>escapeXml</name>        <required>false</required>        <rtexprvalue>true</rtexprvalue>    </attribute>  </tag>  <tag>    <description>        XML conditional tag, which evalutes its body if the        supplied XPath expression evalutes to 'true' as a boolean    </description>    <name>if</name>    <tag-class>org.apache.taglibs.standard.tag.common.xml.IfTag</tag-class>    <body-content>JSP</body-content>    <attribute>        <description>The test condition that tells whether or not thebody content should be processed.        </description>        <name>select</name>        <required>true</required>        <rtexprvalue>false</rtexprvalue>    </attribute>    <attribute>        <description>Name of the exported scoped variable for theresulting value of the test condition. The typeof the scoped variable is Boolean.        </description>        <name>var</name>        <required>false</required>        <rtexprvalue>false</rtexprvalue>    </attribute>    <attribute>        <description>Scope for var.        </description>        <name>scope</name>        <required>false</required>        <rtexprvalue>false</rtexprvalue>    </attribute>  </tag>  <tag>    <description>	XML iteration tag.    </description>    <name>forEach</name>    <tag-class>org.apache.taglibs.standard.tag.common.xml.ForEachTag</tag-class>    <body-content>JSP</body-content>    <attribute>        <description>Name of the exported scoped variable for thecurrent item of the iteration. This scoped variablehas nested visibility. Its type depends on theresult of the XPath expression in the selectattribute.        </description>	<name>var</name>	<required>false</required>	<rtexprvalue>false</rtexprvalue>    </attribute>    <attribute>        <description>XPath expression to be evaluated.        </description>	<name>select</name>	<required>true</required>	<rtexprvalue>false</rtexprvalue>    </attribute>    <attribute>        <description>Iteration begins at the item located at thespecified index. First item of the collection hasindex 0.        </description>	<name>begin</name>	<required>false</required>	<rtexprvalue>true</rtexprvalue>	<type>int</type>    </attribute>    <attribute>        <description>Iteration ends at the item located at the specifiedindex (inclusive).        </description>	<name>end</name>	<required>false</required>	<rtexprvalue>true</rtexprvalue>	<type>int</type>    </attribute>    <attribute>        <description>Iteration will only process every step items ofthe collection, starting with the first one.        </description>	<name>step</name>	<required>false</required>	<rtexprvalue>true</rtexprvalue>	<type>int</type>    </attribute>    <attribute>        <description>Name of the exported scoped variable for thestatus of the iteration. Object exported is of typejavax.servlet.jsp.jstl.core.LoopTagStatus. This scoped variable has nested visibility.        </description>	<name>varStatus</name>	<required>false</required>	<rtexprvalue>false</rtexprvalue>    </attribute>  </tag>  <tag>    <description>	Subtag of &lt;choose&gt; that follows &lt;when&gt; tags	and runs only if all of the prior conditions evaluated to	'false'    </description>    <name>otherwise</name>    <tag-class>org.apache.taglibs.standard.tag.common.core.OtherwiseTag</tag-class>    <body-content>JSP</body-content>  </tag>  <tag>    <description>        Adds a parameter to a containing 'transform' tag's Transformer    </description>    <name>param</name>    <tag-class>org.apache.taglibs.standard.tag.rt.xml.ParamTag</tag-class>    <body-content>JSP</body-content>    <attribute>        <description>Name of the transformation parameter.        </description>        <name>name</name>        <required>true</required>        <rtexprvalue>true</rtexprvalue>    </attribute>    <attribute>        <description>Value of the parameter.        </description>        <name>value</name>        <required>false</required>        <rtexprvalue>true</rtexprvalue>    </attribute>  </tag>  <tag>    <description>	Parses XML content from 'source' attribute or 'body'    </description>    <name>parse</name>    <tag-class>org.apache.taglibs.standard.tag.rt.xml.ParseTag</tag-class>    <tei-class>org.apache.taglibs.standard.tei.XmlParseTEI</tei-class>    <body-content>JSP</body-content>    <attribute>        <description>Name of the exported scoped variable forthe parsed XML document. The type of thescoped variable is implementationdependent.        </description>        <name>var</name>        <required>false</required>        <rtexprvalue>false</rtexprvalue>    </attribute>    <attribute>        <description>Name of the exported scoped variable forthe parsed XML document. The type of thescoped variable isorg.w3c.dom.Document.        </description>        <name>varDom</name>        <required>false</required>        <rtexprvalue>false</rtexprvalue>    </attribute>    <attribute>        <description>Scope for var.        </description>        <name>scope</name>        <required>false</required>        <rtexprvalue>false</rtexprvalue>    </attribute>    <attribute>        <description>Scope for varDom.        </description>        <name>scopeDom</name>        <required>false</required>        <rtexprvalue>false</rtexprvalue>    </attribute>    <attribute>        <description>Deprecated. Use attribute 'doc' instead.        </description>        <name>xml</name>        <required>false</required>        <rtexprvalue>true</rtexprvalue>    </attribute>    <attribute>        <description>Source XML document to be parsed.        </description>        <name>doc</name>        <required>false</required>        <rtexprvalue>true</rtexprvalue>    </attribute>    <attribute>        <description>The system identifier (URI) for parsing theXML document.        </description>        <name>systemId</name>        <required>false</required>        <rtexprvalue>true</rtexprvalue>    </attribute>    <attribute>        <description>Filter to be applied to the sourcedocument.        </description>        <name>filter</name>        <required>false</required>        <rtexprvalue>true</rtexprvalue>    </attribute>  </tag>  <tag>    <description>	Saves the result of an XPath expression evaluation in a 'scope'    </description>    <name>set</name>    <tag-class>org.apache.taglibs.standard.tag.common.xml.SetTag</tag-class>    <body-content>empty</body-content>    <attribute>        <description>Name of the exported scoped variable to holdthe value specified in the action. The type of thescoped variable is whatever type the selectexpression evaluates to.        </description>        <name>var</name>        <required>true</required>        <rtexprvalue>false</rtexprvalue>    </attribute>    <attribute>        <description>XPath expression to be evaluated.        </description>	<name>select</name>        <required>false</required>        <rtexprvalue>false</rtexprvalue>    </attribute>    <attribute>        <description>Scope for var.        </description>        <name>scope</name>        <required>false</required>        <rtexprvalue>false</rtexprvalue>    </attribute>  </tag>  <tag>    <description>	Conducts a transformation given a source XML document	and an XSLT stylesheet    </description>    <name>transform</name>    <tag-class>org.apache.taglibs.standard.tag.rt.xml.TransformTag</tag-class>    <tei-class>org.apache.taglibs.standard.tei.XmlTransformTEI</tei-class>    <body-content>JSP</body-content>    <attribute>        <description>Name of the exportedscoped variable for thetransformed XMLdocument. The type of thescoped variable isorg.w3c.dom.Document.        </description>        <name>var</name>        <required>false</required>        <rtexprvalue>false</rtexprvalue>    </attribute>    <attribute>        <description>Scope for var.        </description>        <name>scope</name>        <required>false</required>        <rtexprvalue>false</rtexprvalue>    </attribute>    <attribute>        <description>ResultObject that captures orprocesses the transformationresult.        </description>        <name>result</name>        <required>false</required>        <rtexprvalue>true</rtexprvalue>    </attribute>    <attribute>        <description>Deprecated. Use attribute'doc' instead.        </description>        <name>xml</name>        <required>false</required>        <rtexprvalue>true</rtexprvalue>    </attribute>    <attribute>        <description>Source XML document to betransformed. (If exported by&lt;x:set&gt;, it must correspondto a well-formed XMLdocument, not a partialdocument.)        </description>        <name>doc</name>        <required>false</required>        <rtexprvalue>true</rtexprvalue>    </attribute>    <attribute>        <description>Deprecated. Use attribute'docSystemId' instead.        </description>        <name>xmlSystemId</name>        <required>false</required>        <rtexprvalue>true</rtexprvalue>    </attribute>    <attribute>        <description>The system identifier (URI)for parsing the XMLdocument.        </description>        <name>docSystemId</name>        <required>false</required>        <rtexprvalue>true</rtexprvalue>    </attribute>    <attribute>        <description>javax.xml.transform.SourceTransformation stylesheet asa String, Reader, orSource object.        </description>	<name>xslt</name>        <required>false</required>        <rtexprvalue>true</rtexprvalue>    </attribute>    <attribute>        <description>The system identifier (URI)for parsing the XSLTstylesheet.        </description>	<name>xsltSystemId</name>        <required>false</required>        <rtexprvalue>true</rtexprvalue>    </attribute>  </tag>  <tag>    <description>        Subtag of &lt;choose&gt; that includes its body if its        expression evalutes to 'true'    </description>    <name>when</name>    <tag-class>org.apache.taglibs.standard.tag.common.xml.WhenTag</tag-class>    <body-content>JSP</body-content>    <attribute>        <description>The test condition that tells whether ornot the body content should beprocessed        </description>        <name>select</name>        <required>true</required>        <rtexprvalue>false</rtexprvalue>    </attribute>  </tag></taglib>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美午夜一区二区三区| 亚洲黄色录像片| 一区二区三区四区不卡在线| 蜜臀av一级做a爰片久久| 色综合网站在线| 久久久久久麻豆| 全部av―极品视觉盛宴亚洲| 99re亚洲国产精品| 国产欧美日韩综合精品一区二区| 图片区小说区区亚洲影院| 成人久久18免费网站麻豆| 精品国产乱码久久久久久久| 香蕉成人伊视频在线观看| 波多野结衣的一区二区三区| 久久亚洲影视婷婷| 久久99精品视频| 666欧美在线视频| 午夜欧美在线一二页| 91美女片黄在线| 国产精品久久99| 国产成人免费视频网站高清观看视频| 6080日韩午夜伦伦午夜伦| 亚洲国产人成综合网站| 色婷婷综合久久久久中文一区二区 | 国产精品免费看片| 国产成人精品一区二| 精品国产乱码久久久久久老虎 | 91精品国产综合久久国产大片| 亚洲激情自拍视频| 在线免费亚洲电影| 亚洲综合激情网| 91蝌蚪porny成人天涯| 亚洲视频一二三| 91蜜桃传媒精品久久久一区二区| 国产精品理论片在线观看| 国产91丝袜在线观看| 国产精品人妖ts系列视频| 成人ar影院免费观看视频| 一区二区中文字幕在线| 91精品福利在线| 午夜精品一区在线观看| 欧美一级夜夜爽| 国产专区综合网| 国产精品黄色在线观看| 色婷婷av一区二区三区大白胸| 一级特黄大欧美久久久| 欧美老人xxxx18| 麻豆91精品91久久久的内涵| 久久影音资源网| 成人高清视频在线观看| 亚洲国产wwwccc36天堂| 91精品国产美女浴室洗澡无遮挡| 久久精品99国产精品| 中国av一区二区三区| 色婷婷av久久久久久久| 蜜臀精品一区二区三区在线观看 | 亚洲婷婷综合久久一本伊一区| av一区二区三区| 一区二区三区在线视频免费| 3d成人h动漫网站入口| 国产曰批免费观看久久久| 亚洲男人的天堂在线观看| 3atv一区二区三区| 成人一区二区三区在线观看| 亚洲福利电影网| 日本一区二区三区在线观看| 欧亚一区二区三区| 国产精品一区二区久激情瑜伽| 亚洲天堂a在线| 欧美videossexotv100| 99久久99精品久久久久久| 日韩电影一区二区三区四区| 中日韩av电影| 日韩欧美国产电影| 91福利在线观看| 成人精品免费网站| 男人的天堂亚洲一区| 亚洲色图欧洲色图婷婷| xfplay精品久久| 欧美伦理影视网| youjizz久久| 国内精品国产成人国产三级粉色| 亚洲一区精品在线| 中文一区二区在线观看| 日韩三级免费观看| 欧美日韩国产一二三| 99re6这里只有精品视频在线观看| 日本视频在线一区| 亚洲最大成人网4388xx| 欧美激情艳妇裸体舞| 精品国产露脸精彩对白 | 日韩精品一卡二卡三卡四卡无卡| 自拍偷拍亚洲综合| 国产午夜精品久久久久久久| 欧美丰满美乳xxx高潮www| 一本一道久久a久久精品综合蜜臀| 国产成人自拍网| 国模少妇一区二区三区| 丝袜美腿一区二区三区| 亚洲制服欧美中文字幕中文字幕| 国产欧美日韩精品一区| 欧美精品一区二区三区在线播放| 91精品视频网| 777午夜精品视频在线播放| 欧美日韩国产一二三| 欧美色老头old∨ideo| 欧美专区亚洲专区| 欧美伊人久久大香线蕉综合69 | 欧美日韩国产色站一区二区三区| 99在线精品免费| 成人av电影观看| eeuss鲁片一区二区三区在线看| 国产福利91精品一区二区三区| 国产精品一二三| 国产99一区视频免费| av色综合久久天堂av综合| 成人激情综合网站| 91看片淫黄大片一级| 欧美影院一区二区三区| 欧美久久久久久蜜桃| 91精品国产一区二区三区| 欧美一区二区日韩| 精品少妇一区二区三区日产乱码| 精品粉嫩超白一线天av| 久久精品男人的天堂| 中文字幕在线观看不卡视频| 一区视频在线播放| 亚洲一区视频在线观看视频| 日韩二区三区在线观看| 国产原创一区二区三区| 成人av影院在线| 欧美视频日韩视频在线观看| 3751色影院一区二区三区| 欧美精品一区二区在线播放 | 成人黄色免费短视频| 在线观看免费视频综合| 欧美一区永久视频免费观看| 久久综合色一综合色88| 国产精品国模大尺度视频| 亚洲国产wwwccc36天堂| 国产一区二区三区最好精华液| 成人免费毛片高清视频| 欧美午夜精品免费| 久久久久久久久久久黄色| 亚洲乱码国产乱码精品精的特点| 日韩专区中文字幕一区二区| 国产精品一二三四区| 欧美色图片你懂的| 久久久久久久久伊人| 亚洲综合色丁香婷婷六月图片| 免费观看91视频大全| 99久久精品国产一区| 欧美变态口味重另类| 亚洲精品ww久久久久久p站| 久久国产综合精品| 色婷婷久久99综合精品jk白丝| 精品国产伦一区二区三区观看体验| 亚洲天堂成人网| 国产一区二区日韩精品| 在线观看亚洲一区| 欧美国产日韩a欧美在线观看| 天堂在线亚洲视频| 一本久久a久久免费精品不卡| 久久久久久麻豆| 蜜臀av一区二区三区| 欧美性感一区二区三区| 日本一区二区在线不卡| 久久国产麻豆精品| 欧美男男青年gay1069videost| 国产精品卡一卡二| 国产美女娇喘av呻吟久久| 欧美日本在线播放| 亚洲欧美日韩精品久久久久| 国产成人在线视频网址| 精品国产成人系列| 日韩高清不卡一区二区三区| 色综合久久久久综合| 国产精品久久久久久久久晋中| 麻豆精品一区二区综合av| 欧美日韩色一区| 亚洲精品第1页| 91网站在线播放| 国产精品网站导航| 国产精品一区二区久久不卡| 欧美α欧美αv大片| 蜜臀av一区二区三区| 欧美精品粉嫩高潮一区二区| 亚洲一级电影视频| 欧美三级三级三级| 亚洲综合色丁香婷婷六月图片| 色一区在线观看| 伊人夜夜躁av伊人久久| 91黄色激情网站| 亚洲精品日韩综合观看成人91| 99精品国产99久久久久久白柏| ...xxx性欧美| 色狠狠色狠狠综合| 亚洲成人激情自拍| 8x8x8国产精品| 久久国产夜色精品鲁鲁99|