|
|||||||||
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
public class DivTag
This class implements the <div> tag, the major block-level structural document tag. It extends PTag
and can add both <p> and
<div> tags as well as the decoration and item tags.
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 | |
---|---|
|
DivTag()
Constructor for an empty tag. |
protected |
DivTag(BaseHTag.TagKeys pTag)
Protected subclass constructor. |
Method Summary | |
---|---|
DivTag |
copyOf()
Copy this tag. |
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, _content, _enableCopy, _setContent, 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 DivTag()
protected DivTag(BaseHTag.TagKeys pTag)
Method Detail |
---|
public DivTag copyOf()
copyOf
in class PTag
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |