Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/
DXPath.java56 private transient FunctionTable m_funcTable = null; field in XPath
62 m_funcTable = new FunctionTable(); in initFunctionTable()
175 Compiler compiler = new Compiler(errorListener, locator, m_funcTable); in XPath()
217 m_funcTable = aTable; in XPath()
224 Compiler compiler = new Compiler(errorListener, locator, m_funcTable); in XPath()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DStylesheetHandler.java74 private FunctionTable m_funcTable = new FunctionTable(); field in StylesheetHandler
104 m_funcTable.installFunction("document", func); in StylesheetHandler()
110 m_funcTable.installFunction("format-number", func); in StylesheetHandler()
156 m_funcTable); in createXPath()
177 m_funcTable); in createMatchPatternXPath()