16 #if !defined(XALANSOURCETREEELEMENTNA_HEADER_GUARD_1357924680)
17 #define XALANSOURCETREEELEMENTNA_HEADER_GUARD_1357924680
33 XALAN_CPP_NAMESPACE_BEGIN
67 #if defined(XALAN_NO_COVARIANT_RETURN_TYPE)
137 XALAN_CPP_NAMESPACE_END
141 #endif // !defined(XALANSOURCETREEELEMENTNA_HEADER_GUARD_1357924680)
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
Definition: XalanVector.hpp:1111
Definition: XalanNode.hpp:44
virtual const XalanDOMString & getLocalName() const =0
Returns the local part of the qualified name of this node.
virtual XalanAttr * getAttributeNode(const XalanDOMString &name) const =0
Retrieves an DOM_Attr node by name.
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
Definition: XalanAttr.hpp:38
Definition: XalanEmptyNamedNodeMap.hpp:38
static XalanSourceTreeElementNA * create(MemoryManagerType &theManager, const XalanSourceTreeElementNA &theSource, bool deep=false)
virtual XalanSourceTreeElement * cloneNode(bool deep) const =0
Returns a duplicate of this node.
MemoryManagerType & getMemoryManager()
Definition: XalanSourceTreeElement.hpp:73
static const XalanEmptyNamedNodeMap s_emptyAttributes
Definition: XalanSourceTreeElementNA.hpp:123
virtual XalanAttr * getAttributeNodeNS(const XalanDOMString &namespaceURI, const XalanDOMString &localName) const =0
Retrieves an DOM_Attr node by local name and namespace URI.
virtual const XalanDOMString & getPrefix() const =0
Get the namespace prefix of this node, or null if it is unspecified.
XalanSourceTreeElementNA * clone(bool deep) const
Definition: XalanSourceTreeElementNA.hpp:103
#define XALAN_XALANSOURCETREE_EXPORT
Definition: XalanSourceTreeDefinitions.hpp:33
Definition: XalanNamedNodeMap.hpp:42
virtual const XalanDOMString & getAttributeNS(const XalanDOMString &namespaceURI, const XalanDOMString &localName) const =0
Retrieves an attribute value by local name and namespace URI.
virtual const XalanNamedNodeMap * getAttributes() const =0
Gets a NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise...
Definition: XalanSourceTreeElementNA.hpp:37
Definition: XalanDOMString.hpp:42
virtual const XalanDOMString & getNamespaceURI() const =0
Get the namespace URI of this node, or null if it is unspecified.
unsigned long IndexType
Definition: XalanNode.hpp:70
Definition: XalanSourceTreeDocument.hpp:73
Definition: XalanSourceTreeElement.hpp:44
virtual const XalanDOMString & getAttribute(const XalanDOMString &name) const =0
Retrieves an attribute value by name.