dom2_traversal.h
CustomNodeFilter can be used to define your own NodeFilter for use with NodeIterators and TreeWalkers...
Definition dom2_traversal.h:295
The Document interface represents the entire HTML or XML document.
Definition dom_doc.h:246
Filters are objects that know how to "filter out" nodes.
Definition dom2_traversal.h:185
AcceptCode
The following constants are returned by the acceptNode() method:
Definition dom2_traversal.h:204
NodeIterators are used to step through a set of nodes, e.g.
Definition dom2_traversal.h:61
The Node interface is the primary datatype for the entire Document Object Model.
Definition dom_node.h:275
TreeWalker objects are used to navigate a document tree or subtree using the view of the document def...
Definition dom2_traversal.h:340
The Document Object Model (DOM) is divided into two parts, the COREDOM core DOM, specifying some core...
Definition design.h:57