Package org.apache.abdera.model
Interface Div
Deprecated.
This API is deprecated as Apache Abdera is a retired project since 2017.
Represents an XHTML div tag.
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Deprecated.Returns the value of the div element's id attributegetTitle()Deprecated.Returns the value of the div element's title attributegetValue()Deprecated.Returns the value of the div elementString[]Deprecated.Returns the array of class attribute values on the divDeprecated.Sets the value of the div element's id attributeDeprecated.Set the value of the div element's title attributevoidDeprecated.Set the value of the div elementsetXhtmlClass(String[] classes) Deprecated.Sets the array of class attribute values on the divMethods inherited from interface org.apache.abdera.model.Base
addComment, clone, complete, getDefaultWriterOptions, getFactory, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeToMethods inherited from interface org.apache.abdera.model.Element
declareNS, discard, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getElements, getExtensionAttributes, getFirstChild, getFirstChild, getLanguage, getLanguageTag, getLocale, getMustPreserveWhitespace, getNamespaces, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, removeAttribute, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setMustPreserveWhitespace, setParentElement, setText, setTextMethods inherited from interface org.apache.abdera.model.ExtensibleElement
addExtension, addExtension, addExtension, addExtension, addExtension, addSimpleExtension, addSimpleExtension, getExtension, getExtension, getExtensions, getExtensions, getExtensions, getSimpleExtension, getSimpleExtensionMethods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
getXhtmlClass
String[] getXhtmlClass()Deprecated.Returns the array of class attribute values on the div- Returns:
- A listing of class attribute values
-
getId
String getId()Deprecated.Returns the value of the div element's id attribute- Returns:
- The value of the id attribute
-
getTitle
String getTitle()Deprecated.Returns the value of the div element's title attribute- Returns:
- The value of the title attribute
-
setId
Deprecated.Sets the value of the div element's id attribute- Parameters:
id- The value of the id attribute
-
setTitle
Deprecated.Set the value of the div element's title attribute- Parameters:
title- The value of the title attribute
-
setXhtmlClass
Deprecated.Sets the array of class attribute values on the div- Parameters:
classes- A listing of class attribute values
-
getValue
String getValue()Deprecated.Returns the value of the div element- Returns:
- The value of the div element
-
setValue
Deprecated.Set the value of the div element- Parameters:
value- The text value
-