18 #if !defined(XALANSOURCETREEELEMENTA_HEADER_GUARD_1357924680) 19 #define XALANSOURCETREEELEMENTA_HEADER_GUARD_1357924680 56 MemoryManager& theManager,
60 XalanSize_t theAttributeCount,
71 getAttributes()
const;
74 getNamespaceURI()
const;
88 return m_attributeCount;
94 return index < m_attributeCount ? m_attributes[index] : 0;
102 item(XalanSize_t index)
const;
129 const XalanSize_t m_attributeCount;
138 #endif // !defined(XALANSOURCETREEELEMENTA_HEADER_GUARD_1357924680)
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
XalanSourceTreeAttr * getAttributeByIndex(XalanSize_t index) const
XalanSize_t getAttributeCount() const
#define XALAN_XALANSOURCETREE_EXPORT