|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.anadix.html.HtmlElement
org.anadix.html.CoreAttributes
public abstract class CoreAttributes
Superclass with definition of core attributes
| Constructor Summary | |
|---|---|
CoreAttributes(BigInteger id,
String name,
HtmlElement parent,
Attributes attributes)
Constructor |
|
| Method Summary | |
|---|---|
String |
getClassAttribute()
Specifies a classname for an element |
String |
getIdAttribute()
Specifies a unique id for an element |
String |
getStyle()
Specifies an inline style for an element |
String |
getTitle()
Specifies extra information about an element |
| Methods inherited from class org.anadix.html.HtmlElement |
|---|
compareTo, equals, getAttribute, getAttributes, getId, getName, getParent, getPosition, getSource, getTextContent, hashCode, setPosition, setSource, setTextContent, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CoreAttributes(BigInteger id,
String name,
HtmlElement parent,
Attributes attributes)
id - id of element (not the attribute)name - name of the element (tag name)parent - parent elementattributes - attributes of the element| Method Detail |
|---|
public String getIdAttribute()
public String getClassAttribute()
public String getStyle()
public String getTitle()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||