JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.itextpdf.styledxmlparser.node
Interface IAttribute
All Known Implementing Classes:
JsoupAttribute
public interface
IAttribute
Interface for HTML attributes.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getKey
()
Gets the key.
String
getValue
()
Gets the value.
Method Details
getKey
String
getKey
()
Gets the key.
Returns:
the key
getValue
String
getValue
()
Gets the value.
Returns:
the value