HomeSort by relevance Sort by last modified time
    Searched refs:FunctionTable (Results 1 - 12 of 12) 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){
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h 554 typedef NTSTATUS (NTAPI SpInitializeFn)(ULONG_PTR PackageId,PSECPKG_PARAMETERS Parameters,PLSA_SECPKG_FUNCTION_TABLE FunctionTable);
617 typedef NTSTATUS (NTAPI SpInstanceInitFn)(ULONG Version,PSECPKG_DLL_FUNCTIONS FunctionTable,PVOID *UserFunctions);
    [all...]
resapi.h 136 typedef DWORD (_stdcall *PSTARTUP_ROUTINE)(LPCWSTR ResourceType,DWORD MinVersionSupported,DWORD MaxVersionSupported,PSET_RESOURCE_STATUS_ROUTINE SetResourceStatus,PLOG_EVENT_ROUTINE LogEvent,PCLRES_FUNCTION_TABLE *FunctionTable);
winnt.h     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 396 milliseconds