Interface IDocumentNode
-
- All Superinterfaces:
IElementNode
,INode
,IStylesContainer
- All Known Implementing Classes:
JsoupDocumentNode
public interface IDocumentNode extends IElementNode
Interface implemented by classes that are a top node, and as such represent a Document.
-
-
Method Summary
-
Methods inherited from interface com.itextpdf.styledxmlparser.node.IElementNode
addAdditionalHtmlStyles, getAdditionalHtmlStyles, getAttribute, getAttributes, getLang, name
-
Methods inherited from interface com.itextpdf.styledxmlparser.node.INode
addChild, childNodes, parentNode
-
Methods inherited from interface com.itextpdf.styledxmlparser.node.IStylesContainer
getStyles, setStyles
-
-