JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.itextpdf.styledxmlparser.node
IAttribute
Contents
Description
Method Summary
Method Details
getKey()
getValue()
Hide sidebar
Show sidebar
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