Class ChainedProperties.TagAttributes

java.lang.Object
com.itextpdf.text.html.simpleparser.ChainedProperties.TagAttributes
Enclosing class:
ChainedProperties

private static final class ChainedProperties.TagAttributes extends Object
Class that stores the info about one tag in the chain.
  • Field Details

    • tag

      final String tag
      A possible tag
    • attrs

      final Map<String,String> attrs
      The styles corresponding with the tag
  • Constructor Details

    • TagAttributes

      TagAttributes(String tag, Map<String,String> attrs)
      Constructs a chained property.
      Parameters:
      tag - an XML/HTML tag
      attrs - the tag's attributes