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