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 attribute
public String getKey()
IAttribute
getKey
in interface IAttribute
public String getValue()
IAttribute
getValue
in interface IAttribute
Copyright © 1998–2020 iText Group NV. All rights reserved.