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

  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
KeyIterator.java 63 private Vector m_keyDeclarations;
73 return m_keyDeclarations;
84 m_keyDeclarations = keyDeclarations;
KeyTable.java 56 private Vector m_keyDeclarations;
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/
Stylesheet.java 801 private Vector m_keyDeclarations;
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;
    [all...]

Completed in 75 milliseconds