Home
last modified time | relevance | path

Searched refs:defMatch (Results 1 – 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DStylesheetRoot.java1075 XPath defMatch = new XPath("*", this, this, XPath.MATCH, errorListener); in initDefaultRule() local
1077 m_defaultRule.setMatch(defMatch); in initDefaultRule()
1092 defMatch = new XPath("text() | @*", this, this, XPath.MATCH, errorListener); in initDefaultRule()
1094 m_defaultTextRule.setMatch(defMatch); in initDefaultRule()
1109 defMatch = new XPath("/", this, this, XPath.MATCH, errorListener); in initDefaultRule()
1111 m_defaultRootRule.setMatch(defMatch); in initDefaultRule()