public class DOMStaticXhtmlAttributeResolver extends Object implements AttributeResolver
| Constructor and Description |
|---|
DOMStaticXhtmlAttributeResolver() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeValue(Object e,
String attrName)
May return null.
|
String |
getAttributeValue(Object o,
String namespaceURI,
String attrName)
May return null.
|
String |
getClass(Object e)
may return null
|
String |
getElementStyling(Object el)
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 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)
AttributeResolvergetClass in interface AttributeResolvere - PARAMpublic String getID(Object e)
AttributeResolvergetID in interface AttributeResolvere - PARAMpublic String getNonCssStyling(Object e)
AttributeResolvergetNonCssStyling in interface AttributeResolvere - PARAMpublic String getLang(Object e)
AttributeResolvergetLang in interface AttributeResolvere - PARAMpublic String getElementStyling(Object el)
AttributeResolvergetElementStyling in interface AttributeResolverel - PARAMpublic boolean isActive(Object e)
AttributeResolverisActive in interface AttributeResolvere - PARAMpublic boolean isFocus(Object e)
AttributeResolverisFocus in interface AttributeResolvere - PARAMpublic boolean isHover(Object e)
AttributeResolverisHover in interface AttributeResolvere - PARAMpublic boolean isLink(Object el)
AttributeResolverisLink in interface AttributeResolverel - PARAMpublic boolean isVisited(Object e)
AttributeResolverisVisited in interface AttributeResolvere - PARAMCopyright © 2015. All rights reserved.