Uses of Interface
com.itextpdf.styledxmlparser.node.IElementNode
Package
Description
-
Uses of IElementNode in com.itextpdf.styledxmlparser.css.page
Modifier and TypeClassDescriptionclass
CssContextNode
implementation for page margin box contexts. -
Uses of IElementNode in com.itextpdf.styledxmlparser.css.pseudo
Modifier and TypeMethodDescriptionstatic boolean
CssPseudoElementUtil.hasBeforeAfterElements
(IElementNode node) Checks for before or after elements. -
Uses of IElementNode in com.itextpdf.styledxmlparser.css.util
Modifier and TypeMethodDescriptionstatic String
CssUtils.extractAttributeValue
(String attrStr, IElementNode element) Parses string and return attribute value.static boolean
CssUtils.isStyleSheetLink
(IElementNode headChildElement) Checks if anIElementNode
represents a style sheet link. -
Uses of IElementNode in com.itextpdf.styledxmlparser.node
Modifier and TypeInterfaceDescriptioninterface
Interface that serves as a marker indicating that this particularIElementNode
is something non-standard.interface
Interface implemented by classes that are a top node, and as such represent a Document. -
Uses of IElementNode in com.itextpdf.styledxmlparser.node.impl.jsoup.node
Modifier and TypeClassDescriptionclass
Implementation of theIDocumentNode
interface; wrapper for the JSoupDocument
class.class
Implementation of theIElementNode
interface; wrapper for the JSoupJsoupNode
class. -
Uses of IElementNode in com.itextpdf.svg.css.impl
Modifier and TypeMethodDescriptionstatic boolean
SvgStyleResolver.isElementNested
(IElementNode element, String parentElementNameForSearch) -
Uses of IElementNode in com.itextpdf.svg.renderers.factories
Modifier and TypeMethodDescriptionDefaultSvgNodeRendererFactory.createSvgNodeRendererForTag
(IElementNode tag, ISvgNodeRenderer parent) ISvgNodeRendererFactory.createSvgNodeRendererForTag
(IElementNode tag, ISvgNodeRenderer parent) Create a configured renderer based on the passed Svg tag and set its parent.boolean
DefaultSvgNodeRendererFactory.isTagIgnored
(IElementNode tag) boolean
ISvgNodeRendererFactory.isTagIgnored
(IElementNode tag) Checks whether the provided tag is an ignored tag of this factory or not.