java.lang.Object
com.itextpdf.styledxmlparser.node.impl.jsoup.node.JsoupAttribute
All Implemented Interfaces:
IAttribute

public class JsoupAttribute extends Object implements IAttribute
Implementation of the IAttribute interface; wrapper for the JSoup Attribute class.
  • Constructor Details

    • JsoupAttribute

      public JsoupAttribute (com.itextpdf.styledxmlparser.jsoup.nodes.Attribute attribute)
      Creates a new JsoupAttribute instance.
      Parameters:
      attribute - the attribute
  • Method Details