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

/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DKeyIterator.java63 private Vector m_keyDeclarations; field in class:KeyIterator
73 return m_keyDeclarations;
84 m_keyDeclarations = keyDeclarations;
H A DKeyTable.java56 private Vector m_keyDeclarations; field in class:KeyTable
100 m_keyDeclarations = keyDeclarations;
161 int nDeclarations = m_keyDeclarations.size();
167 KeyDeclaration kd = (KeyDeclaration) m_keyDeclarations.elementAt(i);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DStylesheet.java801 private Vector m_keyDeclarations; field in class:Stylesheet
812 if (null == m_keyDeclarations)
813 m_keyDeclarations = new Vector();
815 m_keyDeclarations.addElement(v);
831 if (null == m_keyDeclarations)
834 return (KeyDeclaration) m_keyDeclarations.elementAt(i);
845 return (null != m_keyDeclarations) ? m_keyDeclarations.size() : 0;

Completed in 111 milliseconds