public abstract class CoreAttributes extends HtmlElement
| Constructor and Description |
|---|
CoreAttributes(BigInteger id,
String name,
HtmlElement parent,
Attributes attributes)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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
|
compareTo, equals, getAttribute, getAttributes, getId, getName, getParent, getPosition, getSource, getTextContent, hashCode, setPosition, setSource, setTextContent, toStringpublic 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 elementpublic String getIdAttribute()
public String getClassAttribute()
public String getStyle()
public String getTitle()
Copyright © 2012. All Rights Reserved.