java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.xml.QDomNode
io.qt.xml.QDomDocumentType
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QDomDocumentType extends QDomNode implements Cloneable
The representation of the DTD in the document tree
Java wrapper for Qt class QDomDocumentType
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.xml.QDomNode
QDomNode.EncodingPolicy, QDomNode.NodeType
-
Constructor Summary
Constructors Modifier Constructor Description QDomDocumentType()
protected
QDomDocumentType(QtObject.QPrivateConstructor p)
Constructor for internal use only.QDomDocumentType(QDomDocumentType x)
-
Method Summary
Modifier and Type Method Description QDomDocumentType
clone()
QDomNamedNodeMap
entities()
String
internalSubset()
String
name()
QDomNamedNodeMap
notations()
String
publicId()
String
systemId()
Methods inherited from class io.qt.xml.QDomNode
appendChild, childNodes, clear, cloneNode, cloneNode, columnNumber, equals, firstChild, firstChildElement, firstChildElement, hasAttributes, hasChildNodes, hashCode, insertAfter, insertBefore, isAttr, isCDATASection, isCharacterData, isComment, isDocument, isDocumentFragment, isDocumentType, isElement, isEntity, isEntityReference, isNotation, isNull, isProcessingInstruction, isSupported, isText, lastChild, lastChildElement, lastChildElement, lineNumber, localName, namedItem, namespaceURI, nextSibling, nextSiblingElement, nextSiblingElement, nodeName, nodeType, nodeValue, normalize, ownerDocument, parentNode, prefix, previousSibling, previousSiblingElement, previousSiblingElement, removeChild, replaceChild, save, save, setNodeValue, setPrefix, toAttr, toCDATASection, toCharacterData, toComment, toDocument, toDocumentFragment, toDocumentType, toElement, toEntity, toEntityReference, toNotation, toProcessingInstruction, toText, writeTo
-
Constructor Details
-
QDomDocumentType
public QDomDocumentType() -
QDomDocumentType
-
QDomDocumentType
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details