Class JsoupDocumentTypeNode
java.lang.Object
com.itextpdf.styledxmlparser.node.impl.jsoup.node.JsoupNode
com.itextpdf.styledxmlparser.node.impl.jsoup.node.JsoupDocumentTypeNode
- All Implemented Interfaces:
IDocumentTypeNode
,INode
Implementation of the
IDocumentTypeNode
interface; wrapper for the JSoup DocumentType
class.-
Field Summary
Fields inherited from class com.itextpdf.styledxmlparser.node.impl.jsoup.node.JsoupNode
parentNode
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.itextpdf.styledxmlparser.node.impl.jsoup.node.JsoupNode
addChild, childNodes, parentNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.itextpdf.styledxmlparser.node.INode
addChild, childNodes, parentNode
-
Constructor Details
-
JsoupDocumentTypeNode
Creates a newJsoupDocumentTypeNode
instance.- Parameters:
node
- the node
-