public interface AttributeResolver
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeValue(Object e,
String attrName)
May return null.
|
String |
getAttributeValue(Object e,
String namespaceURI,
String attrName)
May return null.
|
String |
getClass(Object e)
may return null
|
String |
getElementStyling(Object e)
may return null
|
String |
getID(Object e)
may return null
|
String |
getLang(Object e)
may return null
|
String |
getNonCssStyling(Object e)
may return null
|
boolean |
isActive(Object e)
Gets the active attribute of the AttributeResolver object
|
boolean |
isFocus(Object e)
Gets the focus attribute of the AttributeResolver object
|
boolean |
isHover(Object e)
Gets the hover attribute of the AttributeResolver object
|
boolean |
isLink(Object e)
Gets the link attribute of the AttributeResolver object
|
boolean |
isVisited(Object e)
Gets the visited attribute of the AttributeResolver object
|
String getAttributeValue(Object e, String attrName)
String getAttributeValue(Object e, String namespaceURI, String attrName)
String getNonCssStyling(Object e)
e - PARAMString getElementStyling(Object e)
e - PARAMboolean isLink(Object e)
e - PARAMboolean isVisited(Object e)
e - PARAMboolean isHover(Object e)
e - PARAMboolean isActive(Object e)
e - PARAMboolean isFocus(Object e)
e - PARAMCopyright © 2020. All rights reserved.