org.apache.abdera.model
Interface Div

All Superinterfaces:
Base, java.lang.Cloneable, Element, ExtensibleElement

public interface Div
extends ExtensibleElement

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()
          Returns the value of the div element
 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)
          Set the value of the div element
 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
declareNS, discard, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getExtensionAttributes, getFirstChild, getFirstChild, getLanguage, getLanguageTag, getLocale, 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
addComment, clone, getFactory, writeTo, writeTo
 

Method Detail

getXhtmlClass

java.lang.String[] getXhtmlClass()
Returns the array of class attribute values on the div

Returns:
A listing of class attribute values

getId

java.lang.String getId()
Returns the value of the div element's id attribute

Returns:
The value of the id attribute

getTitle

java.lang.String getTitle()
Returns the value of the div element's title attribute

Returns:
The value of the title attribute

setId

void setId(java.lang.String id)
Sets the value of the div element's id attribute

Parameters:
id - The value of the id attribute

setTitle

void setTitle(java.lang.String title)
Set the value of the div element's title attribute

Parameters:
title - The value of the title attribute

setXhtmlClass

void setXhtmlClass(java.lang.String[] classes)
Sets the array of class attribute values on the div

Parameters:
classes - A listing of class attribute values

getValue

java.lang.String getValue()
Returns the value of the div element

Returns:
The value of the div element

setValue

void setValue(java.lang.String value)
Set the value of the div element

Parameters:
value - The text value