Uses of Class
com.itextpdf.styledxmlparser.jsoup.nodes.XmlDeclaration
-
Packages that use XmlDeclaration Package Description com.itextpdf.styledxmlparser.jsoup.nodes com.itextpdf.styledxmlparser.node.impl.jsoup.node -
-
Uses of XmlDeclaration in com.itextpdf.styledxmlparser.jsoup.nodes
Methods in com.itextpdf.styledxmlparser.jsoup.nodes that return XmlDeclaration Modifier and Type Method Description XmlDeclaration
Comment. asXmlDeclaration()
Attempt to cast this comment to an XML Declaration node. -
Uses of XmlDeclaration in com.itextpdf.styledxmlparser.node.impl.jsoup.node
Fields in com.itextpdf.styledxmlparser.node.impl.jsoup.node declared as XmlDeclaration Modifier and Type Field Description private XmlDeclaration
JsoupXmlDeclarationNode. xmlDeclaration
Constructors in com.itextpdf.styledxmlparser.node.impl.jsoup.node with parameters of type XmlDeclaration Constructor Description JsoupXmlDeclarationNode(XmlDeclaration xmlDeclaration)
Creates a newJsoupXmlDeclarationNode
instance.
-