KHTML
util.h File Reference
Go to the source code of this file.
Namespaces | |
namespace | DOM |
namespace | khtml |
namespace | khtml::XPath |
Typedefs | |
typedef SharedPtr < DOM::StaticNodeListImpl > | khtml::XPath::DomNodeList |
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 (DOM::NodeImpl *node) |
bool | khtml::XPath::isValidContextNode (DOM::NodeImpl *node) |
DOM::NodeImpl * | khtml::XPath::nextSiblingForFollowing (DOM::NodeImpl *node) |
DOM::DOMString | khtml::XPath::stringValue (DOM::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-2013 The KDE developers.
Generated on Sat Jun 1 2013 20:22:29 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 20:22:29 by doxygen 1.8.3.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.