Class JsoupDocumentNode
java.lang.Object
com.itextpdf.styledxmlparser.node.impl.jsoup.node.JsoupNode
com.itextpdf.styledxmlparser.node.impl.jsoup.node.JsoupElementNode
com.itextpdf.styledxmlparser.node.impl.jsoup.node.JsoupDocumentNode
- All Implemented Interfaces:
IAttributesContainer, IDocumentNode, IElementNode, INameContainer, INode, IStylesContainer
Implementation of the
IDocumentNode interface; wrapper for the JSoup Document class.-
Field Summary
FieldsFields inherited from class JsoupNode
parentNode -
Constructor Summary
ConstructorsConstructorDescriptionJsoupDocumentNode(Document document) Creates a newJsoupDocumentNodeinstance. -
Method Summary
Methods inherited from class JsoupElementNode
addAdditionalHtmlStyles, getAdditionalHtmlStyles, getAttribute, getAttributes, getLang, getStyles, name, setStyles, textMethods inherited from class JsoupNode
addChild, childNodes, parentNodeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IAttributesContainer
getAttribute, getAttributesMethods inherited from interface IElementNode
addAdditionalHtmlStyles, getAdditionalHtmlStyles, getLangMethods inherited from interface INameContainer
nameMethods inherited from interface INode
addChild, childNodes, parentNodeMethods inherited from interface IStylesContainer
getStyles, setStyles
-
Field Details
-
document
The JSoup document instance.
-
-
Constructor Details
-
JsoupDocumentNode
Creates a newJsoupDocumentNodeinstance.- Parameters:
document- the document
-
-
Method Details
-
getDocument
-