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

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

Completed in 2459 milliseconds