|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcox.jmatt.java.MathTools.markup.Tag
cox.jmatt.java.MathTools.markup.html.BaseHTag
cox.jmatt.java.MathTools.markup.html.ContainerTag
cox.jmatt.java.MathTools.markup.html.PTag
cox.jmatt.java.MathTools.markup.html.DivTag
cox.jmatt.java.MathTools.markup.html.HTMLTag
public class HTMLTag
This class represents the HTML document itself. It handles the <head> and <body> tags internally along with all DTD and namespace issues. The main content handling methods deal with the body of the document, the head is handled automatically.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class cox.jmatt.java.MathTools.markup.html.BaseHTag |
---|
BaseHTag.TagKeys |
Field Summary |
---|
Fields inherited from class cox.jmatt.java.MathTools.markup.html.PTag |
---|
BODY_LEVEL, DIV_LEVEL, myLevel, P_LEVEL |
Fields inherited from class cox.jmatt.java.MathTools.markup.Tag |
---|
myTagName |
Constructor Summary | |
---|---|
HTMLTag()
Constructor for a fresh document. |
Method Summary | |
---|---|
protected java.lang.String |
_content()
Overridden to construct the full HTML document, body and head. |
protected void |
_setContent(java.lang.String pContent)
Overridden to handle internal things that must be handled. |
HTMLTag |
copyOf()
Copy this HTMLTag . |
void |
setTitle(java.lang.String pTitle)
Set or clear the document <title>. |
Methods inherited from class cox.jmatt.java.MathTools.markup.html.PTag |
---|
add, add, addDef, addImage, addList, addTable, level |
Methods inherited from class cox.jmatt.java.MathTools.markup.html.ContainerTag |
---|
addAnchor, addBold, addBQ, addBreak, addEM, addHeading, addHR, addImage, addItalic, addUnderline |
Methods inherited from class cox.jmatt.java.MathTools.markup.html.BaseHTag |
---|
_addTag, _enableCopy, addCDATA, addContent, getID, getRawContent, getTagKey, getTagName, isInBody, setClicked, setCSS, setName, setStyle |
Methods inherited from class cox.jmatt.java.MathTools.markup.Tag |
---|
_addAttribute, _addAttributes, _addNAttribute, _asBoolean, _asDouble, _asInt, _attributes, _clampNAttribute, _clampNAttribute, _fixKey, _setEnableXMLTag, badPizza, closeTag, configureTag, configureTagFromGlobalPizza, makeTag, openTag, reset, setID, toString, validString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HTMLTag()
Method Detail |
---|
protected void _setContent(java.lang.String pContent)
_setContent
in class BaseHTag
public HTMLTag copyOf()
HTMLTag
.
copyOf
in class DivTag
protected java.lang.String _content()
_content
in class BaseHTag
public void setTitle(java.lang.String pTitle)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |