Uses of Interface
com.itextpdf.styledxmlparser.node.IAttribute
-
Packages that use IAttribute Package Description com.itextpdf.styledxmlparser.css.page com.itextpdf.styledxmlparser.css.pseudo com.itextpdf.styledxmlparser.node.impl.jsoup.node com.itextpdf.svg.css.impl -
-
Uses of IAttribute in com.itextpdf.styledxmlparser.css.page
Methods in com.itextpdf.styledxmlparser.css.page that return types with arguments of type IAttribute Modifier and Type Method Description java.util.Iterator<IAttribute>PageMarginBoxContextNode.AttributesStub. iterator() -
Uses of IAttribute in com.itextpdf.styledxmlparser.css.pseudo
Methods in com.itextpdf.styledxmlparser.css.pseudo that return types with arguments of type IAttribute Modifier and Type Method Description java.util.Iterator<IAttribute>CssPseudoElementNode.AttributesStub. iterator() -
Uses of IAttribute in com.itextpdf.styledxmlparser.node.impl.jsoup.node
Classes in com.itextpdf.styledxmlparser.node.impl.jsoup.node that implement IAttribute Modifier and Type Class Description classJsoupAttributeImplementation of theIAttributeinterface; wrapper for the JSoupAttributeclass.Methods in com.itextpdf.styledxmlparser.node.impl.jsoup.node that return IAttribute Modifier and Type Method Description IAttributeJsoupAttributes.AttributeIterator. next()Methods in com.itextpdf.styledxmlparser.node.impl.jsoup.node that return types with arguments of type IAttribute Modifier and Type Method Description java.util.Iterator<IAttribute>JsoupAttributes. iterator() -
Uses of IAttribute in com.itextpdf.svg.css.impl
Methods in com.itextpdf.svg.css.impl with parameters of type IAttribute Modifier and Type Method Description private voidSvgStyleResolver. processAttribute(IAttribute attr, java.util.Map<java.lang.String,java.lang.String> styles)private voidSvgStyleResolver. processXLink(IAttribute attr, java.util.Map<java.lang.String,java.lang.String> attributesMap)Resolves the full path of link href attribute, thanks to the resource resolver.
-