Class ChainedProperties.TagAttributes
- java.lang.Object
-
- com.itextpdf.text.html.simpleparser.ChainedProperties.TagAttributes
-
- Enclosing class:
- ChainedProperties
private static final class ChainedProperties.TagAttributes extends java.lang.Object
Class that stores the info about one tag in the chain.
-
-
Constructor Summary
Constructors Constructor Description TagAttributes(java.lang.String tag, java.util.Map<java.lang.String,java.lang.String> attrs)
Constructs a chained property.
-