public class DOMStaticXhtmlAttributeResolver extends Object implements AttributeResolver
| Constructor and Description |
|---|
DOMStaticXhtmlAttributeResolver() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeValue(Object e,
String attrName)
Required to return null if attribute does not exist, and
not null if attribute exists.
|
String |
getAttributeValue(Object o,
String namespaceURI,
String attrName)
Required to return null if attribute does not exist and
not null if attribute exists.
|
String |
getClass(Object e) |
String |
getElementStyling(Object el) |
String |
getID(Object e) |
String |
getLang(Object e) |
String |
getNonCssStyling(Object e) |
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 el)
Gets the link attribute of the AttributeResolver object
|
boolean |
isVisited(Object e)
Gets the visited attribute of the AttributeResolver object
|
public String getAttributeValue(Object e, String attrName)
AttributeResolvergetAttributeValue in interface AttributeResolverpublic String getAttributeValue(Object o, String namespaceURI, String attrName)
AttributeResolvergetAttributeValue in interface AttributeResolverpublic String getClass(Object e)
getClass in interface AttributeResolverpublic String getID(Object e)
getID in interface AttributeResolverpublic String getNonCssStyling(Object e)
getNonCssStyling in interface AttributeResolverpublic String getLang(Object e)
getLang in interface AttributeResolverpublic String getElementStyling(Object el)
getElementStyling in interface AttributeResolverpublic boolean isActive(Object e)
AttributeResolverisActive in interface AttributeResolverpublic boolean isFocus(Object e)
AttributeResolverisFocus in interface AttributeResolverpublic boolean isHover(Object e)
AttributeResolverisHover in interface AttributeResolverpublic boolean isLink(Object el)
AttributeResolverisLink in interface AttributeResolverpublic boolean isVisited(Object e)
AttributeResolverisVisited in interface AttributeResolverCopyright © 2023. All rights reserved.