public class Pre extends HTMLTagWithCoreEvents
XMLContainerImpl.sMode
mContentAndSubtagList
Constructor and Description |
---|
Pre() |
Pre(HTMLTag inContent) |
Pre(String inContent) |
Pre(XMLNode inXMLNode) |
Modifier and Type | Method and Description |
---|---|
Form |
addForm() |
Form |
addForm(String inFormName) |
Img |
addImage(String inSrc) |
Link |
addLink() |
Link |
addLink(CharSequence inURL) |
Link |
addLink(CharSequence inURL,
HTMLTag inContent) |
Link |
addLink(CharSequence inURL,
String inContent) |
Link |
addLink(Link inLink) |
Span |
addSpan() |
Span |
addSpan(HTMLTag inContent) |
Span |
addSpan(String inContent) |
Pre |
addStyle(String inValue) |
Table |
addTable() |
Pre |
br() |
Pre |
br(int inNumber) |
Pre |
hr() |
Pre |
hr(String inWidth) |
Pre |
setClass(String inValue) |
Pre |
setId(String inValue) |
Pre |
setOnClick(String inValue) |
Pre |
setOnDblClick(String inValue) |
Pre |
setOnKeyDown(String inValue) |
Pre |
setOnKeyPress(String inValue) |
Pre |
setOnKeyUp(String inValue) |
Pre |
setOnMouseDown(String inValue) |
Pre |
setOnMouseMove(String inValue) |
Pre |
setOnMouseOut(String inValue) |
Pre |
setOnMouseOver(String inValue) |
Pre |
setOnMouseUp(String inValue) |
Pre |
setStyle(CharSequence inValue) |
appendToOnClick, appendToOnDblClick, appendToOnKeyDown, appendToOnKeyPress, appendToOnKeyUp, appendToOnMouseDown, appendToOnMouseMove, appendToOnMouseOut, appendToOnMouseOver, appendToOnMouseUp, getOnClick, getOnDblClick, getOnKeyDown, getOnKeyPress, getOnKeyUp, getOnMouseDown, getOnMouseMove, getOnMouseOut, getOnMouseOver, getOnMouseUp
addClass, applyColorSpec, clone, getClassAttribute, getDraggable, getId, getStyle, initFromXMLNode, removeClass, removeStyleProperty, setAttribute, setAttribute, setDraggable, 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 Pre()
public Link addLink(CharSequence inURL)
public Link addLink(CharSequence inURL, String inContent)
public Link addLink(CharSequence inURL, HTMLTag inContent)
public Pre setStyle(CharSequence inValue)
public Pre setOnClick(String inValue)
setOnClick
in class HTMLTagWithCoreEvents
public Pre setOnDblClick(String inValue)
setOnDblClick
in class HTMLTagWithCoreEvents
public Pre setOnMouseDown(String inValue)
setOnMouseDown
in class HTMLTagWithCoreEvents
public Pre setOnMouseMove(String inValue)
setOnMouseMove
in class HTMLTagWithCoreEvents
public Pre setOnMouseOut(String inValue)
setOnMouseOut
in class HTMLTagWithCoreEvents
public Pre setOnMouseOver(String inValue)
setOnMouseOver
in class HTMLTagWithCoreEvents
public Pre setOnMouseUp(String inValue)
setOnMouseUp
in class HTMLTagWithCoreEvents
public Pre setOnKeyDown(String inValue)
setOnKeyDown
in class HTMLTagWithCoreEvents
public Pre setOnKeyPress(String inValue)
setOnKeyPress
in class HTMLTagWithCoreEvents
public Pre setOnKeyUp(String inValue)
setOnKeyUp
in class HTMLTagWithCoreEvents
jataylor@hairyfatguy.com