Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DFunctionTable.java31 public class FunctionTable class
233 new Integer(FunctionTable.FUNC_CURRENT)); in m_functionID.put()
235 new Integer(FunctionTable.FUNC_LAST)); in m_functionID.put()
237 new Integer(FunctionTable.FUNC_POSITION)); in m_functionID.put()
239 new Integer(FunctionTable.FUNC_COUNT)); in m_functionID.put()
241 new Integer(FunctionTable.FUNC_ID)); in m_functionID.put()
243 new Integer(FunctionTable.FUNC_KEY)); in m_functionID.put()
245 new Integer(FunctionTable.FUNC_LOCAL_PART)); in m_functionID.put()
247 new Integer(FunctionTable.FUNC_NAMESPACE)); in m_functionID.put()
249 new Integer(FunctionTable.FUNC_QNAME)); in m_functionID.put()
[all …]
DKeywords.java257 new Integer(FunctionTable.FUNC_ID)); in m_keywords.put()
259 new Integer(FunctionTable.FUNC_KEY)); in m_keywords.put()
DCompiler.java89 FunctionTable fTable) in Compiler()
626 FunctionTable getFunctionTable() in getFunctionTable()
1267 private FunctionTable m_functionTable;
DXPathParser.java229 private FunctionTable m_functionTable;
/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncExtFunctionAvailable.java26 import org.apache.xpath.compiler.FunctionTable;
38 transient private FunctionTable m_functionTable = null;
77 if (null == m_functionTable) m_functionTable = new FunctionTable(); in execute()
101 public void setFunctionTable(FunctionTable aTable){ in setFunctionTable()
/external/apache-xml/src/main/java/org/apache/xpath/
DXPath.java34 import org.apache.xpath.compiler.FunctionTable;
56 private transient FunctionTable m_funcTable = null;
62 m_funcTable = new FunctionTable(); in initFunctionTable()
214 ErrorListener errorListener, FunctionTable aTable) in XPath()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DStylesheetHandler.java48 import org.apache.xpath.compiler.FunctionTable;
74 private FunctionTable m_funcTable = new FunctionTable();
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DWalkerFactory.java29 import org.apache.xpath.compiler.FunctionTable;
411 case FunctionTable.FUNC_LAST: in functionProximateOrContainsProximate()
412 case FunctionTable.FUNC_POSITION: in functionProximateOrContainsProximate()