Interface ICustomElementNode
-
- All Superinterfaces:
IElementNode
,INode
,IStylesContainer
- All Known Implementing Classes:
CssPseudoElementNode
,PageMarginBoxContextNode
public interface ICustomElementNode extends IElementNode
Interface that serves as a marker indicating that this particularIElementNode
is something non-standard.
-
-
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
-
-