diff --git a/wechat-master/web/WEB-INF/x.tld b/wechat-master/web/WEB-INF/x.tld index ee99279..5e988dc 100644 --- a/wechat-master/web/WEB-INF/x.tld +++ b/wechat-master/web/WEB-INF/x.tld @@ -16,17 +16,31 @@ ~ limitations under the License. --> + + + + JSTL 1.1 XML library + + JSTL XML + + 1.1 + + x + + http://java.sun.com/jsp/jstl/xml + + Provides validation features for JSTL XML tags. @@ -36,45 +50,87 @@ + + + + Simple conditional tag that establishes a context for mutually exclusive conditional operations, marked by <when> and <otherwise> + + choose + + org.apache.taglibs.standard.tag.common.core.ChooseTag + + JSP + + + + Like <%= ... >, but for XPath expressions. + + out + + org.apache.taglibs.standard.tag.rt.xml.ExprTag + + empty + + + + XPath expression to be evaluated. + + select + + true + + false + + + + Determines whether characters <,>,&,'," in the resulting string should be converted to their corresponding character entity codes. Default value is true. + + escapeXml + + false + + true + + XML conditional tag, which evalutes its body if the @@ -98,27 +154,51 @@ Name of the exported scoped variable for the resulting value of the test condition. The type of the scoped variable is Boolean. + + var + + false + + false Scope for var. + + scope + + false + + false + + + + XML iteration tag. + + forEach + + org.apache.taglibs.standard.tag.common.xml.ForEachTag + + JSP + + Name of the exported scoped variable for the @@ -127,47 +207,89 @@ has nested visibility. Its type depends on the result of the XPath expression in the select attribute. + + var + + false + + false + + XPath expression to be evaluated. + + select + + true + + false + + Iteration begins at the item located at the specified index. First item of the collection has index 0. + + begin + + false + + true + + int + + Iteration ends at the item located at the specified index (inclusive). + + end + + false + + true + + int + + Iteration will only process every step items of the collection, starting with the first one. step + + false + + true + + int @@ -176,8 +298,14 @@ Name of the exported scoped variable for the status of the iteration. Object exported is of type javax.servlet.jsp.jstl.core.LoopTagStatus. This scoped variable has nested visibility. + + varStatus + + false + + false @@ -194,26 +322,48 @@ javax.servlet.jsp.jstl.core.LoopTagStatus. This scoped variable has nested visib + + Adds a parameter to a containing 'transform' tag's Transformer + + param + + org.apache.taglibs.standard.tag.rt.xml.ParamTag + + JSP + + Name of the transformation parameter. + + name + + true + + true Value of the parameter. + + value + + false + + true @@ -222,12 +372,24 @@ Value of the parameter. Parses XML content from 'source' attribute or 'body' + + parse + + org.apache.taglibs.standard.tag.rt.xml.ParseTag + + org.apache.taglibs.standard.tei.XmlParseTEI + + JSP + + + + Name of the exported scoped variable for the parsed XML document. The type of the scoped variable is implementation @@ -244,8 +406,14 @@ the parsed XML document. The type of the scoped variable is org.w3c.dom.Document. + + varDom + + false + + false @@ -253,49 +421,91 @@ org.w3c.dom.Document. Scope for var. scope + + false + + false Scope for varDom. + + scopeDom + + false + + false + + Deprecated. Use attribute 'doc' instead. + + xml + + false + + true + + Source XML document to be parsed. + + doc + + false + + true + + The system identifier (URI) for parsing the XML document. + + systemId + + false + + true + + Filter to be applied to the source document. + + filter + + false + + true @@ -304,9 +514,17 @@ document. Saves the result of an XPath expression evaluation in a 'scope' + + set + + org.apache.taglibs.standard.tag.common.xml.SetTag + + empty + + Name of the exported scoped variable to hold @@ -314,24 +532,46 @@ the value specified in the action. The type of the scoped variable is whatever type the select expression evaluates to. + + var + + true + + false + + XPath expression to be evaluated. + + select + + false + + false + + Scope for var. + + scope + + false + + false @@ -341,9 +581,17 @@ Scope for var. Conducts a transformation given a source XML document and an XSLT stylesheet + + transform + + org.apache.taglibs.standard.tag.rt.xml.TransformTag + + org.apache.taglibs.standard.tei.XmlTransformTEI + + JSP @@ -354,16 +602,28 @@ document. The type of the scoped variable is org.w3c.dom.Document. + + var + + false + + false Scope for var. + + scope + + false + + false @@ -373,8 +633,14 @@ Object that captures or processes the transformation result. + + result + + false + + true @@ -382,8 +648,14 @@ result. Deprecated. Use attribute 'doc' instead. + + xml + + false + + true @@ -395,8 +667,14 @@ to a well-formed XML document, not a partial document.) + + doc + + false + + true @@ -404,8 +682,14 @@ document.) Deprecated. Use attribute 'docSystemId' instead. + + xmlSystemId + + false + + true @@ -414,8 +698,14 @@ The system identifier (URI) for parsing the XML document. + + docSystemId + + false + + true @@ -426,7 +716,11 @@ a String, Reader, or Source object. xslt + + false + + true @@ -446,17 +740,33 @@ stylesheet. Subtag of <choose> that includes its body if its expression evalutes to 'true' + + when + + org.apache.taglibs.standard.tag.common.xml.WhenTag + + JSP + + + + The test condition that tells whether or not the body content should be processed + + select + + true + + false