public class StandardAttributeResolver extends Object implements AttributeResolver
| Constructor and Description |
|---|
StandardAttributeResolver(NamespaceHandler nsh,
UserAgentCallback uac,
UserInterface ui) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeValue(Object e,
String attrName)
Gets the attributeValue attribute of the StandardAttributeResolver object
|
String |
getAttributeValue(Object e,
String namespaceURI,
String attrName)
Required to return null if attribute does not exist and
not null if attribute exists.
|
String |
getClass(Object e)
Gets the class attribute of the StandardAttributeResolver object
|
String |
getElementStyling(Object e)
Gets the elementStyling attribute of the StandardAttributeResolver object
|
String |
getID(Object e)
Gets the iD attribute of the StandardAttributeResolver object
|
String |
getLang(Object e)
Gets the lang attribute of the StandardAttributeResolver object
|
String |
getNonCssStyling(Object e) |
boolean |
isActive(Object e)
Gets the active attribute of the StandardAttributeResolver object
|
boolean |
isFocus(Object e)
Gets the focus attribute of the StandardAttributeResolver object
|
boolean |
isHover(Object e)
Gets the hover attribute of the StandardAttributeResolver object
|
boolean |
isLink(Object e)
Gets the link attribute of the StandardAttributeResolver object
|
boolean |
isVisited(Object e)
Gets the visited attribute of the StandardAttributeResolver object
|
public StandardAttributeResolver(NamespaceHandler nsh, UserAgentCallback uac, UserInterface ui)
public String getAttributeValue(Object e, String attrName)
getAttributeValue in interface AttributeResolverpublic String getAttributeValue(Object e, 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 getElementStyling(Object e)
getElementStyling in interface AttributeResolverpublic String getLang(Object e)
getLang in interface AttributeResolverpublic boolean isLink(Object e)
isLink in interface AttributeResolverpublic boolean isVisited(Object e)
isVisited in interface AttributeResolverpublic boolean isHover(Object e)
isHover in interface AttributeResolverpublic boolean isActive(Object e)
isActive in interface AttributeResolverpublic boolean isFocus(Object e)
isFocus in interface AttributeResolverCopyright © 2023. All rights reserved.