DOM::TagNodeListImpl
DOM::TagNodeListImpl Class Reference
#include <dom_nodelistimpl.h>
Inherits DOM::DynamicNodeListImpl.
Public Member Functions | |
TagNodeListImpl (NodeImpl *n, NamespaceName namespaceName, LocalName localName, PrefixName) | |
TagNodeListImpl (NodeImpl *n, const DOMString &namespaceURI, const DOMString &localName) | |
Protected Member Functions | |
bool | nodeMatches (NodeImpl *testNode, bool &doRecurse) const override |
Protected Attributes | |
LocalName | m_localName |
NamespaceName | m_namespace |
bool | m_namespaceAware |
PrefixName | m_prefix |
Detailed Description
NodeList which lists all Nodes in a document with a given tag name.
Definition at line 174 of file dom_nodelistimpl.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Fri Apr 9 2021 22:46:14 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Fri Apr 9 2021 22:46:14 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.