Interface IXmlDeclarationNode
-
- All Superinterfaces:
IAttributesContainer
,INameContainer
,INode
- All Known Implementing Classes:
JsoupXmlDeclarationNode
public interface IXmlDeclarationNode extends INode, IAttributesContainer, INameContainer
Interface for node classes that have a parent and children, name and attributes.
-
-
Method Summary
-
Methods inherited from interface com.itextpdf.styledxmlparser.node.IAttributesContainer
getAttribute, getAttributes
-
Methods inherited from interface com.itextpdf.styledxmlparser.node.INameContainer
name
-
Methods inherited from interface com.itextpdf.styledxmlparser.node.INode
addChild, childNodes, parentNode
-
-