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

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

?? x.tld

?? 基于java的組態軟件。使用了hibernate和spring技術
?? 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在线网站| 日韩欧美成人一区| 欧美一卡在线观看| 国产精品久久久久久妇女6080| 亚洲永久精品大片| 国产不卡一区视频| 欧美日韩国产乱码电影| 国产精品网友自拍| 久久精品噜噜噜成人av农村| 在线日韩一区二区| 亚洲欧洲色图综合| 国产大陆a不卡| 日韩欧美的一区| 日韩国产欧美三级| 在线视频欧美精品| 亚洲欧洲日韩在线| 成人av影视在线观看| 精品乱人伦一区二区三区| 亚洲国产成人高清精品| 99v久久综合狠狠综合久久| 26uuu久久天堂性欧美| 日本怡春院一区二区| 欧美在线看片a免费观看| 亚洲精品中文在线观看| 成人免费毛片高清视频| 欧美videos中文字幕| 免费成人性网站| 91精品国产免费| 舔着乳尖日韩一区| 欧美日韩五月天| 亚洲综合久久久久| 欧日韩精品视频| 亚洲已满18点击进入久久| 91社区在线播放| 亚洲美女视频在线观看| 色综合天天综合网国产成人综合天| 亚洲国产成人一区二区三区| 成人涩涩免费视频| 亚洲品质自拍视频| 在线观看av不卡| 亚洲一区在线播放| 欧美日韩成人在线| 老司机免费视频一区二区三区| 日韩一区二区在线免费观看| 美女高潮久久久| 久久久久久久久久看片| 国产精品69久久久久水密桃| 中文字幕久久午夜不卡| 99精品1区2区| 午夜欧美视频在线观看| 日韩亚洲欧美成人一区| 韩国一区二区三区| 最新国产精品久久精品| 在线看国产一区二区| 石原莉奈在线亚洲三区| 欧美成人a∨高清免费观看| 国产东北露脸精品视频| 一区二区视频免费在线观看| 欧美日韩国产中文| 精品在线观看视频| 亚洲欧洲日韩女同| 在线不卡中文字幕| 国产精品综合av一区二区国产馆| 日本一区二区三区电影| 欧美偷拍一区二区| 国内精品伊人久久久久av一坑 | 亚洲欧美自拍偷拍色图| 色妹子一区二区| 久久99在线观看| 国产精品成人网| 日韩欧美亚洲国产另类| 成人白浆超碰人人人人| 视频一区欧美日韩| 亚洲天堂精品在线观看| 日韩欧美一区电影| 在线观看日产精品| 国产精品一级二级三级| 亚洲综合色噜噜狠狠| 久久久777精品电影网影网 | 国产成人av一区| 亚洲第一综合色| 国产精品卡一卡二| 日韩一区二区在线观看视频 | 国产一区亚洲一区| 一个色综合av| 中文字幕视频一区二区三区久| 在线观看91av| 91碰在线视频| 成人听书哪个软件好| 免费一区二区视频| 亚洲a一区二区| 亚洲人成7777| 中文子幕无线码一区tr| 欧美岛国在线观看| 91精品国产黑色紧身裤美女| 91在线你懂得| 成人性色生活片免费看爆迷你毛片| 日韩国产欧美三级| 亚洲成人av电影| 亚洲精品国产精品乱码不99| 国产精品看片你懂得| 国产欧美一区视频| 日韩免费视频一区| 7777精品伊人久久久大香线蕉经典版下载 | 欧美变态tickle挠乳网站| 欧美性色黄大片手机版| av资源网一区| 成人av综合在线| 懂色av中文一区二区三区| 奇米888四色在线精品| 天天综合色天天综合色h| 亚洲综合色视频| 亚洲一区二区在线播放相泽| 亚洲视频一二区| 欧美国产成人精品| 国产精品久久久久久久午夜片| 久久精品日韩一区二区三区| 欧美精品一区二区久久婷婷| 日韩免费观看高清完整版在线观看| 6080国产精品一区二区| 337p亚洲精品色噜噜噜| 91精品国产免费久久综合| 欧美一区二区三区公司| 欧美一二三区在线| 26uuu久久天堂性欧美| 久久久精品国产免大香伊| 欧美极品xxx| 亚洲欧洲性图库| 亚洲综合色噜噜狠狠| 日韩成人一级片| 国产在线精品视频| 成人免费视频免费观看| 91网站视频在线观看| 色婷婷久久99综合精品jk白丝| 精品视频在线看| 日韩欧美精品在线视频| 久久精品视频免费| 亚洲精品国产一区二区三区四区在线| 亚洲视频在线观看一区| 日韩在线一二三区| 国产一区二区三区香蕉| 91麻豆国产福利精品| 欧美三电影在线| 久久久久久久久久久电影| 亚洲乱码日产精品bd| 日韩电影在线一区二区三区| 久久99最新地址| 91香蕉视频污| 欧美一区二区三区免费在线看| 国产亚洲午夜高清国产拍精品| 亚洲色图制服诱惑| 青青草成人在线观看| 成人自拍视频在线观看| 欧美天堂一区二区三区| 久久精品亚洲国产奇米99| 一区二区激情视频| 看国产成人h片视频| 91热门视频在线观看| 精品国产乱码久久久久久老虎| 中文字幕在线观看不卡| 麻豆精品在线播放| 色综合久久久久久久久久久| 欧美一激情一区二区三区| 成人欧美一区二区三区小说| 美腿丝袜亚洲综合| 色综合天天在线| 国产欧美精品一区| 蜜臀91精品一区二区三区| 91一区二区在线| 国产日韩亚洲欧美综合| 蜜桃视频一区二区| 色狠狠一区二区三区香蕉| 欧美极品少妇xxxxⅹ高跟鞋| 青青草97国产精品免费观看| 色综合久久久久久久久久久| 欧美精品一区二区三区在线 | 亚洲制服丝袜一区| 成人精品视频一区| 久久九九久久九九| 蜜桃一区二区三区在线| 欧美日韩大陆一区二区| 亚洲日本韩国一区| 成人一区在线看| 久久综合九色综合97_久久久| 日韩电影在线一区| 欧美日产国产精品| 亚洲国产成人av网| 在线区一区二视频| 亚洲免费观看在线视频| 91在线国产福利| 国产精品久久久久三级| 国产在线乱码一区二区三区| 91精品国产乱| 男女视频一区二区| 91精品黄色片免费大全| 亚洲午夜激情网站| 777久久久精品| 日本欧美在线观看| 欧美videos中文字幕| 国产在线精品视频|