HomeSort by relevance Sort by last modified time
    Searched refs:FunctionTable (Results 1 - 10 of 10) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
FunctionTable.java 19 * $Id: FunctionTable.java 468655 2006-10-28 07:12:06Z minchau $
31 public class FunctionTable
233 new Integer(FunctionTable.FUNC_CURRENT));
235 new Integer(FunctionTable.FUNC_LAST));
237 new Integer(FunctionTable.FUNC_POSITION));
239 new Integer(FunctionTable.FUNC_COUNT));
241 new Integer(FunctionTable.FUNC_ID));
243 new Integer(FunctionTable.FUNC_KEY));
245 new Integer(FunctionTable.FUNC_LOCAL_PART));
247 new Integer(FunctionTable.FUNC_NAMESPACE))
    [all...]
Keywords.java 257 new Integer(FunctionTable.FUNC_ID));
259 new Integer(FunctionTable.FUNC_KEY));
Compiler.java 85 * @param fTable The FunctionTable object where the xpath build-in
89 FunctionTable fTable)
626 FunctionTable getFunctionTable()
    [all...]
XPathParser.java 229 private FunctionTable m_functionTable;
707 * values found in {@link org.apache.xpath.compiler.FunctionTable}, but may
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncExtFunctionAvailable.java 26 import org.apache.xpath.compiler.FunctionTable;
38 transient private FunctionTable m_functionTable = null;
77 if (null == m_functionTable) m_functionTable = new FunctionTable();
101 public void setFunctionTable(FunctionTable aTable){
  /frameworks/rs/driver/
rsdCore.cpp 58 static RsdHalFunctions FunctionTable = {
180 rsc->mHal.funcs = FunctionTable;
  /external/apache-xml/src/main/java/org/apache/xpath/
XPath.java 34 import org.apache.xpath.compiler.FunctionTable;
56 private transient FunctionTable m_funcTable = null;
62 m_funcTable = new FunctionTable();
214 ErrorListener errorListener, FunctionTable aTable)
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 48 import org.apache.xpath.compiler.FunctionTable;
74 private FunctionTable m_funcTable = new FunctionTable();
107 // FunctionTable.installFunction("key", func);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java 29 import org.apache.xpath.compiler.FunctionTable;
411 case FunctionTable.FUNC_LAST:
412 case FunctionTable.FUNC_POSITION:
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 455 milliseconds