- java.lang.Object
-
- com.itextpdf.text.html.simpleparser.ChainedProperties
-
public class ChainedProperties extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ChainedProperties()Creates a new instance of ChainedProperties
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToChain(java.lang.String key, java.util.HashMap prop)java.lang.StringgetProperty(java.lang.String key)booleanhasProperty(java.lang.String key)voidremoveChain(java.lang.String key)
-