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

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
Stylesheet.java 852 private Vector m_attributeSets;
863 if (null == m_attributeSets)
865 m_attributeSets = new Vector();
868 m_attributeSets.addElement(attrSet);
885 if (null == m_attributeSets)
888 return (ElemAttributeSet) m_attributeSets.elementAt(i);
899 return (null != m_attributeSets) ? m_attributeSets.size() : 0;
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 3651 milliseconds