#include <XalanSourceTreeElementA.hpp>
Inherits XalanSourceTreeElement, and XalanNamedNodeMap.
Inherited by XalanSourceTreeElementANS.
Definition at line 39 of file XalanSourceTreeElementA.hpp.
XalanSourceTreeElementA::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.
theTagName | The tag name of the element | |
theOwnerDocument | The document that owns the instance | |
theAttributes | An array of pointers to the attribute instances for the element | |
theAttributeCount | The number of attributes. | |
theParentNode | The parent node, if any. | |
thePreviousSibling | The previous sibling, if any. | |
theNextSibling | The next sibling, if any. | |
theIndex | The document-order index of the node. |
virtual XalanSourceTreeElementA::~XalanSourceTreeElementA | ( | ) | [virtual] |
XalanSourceTreeAttr* XalanSourceTreeElementA::getAttributeByIndex | ( | XalanSize_t | index | ) | const [inline] |
Definition at line 92 of file XalanSourceTreeElementA.hpp.
XalanSize_t XalanSourceTreeElementA::getAttributeCount | ( | ) | const [inline] |
Definition at line 86 of file XalanSourceTreeElementA.hpp.
virtual const XalanNamedNodeMap* XalanSourceTreeElementA::getAttributes | ( | ) | const [virtual] |
virtual const XalanDOMString& XalanSourceTreeElementA::getLocalName | ( | ) | const [virtual] |
Reimplemented in XalanSourceTreeElementANS.
virtual const XalanDOMString& XalanSourceTreeElementA::getNamespaceURI | ( | ) | const [virtual] |
Reimplemented in XalanSourceTreeElementANS.
virtual const XalanDOMString& XalanSourceTreeElementA::getPrefix | ( | ) | const [virtual] |
Reimplemented in XalanSourceTreeElementANS.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|