public class JsoupAttribute extends Object implements IAttribute
IAttribute interface; wrapper for the JSoup Attribute class.| Constructor and Description |
|---|
JsoupAttribute(com.itextpdf.styledxmlparser.jsoup.nodes.Attribute attribute)
Creates a new
JsoupAttribute instance. |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the key.
|
String |
getValue()
Gets the value.
|
public JsoupAttribute(com.itextpdf.styledxmlparser.jsoup.nodes.Attribute attribute)
JsoupAttribute instance.attribute - the attributepublic String getKey()
IAttributegetKey in interface IAttributepublic String getValue()
IAttributegetValue in interface IAttributeCopyright © 1998–2020 iText Group NV. All rights reserved.