#include <XalanSourceTreeElementNA.hpp>
Inherits XalanSourceTreeElement.
Inherited by XalanSourceTreeElementNANS.
Definition at line 39 of file XalanSourceTreeElementNA.hpp.
XalanSourceTreeElementNA::XalanSourceTreeElementNA | ( | MemoryManager & | theManager, | |
const XalanDOMString & | theTagName, | |||
XalanSourceTreeDocument * | theOwnerDocument, | |||
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 | |
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 XalanSourceTreeElementNA::~XalanSourceTreeElementNA | ( | ) | [virtual] |
virtual const XalanNamedNodeMap* XalanSourceTreeElementNA::getAttributes | ( | ) | const [virtual] |
Gets a NamedNodeMap
containing the attributes of this node (if it is an Element
) or null
otherwise.
Implements XalanSourceTreeElement.
virtual const XalanDOMString& XalanSourceTreeElementNA::getLocalName | ( | ) | const [virtual] |
Returns the local part of the qualified name of this node.
For nodes created with a DOM Level 1 method, such as createElement
from the Document
interface, it is null.
Implements XalanSourceTreeElement.
Reimplemented in XalanSourceTreeElementNANS.
virtual const XalanDOMString& XalanSourceTreeElementNA::getNamespaceURI | ( | ) | const [virtual] |
Get the namespace URI of this node, or null
if it is unspecified.
This is not a computed value that is the result of a namespace lookup based on an examination of the namespace declarations in scope. It is merely the namespace URI given at creation time.
For nodes of any type other than ELEMENT_NODE
and ATTRIBUTE_NODE
and nodes created with a DOM Level 1 method, such as createElement
from the Document
interface, this is always null
.
Implements XalanSourceTreeElement.
Reimplemented in XalanSourceTreeElementNANS.
virtual const XalanDOMString& XalanSourceTreeElementNA::getPrefix | ( | ) | const [virtual] |
Get the namespace prefix of this node, or null
if it is unspecified.
Implements XalanSourceTreeElement.
Reimplemented in XalanSourceTreeElementNANS.
const XalanEmptyNamedNodeMap XalanSourceTreeElementNA::s_emptyAttributes [static, protected] |
Definition at line 80 of file XalanSourceTreeElementNA.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|