Xalan-C++ API Documentation
Go to the documentation of this file.
18 #if !defined(XALANSOURCETREEELEMENTA_HEADER_GUARD_1357924680)
19 #define XALANSOURCETREEELEMENTA_HEADER_GUARD_1357924680
35 XALAN_CPP_NAMESPACE_BEGIN
56 MemoryManager& theManager,
60 XalanSize_t theAttributeCount,
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;
134 XALAN_CPP_NAMESPACE_END
138 #endif // !defined(XALANSOURCETREEELEMENTA_HEADER_GUARD_1357924680)
XalanNamedNodeMap & operator=(const XalanNamedNodeMap &theSource)
virtual const XalanDOMString & getNamespaceURI() const
Get the namespace URI of this node, or null if it is unspecified.
virtual XalanNode * getNamedItemNS(const XalanDOMString &namespaceURI, const XalanDOMString &localName) const =0
Retrieves a node specified by local name and namespace URI.
virtual const XalanNamedNodeMap * getAttributes() const
Gets a NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
XalanSourceTreeAttr * getAttributeByIndex(XalanSize_t index) const
virtual const XalanDOMString & getPrefix() const
Get the namespace prefix 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.
virtual ~XalanSourceTreeElementA()
bool operator==(const XalanNamedNodeMap &theRHS) const
virtual const XalanDOMString & getLocalName() const
Returns the local part of the qualified name of this node.
virtual XalanSize_t getLength() const =0
The number of nodes in the map.
virtual XalanNode * item(XalanSize_t index) const =0
Returns the indexth item in the map.
virtual XalanNode * getNamedItem(const XalanDOMString &name) const =0
Retrieves a node specified by name.
#define XALAN_XALANSOURCETREE_EXPORT
XalanSize_t getAttributeCount() const
Interpreting class diagrams
Doxygen and
GraphViz are
used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.
|
|