|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xhtmlrenderer.css.extend.lib.DOMStaticXhtmlAttributeResolver
public class DOMStaticXhtmlAttributeResolver
Works for Xhtml in a DOM tree
| Constructor Summary | |
|---|---|
DOMStaticXhtmlAttributeResolver()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DOMStaticXhtmlAttributeResolver()
| Method Detail |
|---|
public String getAttributeValue(Object e,
String attrName)
AttributeResolver
getAttributeValue in interface AttributeResolver
public String getAttributeValue(Object o,
String namespaceURI,
String attrName)
AttributeResolver
getAttributeValue in interface AttributeResolverpublic String getClass(Object e)
AttributeResolver
getClass in interface AttributeResolvere - PARAM
public String getID(Object e)
AttributeResolver
getID in interface AttributeResolvere - PARAM
public String getNonCssStyling(Object e)
AttributeResolver
getNonCssStyling in interface AttributeResolvere - PARAM
public String getLang(Object e)
AttributeResolver
getLang in interface AttributeResolvere - PARAM
public String getElementStyling(Object el)
AttributeResolver
getElementStyling in interface AttributeResolverel - PARAM
public boolean isActive(Object e)
AttributeResolver
isActive in interface AttributeResolvere - PARAM
public boolean isFocus(Object e)
AttributeResolver
isFocus in interface AttributeResolvere - PARAM
public boolean isHover(Object e)
AttributeResolver
isHover in interface AttributeResolvere - PARAM
public boolean isLink(Object el)
AttributeResolver
isLink in interface AttributeResolverel - PARAM
public boolean isVisited(Object e)
AttributeResolver
isVisited in interface AttributeResolvere - PARAM
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||