Searched refs:m_functionTable (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFuncExtFunctionAvailable.java40 transient private FunctionTable m_functionTable = null; field in class:FuncExtFunctionAvailable
79 if (null == m_functionTable) m_functionTable = new FunctionTable();
80 return m_functionTable.functionAvailable(methName) ? XBoolean.S_TRUE : XBoolean.S_FALSE;
104 m_functionTable = aTable;
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DCompiler.java95 m_functionTable = fTable;
630 return m_functionTable;
1033 Function func = m_functionTable.getFunction(funcID);
1041 ((FuncExtFunctionAvailable) func).setFunctionTable(m_functionTable);
1061 java.lang.String name = m_functionTable.getFunctionName(funcID);
1269 private FunctionTable m_functionTable; field in class:Compiler
H A DXPathParser.java110 m_functionTable = compiler.getFunctionTable();
186 m_functionTable = compiler.getFunctionTable();
231 private FunctionTable m_functionTable; field in class:XPathParser
724 if (null == id) id = m_functionTable.getFunctionID(key);

Completed in 36 milliseconds