Class ChainedProperties.TagAttributes
java.lang.Object
com.itextpdf.text.html.simpleparser.ChainedProperties.TagAttributes
- Enclosing class:
- ChainedProperties
Class that stores the info about one tag in the chain.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTagAttributes
(String tag, Map<String, String> attrs) Constructs a chained property. -
Method Summary
-
Field Details
-
tag
A possible tag -
attrs
The styles corresponding with the tag
-
-
Constructor Details
-
TagAttributes
Constructs a chained property.- Parameters:
tag
- an XML/HTML tagattrs
- the tag's attributes
-