Uses of Interface
com.itextpdf.styledxmlparser.node.IAttribute
Packages that use IAttribute
Package
Description
-
Uses of IAttribute in com.itextpdf.styledxmlparser.css.page
Methods in com.itextpdf.styledxmlparser.css.page that return types with arguments of type IAttribute -
Uses of IAttribute in com.itextpdf.styledxmlparser.css.pseudo
Methods in com.itextpdf.styledxmlparser.css.pseudo that return types with arguments of type IAttribute -
Uses of IAttribute in com.itextpdf.styledxmlparser.node.impl.jsoup.node
Classes in com.itextpdf.styledxmlparser.node.impl.jsoup.node that implement IAttributeModifier and TypeClassDescriptionclass
Implementation of theIAttribute
interface; wrapper for the JSoupAttribute
class.Methods in com.itextpdf.styledxmlparser.node.impl.jsoup.node that return IAttributeMethods in com.itextpdf.styledxmlparser.node.impl.jsoup.node that return types with arguments of type IAttribute -
Uses of IAttribute in com.itextpdf.svg.css.impl
Methods in com.itextpdf.svg.css.impl with parameters of type IAttributeModifier and TypeMethodDescriptionprivate void
SvgStyleResolver.processAttribute
(IAttribute attr, Map<String, String> styles) private void
SvgStyleResolver.processXLink
(IAttribute attr, Map<String, String> attributesMap) Resolves the full path of link href attribute, thanks to the resource resolver.