Home | History | Annotate | Download | only in templates

Lines Matching refs:MATCH

435    * TODO: JKESS PROPOSES SPECIAL-CASE FOR NO IMPORT LIST, TO MATCH COUNT.
452 * TODO: JKESS PROPOSES SPECIAL-CASE FOR NO IMPORT LIST, TO MATCH DESCRIPTION.
566 * Get a list "xsl:attribute-set" properties that match the qname.
695 * @return NamespaceAlias that matches uri, or null if no match.
743 * Get an "xsl:template" property by node match. This looks in the imports as
748 * @param targetNode non-null reference of node that the template must match.
752 * @return reference to ElemTemplate that is the best match for targetNode, or
753 * null if no match could be made.
770 * Get an "xsl:template" property by node match. This looks in the imports as
775 * @param targetNode non-null reference of node that the template must match.
783 * @return reference to ElemTemplate that is the best match for targetNode, or
784 * null if no match could be made.
1075 XPath defMatch = new XPath("*", this, this, XPath.MATCH, errorListener);
1092 defMatch = new XPath("text() | @*", this, this, XPath.MATCH, errorListener);
1109 defMatch = new XPath("/", this, this, XPath.MATCH, errorListener);