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.
-
Constructor Summary
ConstructorDescriptionJsoupAttribute
(com.itextpdf.styledxmlparser.jsoup.nodes.Attribute attribute) Creates a newJsoupAttribute
instance. -
Method Summary
-
Constructor Details
-
JsoupAttribute
public JsoupAttribute(com.itextpdf.styledxmlparser.jsoup.nodes.Attribute attribute) 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
-