|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xhtmlrenderer.context.StandardAttributeResolver
public class StandardAttributeResolver
An instance which works together with a w3c DOM tree
| Constructor Summary | |
|---|---|
StandardAttributeResolver(NamespaceHandler nsh,
UserAgentCallback uac,
UserInterface ui)
Constructor for the StandardAttributeResolver object |
|
| Method Summary | |
|---|---|
String |
getAttributeValue(Object e,
String attrName)
Gets the attributeValue attribute of the StandardAttributeResolver object |
String |
getAttributeValue(Object e,
String namespaceURI,
String attrName)
May return null. |
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)
may return null |
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StandardAttributeResolver(NamespaceHandler nsh,
UserAgentCallback uac,
UserInterface ui)
nsh - PARAMuac - PARAMui - PARAM| Method Detail |
|---|
public String getAttributeValue(Object e,
String attrName)
getAttributeValue in interface AttributeResolvere - PARAMattrName - PARAM
public String getAttributeValue(Object e,
String namespaceURI,
String attrName)
AttributeResolver
getAttributeValue in interface AttributeResolverpublic String getClass(Object e)
getClass in interface AttributeResolvere - PARAM
public String getID(Object e)
getID in interface AttributeResolvere - PARAM
public String getNonCssStyling(Object e)
AttributeResolver
getNonCssStyling in interface AttributeResolvere - PARAM
public String getElementStyling(Object e)
getElementStyling in interface AttributeResolvere - PARAM
public String getLang(Object e)
getLang in interface AttributeResolvere - PARAM
public boolean isLink(Object e)
isLink in interface AttributeResolvere - PARAM
public boolean isVisited(Object e)
isVisited in interface AttributeResolvere - PARAM
public boolean isHover(Object e)
isHover in interface AttributeResolvere - PARAM
public boolean isActive(Object e)
isActive in interface AttributeResolvere - PARAM
public boolean isFocus(Object e)
isFocus in interface AttributeResolvere - PARAM
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||