Searched refs:m_attributeSets (Results 1 – 1 of 1) sorted by relevance
852 private Vector m_attributeSets; field in Stylesheet863 if (null == m_attributeSets) in setAttributeSet()865 m_attributeSets = new Vector(); in setAttributeSet()868 m_attributeSets.addElement(attrSet); in setAttributeSet()885 if (null == m_attributeSets) in getAttributeSet()888 return (ElemAttributeSet) m_attributeSets.elementAt(i); in getAttributeSet()899 return (null != m_attributeSets) ? m_attributeSets.size() : 0; in getAttributeSetCount()