cox.jmatt.java.MathTools.markup.html
Class DivTag

java.lang.Object
  extended by cox.jmatt.java.MathTools.markup.Tag
      extended by cox.jmatt.java.MathTools.markup.html.BaseHTag
          extended by cox.jmatt.java.MathTools.markup.html.ContainerTag
              extended by cox.jmatt.java.MathTools.markup.html.PTag
                  extended by cox.jmatt.java.MathTools.markup.html.DivTag
Direct Known Subclasses:
HTMLTag

public class DivTag
extends PTag

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

DivTag

public DivTag()
Constructor for an empty tag.


DivTag

protected DivTag(BaseHTag.TagKeys pTag)
Protected subclass constructor.

Method Detail

copyOf

public DivTag copyOf()
Copy this tag.

Overrides:
copyOf in class PTag