|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Div
Represents an XHTML div tag.
Method Summary | |
---|---|
java.lang.String |
getId()
Returns the value of the div element's id attribute |
java.lang.String |
getTitle()
Returns the value of the div element's title attribute |
java.lang.String |
getValue()
|
java.lang.String[] |
getXhtmlClass()
Returns the array of class attribute values on the div |
void |
setId(java.lang.String id)
Sets the value of the div element's id attribute |
void |
setTitle(java.lang.String title)
Set the value of the div element's title attribute |
void |
setValue(java.lang.String value)
|
void |
setXhtmlClass(java.lang.String[] classes)
Sets the array of class attribute values on the div |
Methods inherited from interface org.apache.abdera.model.ExtensibleElement |
---|
addExtension, addExtension, addExtension, addSimpleExtension, addSimpleExtension, getExtension, getExtension, getExtensions, getExtensions, getExtensions, getSimpleExtension, getSimpleExtension |
Methods inherited from interface org.apache.abdera.model.Element |
---|
discard, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getExtensionAttributes, getFirstChild, getFirstChild, getLanguage, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setParentElement, setText |
Methods inherited from interface org.apache.abdera.model.Base |
---|
clone, getFactory, writeTo, writeTo |
Method Detail |
---|
java.lang.String[] getXhtmlClass()
java.lang.String getId()
java.lang.String getTitle()
void setId(java.lang.String id)
void setTitle(java.lang.String title)
void setXhtmlClass(java.lang.String[] classes)
java.lang.String getValue()
void setValue(java.lang.String value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |