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.
- Since:
- 5.0.6 renamed from ChainedProperties
-
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
-
-
Constructor Details
-
TagAttributes
-