Searched defs:methodKey (Results 1 - 3 of 3) sorted by relevance
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/ |
H A D | ExtensionsProvider.java | 53 Vector argVec, Object methodKey) 52 extFunction(String ns, String funcName, Vector argVec, Object methodKey) argument
|
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/jaxp/ |
H A D | JAXPExtensionsProvider.java | 103 Object methodKey) throws javax.xml.transform.TransformerException { 132 // not using methodKey 102 extFunction(String ns, String funcName, Vector argVec, Object methodKey) argument
|
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/ |
H A D | FuncExtFunction.java | 163 * @param methodKey Unique method key, which is passed to 168 java.lang.String extensionName, Object methodKey) 173 m_methodKey = methodKey; 167 FuncExtFunction(java.lang.String namespace, java.lang.String extensionName, Object methodKey) argument
|
Completed in 32 milliseconds