Class DocumentType
java.lang.Object
com.itextpdf.styledxmlparser.jsoup.nodes.Node
com.itextpdf.styledxmlparser.jsoup.nodes.LeafNode
com.itextpdf.styledxmlparser.jsoup.nodes.DocumentType
- All Implemented Interfaces:
Cloneable
A
<!DOCTYPE> node.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDocumentType(String name, String publicId, String systemId) Create a new doctype element. -
Method Summary
Modifier and TypeMethodDescriptionname()Get this doctype's name (when set, or empty string)nodeName()Get the node name of this node.publicId()Get this doctype's Public ID (when set, or empty string)voidsetPubSysKey(String value) systemId()Get this doctype's System ID (when set, or empty string)Methods inherited from class LeafNode
absUrl, attr, attr, attributes, baseUri, childNodeSize, doClone, doSetBaseUri, empty, ensureChildNodes, hasAttr, hasAttributes, removeAttrMethods inherited from class Node
addChildren, addChildren, after, after, before, before, childNode, childNodes, childNodesAsArray, childNodesCopy, clearAttributes, clone, equals, filter, hasParent, hasSameValue, html, indent, nextSibling, outerHtml, outerHtml, ownerDocument, parent, parentNode, previousSibling, remove, removeChild, reparentChild, replaceChild, replaceWith, root, setBaseUri, setParentNode, setSiblingIndex, shallowClone, siblingIndex, siblingNodes, toString, traverse, unwrap, wrap
-
Field Details
-
PUBLIC_KEY
- See Also:
-
SYSTEM_KEY
- See Also:
-
-
Constructor Details
-
DocumentType
-
-
Method Details
-
setPubSysKey
-
name
-
publicId
Get this doctype's Public ID (when set, or empty string)- Returns:
- doctype Public ID
-
systemId
Get this doctype's System ID (when set, or empty string)- Returns:
- doctype System ID
-
nodeName
-