XMLContainerImpl.sMode
mContentAndSubtagList
Constructor and Description |
---|
H2() |
H2(HTMLTag inContent) |
H2(java.lang.String inContent) |
Modifier and Type | Method and Description |
---|---|
Center |
addCenter() |
Center |
addCenter(HTMLTag inContent) |
Center |
addCenter(java.lang.String inContent) |
Div |
addDiv() |
Div |
addDiv(HTMLTag inContent) |
Img |
addImage(java.lang.String inSrc) |
Link |
addLink() |
Link |
addLink(java.lang.CharSequence inURL) |
Link |
addLink(java.lang.CharSequence inURL,
HTMLTag inContent) |
Link |
addLink(java.lang.CharSequence inURL,
java.lang.String inContent) |
Nobr |
addNobr() |
Nobr |
addNobr(HTMLTag inContent) |
Nobr |
addNobr(java.lang.String inContent) |
Pre |
addPre() |
Pre |
addPre(HTMLTag inContent) |
Pre |
addPre(java.lang.String inContent) |
Span |
addSpan() |
Span |
addSpan(HTMLTag inContent) |
Span |
addSpan(java.lang.String inContent) |
H2 |
addStyle(java.lang.String inValue) |
Table |
addTable() |
Ul |
addUnorderedList() |
void |
br() |
void |
br(int inNumber) |
void |
hr() |
void |
hr(java.lang.String inWidth) |
void |
nbsp(int inNumber) |
H2 |
setAlign(Align inValue) |
H2 |
setClass(java.lang.String inValue) |
H2 |
setId(java.lang.String inValue) |
H2 |
setOnClick(java.lang.String inValue) |
H2 |
setStyle(java.lang.String inValue) |
addClass, applyColorSpec, clone, getClassAttribute, getDraggable, getId, getStyle, removeClass, setDraggable, setStyle, setStyleColor, toHTML, toHTML, toHTML, toIndentedHTML, toIndentedHTML, toIndentedHTML, toText
addSubtag, addSubtag, addXMLNamespaceDeclaration, findNodesByAttributeValue, findNodesByAttributeValue, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getEndTag, getNamespace, getQualifiedTagName, getStartTag, getTagName, hasAttribute, hasAttribute, isEmptyTag, removeAttribute, removeAttribute, replaceCharacterEntities, setAttribute, setAttribute, setAttribute, setAttributes, setContent, setDefaultXMLNamespaceDeclaration, setNamespace, setSortAttributesBeforeWriting, setTagName, sortAttributes, toIndentedXML, toIndentedXML, toIndentedXML, toIndentedXML, toString, toXML, toXML, toXML, toXML, useDoubleQuotes, verifyTagName, verifyTagName
addContent, addContentWithoutEscaping, addSubtag, addSubtag, addSubtags, clearContent, clearSubtags, getContent, getContentPlusSubtagList, getNextSibling, getOptionalSubtagByName, getOptionalSubtagByName, getParentNode, getPreviousSibling, getRequiredSubtagByName, getRequiredSubtagByName, getSubtagByAttribute, getSubtagByAttribute, getSubtags, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByAttribute, getSubtagsByClass, getSubtagsByClass, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getTotalTagCount, getUnescapedContent, getXMLNodeSubtags, hasContent, hasContentOrSubtags, indexOf, innerHTML, removeSubtag, removeSubtagsByAttribute, removeSubtagsByAttribute, removeSubtagsByClass, removeSubtagsByClass, removeSubtagsByName, removeSubtagsByName, removeSubtagsByName, setContent, setParentNode, setSubtags
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findNodesByAttributeValue, findNodesByAttributeValue, getAttribute, getAttribute, getAttributes, getAttributeValue, getAttributeValue, getNamespace, getTagName, hasAttribute, hasAttribute, isEmptyTag, removeAttribute, removeAttribute, replaceCharacterEntities, setAttribute, setAttribute, setAttribute, setAttributes, setNamespace, setTagName, toIndentedXML, verifyTagName, verifyTagName
addContent, addContentWithoutEscaping, addSubtag, addSubtags, clearContent, clearSubtags, getContent, getNextSibling, getOptionalSubtagByName, getOptionalSubtagByName, getParentNode, getPreviousSibling, getRequiredSubtagByName, getRequiredSubtagByName, getSubtags, getSubtagsByName, getSubtagsByName, getSubtagsByName, getSubtagsByName, getTotalTagCount, getUnescapedContent, getXMLNodeSubtags, hasContent, indexOf, removeSubtag, removeSubtagsByName, removeSubtagsByName, setContent, setParentNode, setSubtags
toIndentedXML, toIndentedXML, toIndentedXML, toXML, toXML, toXML
public Ul addUnorderedList()
public H2 setOnClick(java.lang.String inValue)
public void br()
public void br(int inNumber)
public void nbsp(int inNumber)
public void hr()
public void hr(java.lang.String inWidth)
[email protected]