KHTML
dom2_traversal.h
Go to the documentation of this file.
204 FILTER_ACCEPT = 1,
205 FILTER_REJECT = 2,
206 FILTER_SKIP = 3
217 SHOW_ALL = 0xFFFFFFFF,
218 SHOW_ELEMENT = 0x00000001,
219 SHOW_ATTRIBUTE = 0x00000002,
220 SHOW_TEXT = 0x00000004,
221 SHOW_CDATA_SECTION = 0x00000008,
222 SHOW_ENTITY_REFERENCE = 0x00000010,
223 SHOW_ENTITY = 0x00000020,
224 SHOW_PROCESSING_INSTRUCTION = 0x00000040,
225 SHOW_COMMENT = 0x00000080,
226 SHOW_DOCUMENT = 0x00000100,
227 SHOW_DOCUMENT_TYPE = 0x00000200,
228 SHOW_DOCUMENT_FRAGMENT = 0x00000400,
229 SHOW_NOTATION = 0x00000800
CustomNodeFilter can be used to define your own NodeFilter for use with NodeIterators and TreeWalkers...
Definition: dom2_traversal.h:294
The Node interface is the primary datatype for the entire Document Object Model.
Definition: dom_node.h:270
AcceptCode
The following constants are returned by the acceptNode() method:
Definition: dom2_traversal.h:203
ShowCode
These are the available values for the whatToShow parameter.
Definition: dom2_traversal.h:216
TreeWalker objects are used to navigate a document tree or subtree using the view of the document def...
Definition: dom2_traversal.h:338
The Document interface represents the entire HTML or XML document.
Definition: dom_doc.h:245
Filters are objects that know how to "filter out" nodes.
Definition: dom2_traversal.h:183
NodeIterators are used to step through a set of nodes, e.g.
Definition: dom2_traversal.h:59
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.