java.lang.Object
io.qt.QtObject
io.qt.xml.QDomNode
io.qt.xml.QDomDocumentType
- All Implemented Interfaces:
QtObjectInterface
,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
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QDomDocumentType arg__1) clone()
Creates and returns a copy of this object.final QDomNamedNodeMap
entities()
final String
final String
name()
final QDomNamedNodeMap
final String
publicId()
final String
systemId()
Methods inherited from class io.qt.xml.QDomNode
appendChild, assign, childNodes, clear, cloneNode, cloneNode, columnNumber, equals, equals, firstChild, firstChildElement, 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, lastChildElement, lineNumber, localName, namedItem, namespaceURI, nextSibling, nextSiblingElement, nextSiblingElement, nextSiblingElement, nodeName, nodeType, nodeValue, normalize, ownerDocument, parentNode, prefix, previousSibling, previousSiblingElement, previousSiblingElement, previousSiblingElement, removeChild, replaceChild, save, save, setNodeValue, setPrefix, toAttr, toCDATASection, toCharacterData, toComment, toDocument, toDocumentFragment, toDocumentType, toElement, toEntity, toEntityReference, toNotation, toProcessingInstruction, toText, writeTo
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QDomDocumentType
public QDomDocumentType() -
QDomDocumentType
-
-
Method Details
-
entities
-
internalSubset
-
name
-
notations
-
assign
-
publicId
-
systemId
-
clone
Creates and returns a copy of this object.
-