Go to the documentation of this file.
22 #if !defined(XERCESC_INCLUDE_GUARD_DOMDOCUMENTTRAVERSAL_HPP)
23 #define XERCESC_INCLUDE_GUARD_DOMDOCUMENTTRAVERSAL_HPP
113 bool entityReferenceExpansion) = 0;
147 bool entityReferenceExpansion) = 0;
#define XERCES_CPP_NAMESPACE_BEGIN
Definition: XercesDefs.hpp:112
#define CDOM_EXPORT
Definition: XercesDefs.hpp:166
DOMNodeIterators are used to step through a set of nodes, e.g.
Definition: DOMNodeIterator.hpp:44
#define XERCES_CPP_NAMESPACE_END
Definition: XercesDefs.hpp:113
unsigned long ShowType
Definition: DOMNodeFilter.hpp:193
DOMDocumentTraversal()
Definition: DOMDocumentTraversal.hpp:55
DOMDocumentTraversal contains methods that create DOMNodeIterators and DOMTreeWalkers to traverse a n...
Definition: DOMDocumentTraversal.hpp:47
virtual ~DOMDocumentTraversal()
Destructor.
Definition: DOMDocumentTraversal.hpp:78
DOMTreeWalker objects are used to navigate a document tree or subtree using the view of the document ...
Definition: DOMTreeWalker.hpp:50
Filters are objects that know how to "filter out" nodes.
Definition: DOMNodeFilter.hpp:49
The DOMNode interface is the primary datatype for the entire Document Object Model.
Definition: DOMNode.hpp:139