Uses of Class
io.qt.xml.QDomNodeList
Package | Description |
---|---|
io.qt.xml |
-
Uses of QDomNodeList in io.qt.xml
Methods in io.qt.xml that return QDomNodeList Modifier and Type Method Description QDomNodeList
QDomNode. childNodes()
QDomNodeList
QDomNodeList. clone()
QDomNodeList
QDomDocument. elementsByTagName(String tagname)
QDomNodeList
QDomElement. elementsByTagName(String tagname)
QDomNodeList
QDomDocument. elementsByTagNameNS(String nsURI, String localName)
QDomNodeList
QDomElement. elementsByTagNameNS(String nsURI, String localName)
Constructors in io.qt.xml with parameters of type QDomNodeList Constructor Description QDomNodeList(QDomNodeList arg__1)