public class JsoupAttribute extends Object implements IAttribute
IAttribute interface; wrapper for the JSoup Attribute class.
| Constructor and Description |
|---|
JsoupAttribute(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(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–2019 iText Group NV. All rights reserved.