public class JsoupXmlDeclarationNode extends JsoupNode implements IXmlDeclarationNode
IXmlDeclarationNode interface; wrapper for the JSoup XmlDeclaration class.| Constructor and Description |
|---|
JsoupXmlDeclarationNode(com.itextpdf.styledxmlparser.jsoup.nodes.XmlDeclaration xmlDeclaration)
Creates a new
JsoupXmlDeclarationNode instance. |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute(String key)
Gets an attribute.
|
IAttributes |
getAttributes()
Gets the attributes.
|
String |
name()
Gets the name of the element node.
|
addChild, childNodes, parentNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddChild, childNodes, parentNodepublic JsoupXmlDeclarationNode(com.itextpdf.styledxmlparser.jsoup.nodes.XmlDeclaration xmlDeclaration)
JsoupXmlDeclarationNode instance.xmlDeclaration - the xml declaration nodepublic IAttributes getAttributes()
IAttributesContainergetAttributes in interface IAttributesContainerpublic String getAttribute(String key)
IAttributesContainergetAttribute in interface IAttributesContainerkey - the key of the attribute we want to getpublic String name()
INameContainername in interface INameContainerCopyright © 1998–2025 Apryse Group NV. All rights reserved.