Uses of Class
com.itextpdf.styledxmlparser.jsoup.nodes.Attributes
-
-
Uses of Attributes in com.itextpdf.styledxmlparser.jsoup.nodes
Fields in com.itextpdf.styledxmlparser.jsoup.nodes declared as Attributes Modifier and Type Field Description private AttributesAttributes.Dataset. attributesprivate AttributesElement. attributes(package private) AttributesAttribute. parentMethods in com.itextpdf.styledxmlparser.jsoup.nodes that return Attributes Modifier and Type Method Description AttributesAttributes. add(java.lang.String key, java.lang.String value)Adds a new attribute.AttributesElement. attributes()AttributesLeafNode. attributes()abstract AttributesNode. attributes()Get all of the element's attributes.AttributesAttributes. put(Attribute attribute)Set a new attribute, or replace an existing one by key.AttributesAttributes. put(java.lang.String key, boolean value)Set a new boolean attribute, remove attribute if value is false.AttributesAttributes. put(java.lang.String key, java.lang.String value)Set a new attribute, or replace an existing one by key.Methods in com.itextpdf.styledxmlparser.jsoup.nodes with parameters of type Attributes Modifier and Type Method Description voidAttributes. addAll(Attributes incoming)Add all the attributes from the incoming set to this set.Constructors in com.itextpdf.styledxmlparser.jsoup.nodes with parameters of type Attributes Constructor Description Attribute(java.lang.String key, java.lang.String val, Attributes parent)Create a new attribute from unencoded (raw) key and value.Dataset(Attributes attributes)Element(Tag tag, java.lang.String baseUri, Attributes attributes)Create a new, standalone Element.FormElement(Tag tag, java.lang.String baseUri, Attributes attributes)Create a new, standalone form element.PseudoTextElement(Tag tag, java.lang.String baseUri, Attributes attributes) -
Uses of Attributes in com.itextpdf.styledxmlparser.jsoup.parser
Fields in com.itextpdf.styledxmlparser.jsoup.parser declared as Attributes Modifier and Type Field Description (package private) AttributesToken.Tag. attributesMethods in com.itextpdf.styledxmlparser.jsoup.parser that return Attributes Modifier and Type Method Description (package private) AttributesParseSettings. normalizeAttributes(Attributes attributes)Methods in com.itextpdf.styledxmlparser.jsoup.parser with parameters of type Attributes Modifier and Type Method Description (package private) Token.StartTagToken.StartTag. nameAttr(java.lang.String name, Attributes attributes)(package private) AttributesParseSettings. normalizeAttributes(Attributes attributes)booleanTreeBuilder. processStartTag(java.lang.String name, Attributes attrs) -
Uses of Attributes in com.itextpdf.styledxmlparser.jsoup.safety
Methods in com.itextpdf.styledxmlparser.jsoup.safety that return Attributes Modifier and Type Method Description (package private) AttributesSafelist. getEnforcedAttributes(java.lang.String tagName)(package private) AttributesWhitelist. getEnforcedAttributes(java.lang.String tagName)Deprecated. -
Uses of Attributes in com.itextpdf.styledxmlparser.node.impl.jsoup.node
Fields in com.itextpdf.styledxmlparser.node.impl.jsoup.node declared as Attributes Modifier and Type Field Description private AttributesJsoupAttributes. attributesThe JSoupAttributesinstance.Constructors in com.itextpdf.styledxmlparser.node.impl.jsoup.node with parameters of type Attributes Constructor Description JsoupAttributes(Attributes attributes)Creates a newJsoupAttributesinstance.
-