Uses of Interface
com.itextpdf.styledxmlparser.node.INode
Packages that use INode
Package
Description
-
Uses of INode in com.itextpdf.styledxmlparser.css
Classes in com.itextpdf.styledxmlparser.css that implement INodeMethods in com.itextpdf.styledxmlparser.css that return INodeMethods in com.itextpdf.styledxmlparser.css that return types with arguments of type INodeMethods in com.itextpdf.styledxmlparser.css with parameters of type INodeModifier and TypeMethodDescriptionvoid
CssStyleSheet.getCssDeclarations
(INode node, MediaDeviceDescription deviceDescription) Gets the CSS declarations.CssNestedAtRule.getCssRuleSets
(INode node, MediaDeviceDescription deviceDescription) CssRuleSet.getCssRuleSets
(INode element, MediaDeviceDescription deviceDescription) CssStatement.getCssRuleSets
(INode node, MediaDeviceDescription deviceDescription) Gets a list ofCssRuleSet
objects.CssStyleSheet.getCssRuleSets
(INode node, MediaDeviceDescription deviceDescription) Gets the CSS rule sets.ICssResolver.resolveStyles
(INode node, AbstractCssContext context) Resolves the styles of a node given the passed context.Constructors in com.itextpdf.styledxmlparser.css with parameters of type INodeModifierConstructorDescriptionCssContextNode
(INode parentNode) Creates a newCssContextNode
instance. -
Uses of INode in com.itextpdf.styledxmlparser.css.media
Methods in com.itextpdf.styledxmlparser.css.media with parameters of type INodeModifier and TypeMethodDescriptionCssMediaRule.getCssRuleSets
(INode element, MediaDeviceDescription deviceDescription) -
Uses of INode in com.itextpdf.styledxmlparser.css.page
Classes in com.itextpdf.styledxmlparser.css.page that implement INodeModifier and TypeClassDescriptionclass
CssContextNode
implementation for page contexts.class
CssContextNode
implementation for page margin box contexts.Constructors in com.itextpdf.styledxmlparser.css.page with parameters of type INodeModifierConstructorDescriptionPageContextNode
(INode parentNode) Creates a newPageContextNode
instance.PageMarginBoxContextNode
(INode parentNode, String marginBoxName) Creates a newPageMarginBoxContextNode
instance. -
Uses of INode in com.itextpdf.styledxmlparser.css.pseudo
Classes in com.itextpdf.styledxmlparser.css.pseudo that implement INodeConstructors in com.itextpdf.styledxmlparser.css.pseudo with parameters of type INodeModifierConstructorDescriptionCssPseudoElementNode
(INode parentNode, String pseudoElementName) Creates a newCssPseudoElementNode
instance. -
Uses of INode in com.itextpdf.styledxmlparser.css.selector
Methods in com.itextpdf.styledxmlparser.css.selector with parameters of type INodeModifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
Checks if a node matches the selector.boolean
CssSelector.notMatches
(INode element) Checks if the node not matches all the selectors. -
Uses of INode in com.itextpdf.styledxmlparser.css.selector.item
Methods in com.itextpdf.styledxmlparser.css.selector.item with parameters of type INodeModifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
Checks if the selector matches an element. -
Uses of INode in com.itextpdf.styledxmlparser.node
Subinterfaces of INode in com.itextpdf.styledxmlparser.nodeModifier and TypeInterfaceDescriptioninterface
Interface that serves as a marker indicating that this particularIElementNode
is something non-standard.interface
Interface for data nodes.interface
Interface implemented by classes that are a top node, and as such represent a Document.interface
Interface for the document type node.interface
Interface for node classes that have a parent and children, and for which styles can be defined; each of these nodes can also have a name and attributes.interface
Interface for text nodes.interface
Interface for node classes that have a parent and children, name and attributes.Methods in com.itextpdf.styledxmlparser.node that return INodeMethods in com.itextpdf.styledxmlparser.node that return types with arguments of type INodeMethods in com.itextpdf.styledxmlparser.node with parameters of type INode -
Uses of INode in com.itextpdf.styledxmlparser.node.impl.jsoup.node
Classes in com.itextpdf.styledxmlparser.node.impl.jsoup.node that implement INodeModifier and TypeClassDescriptionclass
Implementation of theIDataNode
interface; wrapper for the JSoupDataNode
class.class
Implementation of theIDocumentNode
interface; wrapper for the JSoupDocument
class.class
Implementation of theIDocumentTypeNode
interface; wrapper for the JSoupDocumentType
class.class
Implementation of theIElementNode
interface; wrapper for the JSoupJsoupNode
class.class
Implementation of theINode
interface; wrapper for the JSoupNode
class.class
Implementation of theITextNode
interface; wrapper for the JSoupTextNode
class.class
Implementation of theIXmlDeclarationNode
interface; wrapper for the JSoupXmlDeclaration
class.Methods in com.itextpdf.styledxmlparser.node.impl.jsoup.node that return INodeMethods in com.itextpdf.styledxmlparser.node.impl.jsoup.node that return types with arguments of type INodeMethods in com.itextpdf.styledxmlparser.node.impl.jsoup.node with parameters of type INode -
Uses of INode in com.itextpdf.svg.converter
Methods in com.itextpdf.svg.converter that return INodeModifier and TypeMethodDescriptionstatic INode
SvgConverter.parse
(InputStream stream) Parse a Stream containing valid SVG into an XML DOM node, using the default JSoup XML parser.static INode
SvgConverter.parse
(InputStream stream, ISvgConverterProperties props) Parse a Stream containing valid SVG into an XML DOM node, using the default JSoup XML parser.static INode
Parse a String containing valid SVG into an XML DOM node, using the default JSoup XML parser.Methods in com.itextpdf.svg.converter with parameters of type INodeModifier and TypeMethodDescriptionstatic ISvgProcessorResult
SvgConverter.process
(INode root, ISvgConverterProperties props) Use the default implementation ofISvgProcessor
to convert an XML DOM tree to a node renderer tree. -
Uses of INode in com.itextpdf.svg.css.impl
Methods in com.itextpdf.svg.css.impl with parameters of type INodeModifier and TypeMethodDescriptionSvgStyleResolver.resolveNativeStyles
(INode node, AbstractCssContext cssContext) Resolves node styles without inheritance of parent element styles.SvgStyleResolver.resolveStyles
(INode element, AbstractCssContext context) Constructors in com.itextpdf.svg.css.impl with parameters of type INodeModifierConstructorDescriptionSvgStyleResolver
(INode rootNode, SvgProcessorContext context) Creates aSvgStyleResolver
. -
Uses of INode in com.itextpdf.svg.processors
Methods in com.itextpdf.svg.processors with parameters of type INodeModifier and TypeMethodDescriptionISvgProcessor.process
(INode root, ISvgConverterProperties converterProps) Process an SVG, returning the root of a renderer-tree and a list of named objects wrapped in a processor result object -
Uses of INode in com.itextpdf.svg.processors.impl
Methods in com.itextpdf.svg.processors.impl with parameters of type INodeModifier and TypeMethodDescriptionDefaultSvgProcessor.process
(INode root, ISvgConverterProperties converterProps)