Uses of Class
adams.doc.xml.AbstractComplexTag
-
Packages that use AbstractComplexTag Package Description adams.doc.docbook adams.doc.xhtml adams.doc.xml -
-
Uses of AbstractComplexTag in adams.doc.docbook
Subclasses of AbstractComplexTag in adams.doc.docbook Modifier and Type Class Description class
Article
Represents the "article" tag.class
Book
Represents the "book" tag.class
Chapter
Represents the "chapter" tag.class
InformalTable
Represents the "informaltable" tag.class
ItemizedList
A list in which each entry is marked with a bullet or other dingbat.class
ListItem
A wrapper for the elements of a list item.class
OrderedList
A list in which each entry is marked with a sequentially incremented label.class
Part
Represents the "part" tag.class
Section
Represents the "section" tag.Fields in adams.doc.docbook declared as AbstractComplexTag Modifier and Type Field Description protected AbstractComplexTag
InformalTable. m_Body
the table body.protected AbstractComplexTag
InformalTable. m_Head
the table head.Methods in adams.doc.docbook that return AbstractComplexTag Modifier and Type Method Description protected AbstractComplexTag
InformalTable. addRow(AbstractComplexTag parent, AbstractTag[] cells)
Adds the row to the specified parent.protected AbstractComplexTag
InformalTable. addRow(AbstractComplexTag parent, String[] cells)
Adds the row to the specified parent.AbstractComplexTag
InformalTable. addRow(AbstractTag[] cells)
Adds the row to the body.AbstractComplexTag
InformalTable. addRow(String[] cells)
Adds the row to the body.AbstractComplexTag
InformalTable. getBody()
Returns the body element, which contains the row elements.AbstractComplexTag
InformalTable. getHead()
Returns the head element, which contains the row elements.Methods in adams.doc.docbook with parameters of type AbstractComplexTag Modifier and Type Method Description protected AbstractComplexTag
InformalTable. addRow(AbstractComplexTag parent, AbstractTag[] cells)
Adds the row to the specified parent.protected AbstractComplexTag
InformalTable. addRow(AbstractComplexTag parent, String[] cells)
Adds the row to the specified parent. -
Uses of AbstractComplexTag in adams.doc.xhtml
Subclasses of AbstractComplexTag in adams.doc.xhtml Modifier and Type Class Description class
Head
The HEAD tag.class
Html
The outer HTML tagclass
OrderedList
The OL tag.class
Table
Represents the "informaltable" tag.class
UnorderedList
The UL tag.Methods in adams.doc.xhtml that return AbstractComplexTag Modifier and Type Method Description AbstractComplexTag
Table. addRow(AbstractTag[] cells)
Adds the row.AbstractComplexTag
Table. addRow(AbstractTag[] cells, String align, String valign)
Adds the row.AbstractComplexTag
Table. addRow(String[] cells)
Adds the row.AbstractComplexTag
Table. addRow(String[] cells, String align, String valign)
Adds the row. -
Uses of AbstractComplexTag in adams.doc.xml
Subclasses of AbstractComplexTag in adams.doc.xml Modifier and Type Class Description class
DefaultComplexTag
Default complex tag.
-