18 #if !defined(XALANNODE_HEADER_GUARD_1357924680)
19 #define XALANNODE_HEADER_GUARD_1357924680
33 class XalanNamedNodeMap;
53 CDATA_SECTION_NODE = 4,
54 ENTITY_REFERENCE_NODE = 5,
56 PROCESSING_INSTRUCTION_NODE = 7,
59 DOCUMENT_TYPE_NODE = 10,
60 DOCUMENT_FRAGMENT_NODE = 11,
70 getNodeName()
const = 0;
76 getNodeValue()
const = 0;
82 getNodeType()
const = 0;
90 getParentNode()
const = 0;
98 getChildNodes()
const = 0;
106 getFirstChild()
const = 0;
114 getLastChild()
const = 0;
122 getPreviousSibling()
const = 0;
130 getNextSibling()
const = 0;
137 getAttributes()
const = 0;
144 getOwnerDocument()
const = 0;
150 getNamespaceURI()
const = 0;
156 getPrefix()
const = 0;
162 getLocalName()
const = 0;
170 isIndexed()
const = 0;
179 getIndex()
const = 0;
194 static size_t s_instanceCount;
204 #endif // !defined(XALANNODE_HEADER_GUARD_1357924680)