18#if !defined(XALANSOURCETREEELEMENTA_HEADER_GUARD_1357924680)
19#define XALANSOURCETREEELEMENTA_HEADER_GUARD_1357924680
88 return m_attributeCount;
94 return index < m_attributeCount ? m_attributes[index] : 0;
#define XALAN_XALANSOURCETREE_EXPORT
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
virtual const XalanDOMString & getLocalName() const
Returns the local part of the qualified name of this node.
virtual const XalanDOMString & getNamespaceURI() const
Get the namespace URI of this node, or null if it is unspecified.
XalanSourceTreeElementA(MemoryManager &theManager, const XalanDOMString &theTagName, XalanSourceTreeDocument *theOwnerDocument, XalanSourceTreeAttr **theAttributes, XalanSize_t theAttributeCount, XalanNode *theParentNode=0, XalanNode *thePreviousSibling=0, XalanNode *theNextSibling=0, IndexType theIndex=0)
Constructor.
XalanSourceTreeAttr * getAttributeByIndex(XalanSize_t index) const
virtual ~XalanSourceTreeElementA()
virtual const XalanDOMString & getPrefix() const
Get the namespace prefix of this node, or null if it is unspecified.
virtual const XalanNamedNodeMap * getAttributes() const
Gets a NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
XalanSize_t getAttributeCount() const
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)