Class JsoupAttribute
java.lang.Object
com.itextpdf.styledxmlparser.node.impl.jsoup.node.JsoupAttribute
- All Implemented Interfaces:
IAttribute
Implementation of the
IAttribute interface; wrapper for the JSoup Attribute class.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
attribute
-
-
Constructor Details
-
JsoupAttribute
Creates a newJsoupAttributeinstance.- Parameters:
attribute- the attribute
-
-
Method Details
-
getKey
Description copied from interface:IAttributeGets the key.- Specified by:
getKeyin interfaceIAttribute- Returns:
- the key
-
getValue
Description copied from interface:IAttributeGets the value.- Specified by:
getValuein interfaceIAttribute- Returns:
- the value
-