Uses of Interface
com.itextpdf.styledxmlparser.node.IAttributes
-
-
Uses of IAttributes in com.itextpdf.styledxmlparser.css.page
Classes in com.itextpdf.styledxmlparser.css.page that implement IAttributes Modifier and Type Class Description private static class
PageMarginBoxContextNode.AttributesStub
A simpleIAttributes
implementation.Methods in com.itextpdf.styledxmlparser.css.page that return IAttributes Modifier and Type Method Description IAttributes
PageMarginBoxContextNode. getAttributes()
-
Uses of IAttributes in com.itextpdf.styledxmlparser.css.pseudo
Classes in com.itextpdf.styledxmlparser.css.pseudo that implement IAttributes Modifier and Type Class Description private static class
CssPseudoElementNode.AttributesStub
A simpleIAttributes
implementation.Methods in com.itextpdf.styledxmlparser.css.pseudo that return IAttributes Modifier and Type Method Description IAttributes
CssPseudoElementNode. getAttributes()
Gets the attributes. -
Uses of IAttributes in com.itextpdf.styledxmlparser.node
Methods in com.itextpdf.styledxmlparser.node that return IAttributes Modifier and Type Method Description IAttributes
IElementNode. getAttributes()
Gets the attributes. -
Uses of IAttributes in com.itextpdf.styledxmlparser.node.impl.jsoup.node
Classes in com.itextpdf.styledxmlparser.node.impl.jsoup.node that implement IAttributes Modifier and Type Class Description class
JsoupAttributes
Implementation of theIAttributes
interface; wrapper for the JSoupAttributes
class.Fields in com.itextpdf.styledxmlparser.node.impl.jsoup.node declared as IAttributes Modifier and Type Field Description private IAttributes
JsoupElementNode. attributes
The attributes.Methods in com.itextpdf.styledxmlparser.node.impl.jsoup.node that return IAttributes Modifier and Type Method Description IAttributes
JsoupElementNode. getAttributes()
-