Home
last modified time | relevance | path

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

/aoo42x/main/xmlsecurity/tools/uno/
H A DAttributeListHelper.java38 private Vector m_AttributeList; field in AttributeListHelper
42 m_AttributeList = new Vector(); in AttributeListHelper()
47 m_AttributeList.removeAllElements(); in clear()
52 int nLength = m_AttributeList.size(); in setAttribute()
59 Vector attribute = (Vector)m_AttributeList.get(i); in setAttribute()
73 m_AttributeList.addElement(attribute); in setAttribute()
83 Vector attribute = (Vector)m_AttributeList.get(index); in getAttributeItem()
93 return (short)m_AttributeList.size(); in getLength()
113 int nLength = m_AttributeList.size(); in getTypeByName()
130 int nLength = m_AttributeList.size(); in getValueByName()

Completed in 6 milliseconds