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