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
The JSoupAttribute
instance.
-
-
Constructor Details
-
JsoupAttribute
Creates a newJsoupAttribute
instance.- Parameters:
attribute
- the attribute
-
-
Method Details
-
getKey
Description copied from interface:IAttribute
Gets the key.- Specified by:
getKey
in interfaceIAttribute
- Returns:
- the key
-
getValue
Description copied from interface:IAttribute
Gets the value.- Specified by:
getValue
in interfaceIAttribute
- Returns:
- the value
-