KHTML
util.cpp File Reference
#include "util.h"#include "xml/dom_nodeimpl.h"#include "xml/dom_elementimpl.h"#include "xml/dom_nodelistimpl.h"Go to the source code of this file.
Namespaces | |
| namespace | khtml |
| namespace | khtml::XPath |
Functions | |
| void | khtml::XPath::collectChildrenRecursively (SharedPtr< DOM::StaticNodeListImpl > out, DOM::NodeImpl *root) |
| void | khtml::XPath::collectChildrenReverse (SharedPtr< DOM::StaticNodeListImpl > out, DOM::NodeImpl *root) |
| bool | khtml::XPath::isRootDomNode (NodeImpl *node) |
| bool | khtml::XPath::isValidContextNode (NodeImpl *node) |
| DOM::NodeImpl * | khtml::XPath::nextSiblingForFollowing (DOM::NodeImpl *node) |
| DOMString | khtml::XPath::stringValue (NodeImpl *node) |
| static QString | khtml::XPath::stringValueImpl (NodeImpl *node) |
| DOM::NodeImpl * | khtml::XPath::xpathFirstChild (DOM::NodeImpl *node) |
| DOM::NodeImpl * | khtml::XPath::xpathLastChild (DOM::NodeImpl *node) |
| DOM::NodeImpl * | khtml::XPath::xpathParentNode (DOM::NodeImpl *node) |
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.