Uses of Interface
com.itextpdf.styledxmlparser.node.IElementNode
-
-
Uses of IElementNode in com.itextpdf.styledxmlparser.css.page
Classes in com.itextpdf.styledxmlparser.css.page that implement IElementNode Modifier and Type Class Description classPageMarginBoxContextNodeCssContextNodeimplementation for page margin box contexts. -
Uses of IElementNode in com.itextpdf.styledxmlparser.css.pseudo
Classes in com.itextpdf.styledxmlparser.css.pseudo that implement IElementNode Modifier and Type Class Description classCssPseudoElementNodeIElementNodeimplementation for pseudo elements.Methods in com.itextpdf.styledxmlparser.css.pseudo with parameters of type IElementNode Modifier and Type Method Description static booleanCssPseudoElementUtil. hasBeforeAfterElements(IElementNode node)Checks for before or after elements. -
Uses of IElementNode in com.itextpdf.styledxmlparser.css.util
Methods in com.itextpdf.styledxmlparser.css.util with parameters of type IElementNode Modifier and Type Method Description static java.lang.StringCssUtils. extractAttributeValue(java.lang.String attrStr, IElementNode element)Parses string and return attribute value.private static java.lang.StringCssUtils. getAttributeValue(java.lang.String attributeName, java.lang.String typeOfAttribute, java.lang.String fallback, IElementNode elementNode)static booleanCssUtils. isStyleSheetLink(IElementNode headChildElement)Checks if anIElementNoderepresents a style sheet link. -
Uses of IElementNode in com.itextpdf.styledxmlparser.node
Subinterfaces of IElementNode in com.itextpdf.styledxmlparser.node Modifier and Type Interface Description interfaceICustomElementNodeInterface that serves as a marker indicating that this particularIElementNodeis something non-standard.interfaceIDocumentNodeInterface 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
Classes in com.itextpdf.styledxmlparser.node.impl.jsoup.node that implement IElementNode Modifier and Type Class Description classJsoupDocumentNodeImplementation of theIDocumentNodeinterface; wrapper for the JSoupDocumentclass.classJsoupElementNodeImplementation of theIElementNodeinterface; wrapper for the JSoupJsoupNodeclass. -
Uses of IElementNode in com.itextpdf.svg.css.impl
Methods in com.itextpdf.svg.css.impl with parameters of type IElementNode Modifier and Type Method Description static booleanSvgStyleResolver. isElementNested(IElementNode element, java.lang.String parentElementNameForSearch)Checks whether element is nested within the passed parent element.private static booleanSvgStyleResolver. onlyNativeStylesShouldBeResolved(IElementNode element) -
Uses of IElementNode in com.itextpdf.svg.processors.impl
Methods in com.itextpdf.svg.processors.impl that return IElementNode Modifier and Type Method Description (package private) IElementNodeDefaultSvgProcessor. findFirstElement(INode node, java.lang.String tagName)Find the first element in the node-tree that corresponds with the passed tag-name. -
Uses of IElementNode in com.itextpdf.svg.renderers.factories
Methods in com.itextpdf.svg.renderers.factories with parameters of type IElementNode Modifier and Type Method Description ISvgNodeRendererDefaultSvgNodeRendererFactory. createSvgNodeRendererForTag(IElementNode tag, ISvgNodeRenderer parent)ISvgNodeRendererISvgNodeRendererFactory. createSvgNodeRendererForTag(IElementNode tag, ISvgNodeRenderer parent)Create a configured renderer based on the passed Svg tag and set its parent.booleanDefaultSvgNodeRendererFactory. isTagIgnored(IElementNode tag)booleanISvgNodeRendererFactory. isTagIgnored(IElementNode tag)Checks whether the provided tag is an ignored tag of this factory or not.
-