16 #if !defined(XALANNODE_HEADER_GUARD_1357924680)
17 #define XALANNODE_HEADER_GUARD_1357924680
25 XALAN_CPP_NAMESPACE_BEGIN
59 CDATA_SECTION_NODE = 4,
60 ENTITY_REFERENCE_NODE = 5,
62 PROCESSING_INSTRUCTION_NODE = 7,
65 DOCUMENT_TYPE_NODE = 10,
66 DOCUMENT_FRAGMENT_NODE = 11,
73 getNodeName()
const = 0;
79 getNodeValue()
const = 0;
85 getNodeType()
const = 0;
97 getParentNode()
const = 0;
113 getChildNodes()
const = 0;
121 getFirstChild()
const = 0;
129 getLastChild()
const = 0;
137 getPreviousSibling()
const = 0;
145 getNextSibling()
const = 0;
152 getAttributes()
const = 0;
164 getOwnerDocument()
const = 0;
189 cloneNode(
bool deep)
const = 0;
270 hasChildNodes()
const = 0;
349 getNamespaceURI()
const = 0;
356 getPrefix()
const = 0;
366 getLocalName()
const = 0;
406 isIndexed()
const = 0;
415 getIndex()
const = 0;
432 static size_t s_instanceCount;
438 XALAN_CPP_NAMESPACE_END
442 #endif // !defined(XALANNODE_HEADER_GUARD_1357924680)
bool operator==(const XalanVector< Type > &theLHS, const XalanVector< Type > &theRHS)
Definition: XalanVector.hpp:1111
Definition: XalanNode.hpp:44
Definition: XalanNodeList.hpp:42
NodeType
Definition: XalanNode.hpp:53
#define XALAN_DOM_EXPORT
Definition: XalanDOMDefinitions.hpp:35
Definition: XalanNamedNodeMap.hpp:42
Definition: XalanDocument.hpp:51
Definition: XalanDOMString.hpp:42
unsigned long IndexType
Definition: XalanNode.hpp:70