public interface Div extends ExtensibleElement
Represents an XHTML div tag.
Modifier and Type | Method and Description |
---|---|
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
|
Div |
setId(java.lang.String id)
Sets the value of the div element's id attribute
|
Div |
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
|
Div |
setXhtmlClass(java.lang.String[] classes)
Sets the array of class attribute values on the div
|
addExtension, addExtension, addExtension, addExtension, addExtension, addSimpleExtension, addSimpleExtension, getExtension, getExtension, getExtensions, getExtensions, getExtensions, getSimpleExtension, getSimpleExtension
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, setText
java.lang.String[] getXhtmlClass()
java.lang.String getId()
java.lang.String getTitle()
Div setId(java.lang.String id)
id
- The value of the id attributeDiv setTitle(java.lang.String title)
title
- The value of the title attributeDiv setXhtmlClass(java.lang.String[] classes)
classes
- A listing of class attribute valuesjava.lang.String getValue()
void setValue(java.lang.String value)
value
- The text valueCopyright © 2010 - 2020 Adobe. All Rights Reserved