Home
last modified time | relevance | path

Searched refs:keyDeclarations (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DKeyTable.java96 int doc, PrefixResolver nscontext, QName name, Vector keyDeclarations, XPathContext xctxt) in KeyTable() argument
100 m_keyDeclarations = keyDeclarations; in KeyTable()
101 KeyIterator ki = new KeyIterator(name, keyDeclarations); in KeyTable()
DKeyIterator.java81 KeyIterator(QName name, Vector keyDeclarations) in KeyIterator() argument
84 m_keyDeclarations = keyDeclarations; in KeyIterator()