Class JsoupAttributes

java.lang.Object
com.itextpdf.styledxmlparser.node.impl.jsoup.node.JsoupAttributes
All Implemented Interfaces:
IAttributes, Iterable<IAttribute>

public class JsoupAttributes extends Object implements IAttributes
Implementation of the IAttributes interface; wrapper for the JSoup Attributes class.
  • Constructor Details

    • JsoupAttributes

      public JsoupAttributes (com.itextpdf.styledxmlparser.jsoup.nodes.Attributes attributes)
      Creates a new JsoupAttributes instance.
      Parameters:
      attributes - the attributes
  • Method Details