#include <XalanSourceTreeAttrNS.hpp>
Inherits XalanSourceTreeAttr.
Definition at line 43 of file XalanSourceTreeAttrNS.hpp.
XalanSourceTreeAttrNS::XalanSourceTreeAttrNS | ( | const XalanDOMString & | theName, | |
const XalanDOMString & | theLocalName, | |||
const XalanDOMString & | theNamespaceURI, | |||
const XalanDOMString & | thePrefix, | |||
const XalanDOMString & | theValue, | |||
XalanSourceTreeElement * | theOwnerElement = 0 , |
|||
IndexType | theIndex = 0 | |||
) |
Constructor.
theName | The name of the attribute | |
theLocalName | The local name of the attribute | |
theNamespaceURI | The namespace URI of the attribute | |
thePrefix | The namespace prefix of the attribute | |
theValue | The value of the attribute | |
theOwnerElement | The element that owns the instance | |
theIndex | The document-order index of the node. |
virtual XalanSourceTreeAttrNS::~XalanSourceTreeAttrNS | ( | ) | [virtual] |
virtual const XalanDOMString& XalanSourceTreeAttrNS::getLocalName | ( | ) | const [virtual] |
Returns the local part of the qualified name of this node.
Reimplemented from XalanSourceTreeAttr.
virtual const XalanDOMString& XalanSourceTreeAttrNS::getNamespaceURI | ( | ) | const [virtual] |
Get the namespace URI of this node.
Reimplemented from XalanSourceTreeAttr.
virtual const XalanDOMString& XalanSourceTreeAttrNS::getPrefix | ( | ) | const [virtual] |
Get the namespace prefix of this node.
Reimplemented from XalanSourceTreeAttr.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|