Uses of Class
adams.doc.xml.AbstractTag
-
Packages that use AbstractTag Package Description adams.core.option adams.doc.docbook adams.doc.xhtml adams.doc.xml -
-
Uses of AbstractTag in adams.core.option
Methods in adams.core.option with parameters of type AbstractTag Modifier and Type Method Description protected void
XhtmlProducer. addSynopsis(AbstractTag parent, Object obj)
Adds anTable
with the global info an potential additional information. -
Uses of AbstractTag in adams.doc.docbook
Subclasses of AbstractTag 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
Paragraph
Represents the "para" tag.class
Part
Represents the "part" tag.class
ProgramListing
A literal listing of all or part of a program.class
Screen
Text that a user sees or might see on a computer screen.class
Section
Represents the "section" tag.class
Title
Represents the "title" tag.Fields in adams.doc.docbook declared as AbstractTag Modifier and Type Field Description protected AbstractTag
Document. m_Root
the root element.Methods in adams.doc.docbook that return AbstractTag Modifier and Type Method Description AbstractTag
Document. getRoot()
Returns the current root element.Methods in adams.doc.docbook with parameters of type AbstractTag Modifier and Type Method Description protected AbstractComplexTag
InformalTable. addRow(AbstractComplexTag parent, AbstractTag[] cells)
Adds the row to the specified parent.AbstractComplexTag
InformalTable. addRow(AbstractTag[] cells)
Adds the row to the body.void
Document. setRoot(AbstractTag value)
Sets the root element.Constructors in adams.doc.docbook with parameters of type AbstractTag Constructor Description InformalTable(AbstractTag[] cells)
Initializes the tag. -
Uses of AbstractTag in adams.doc.xhtml
Subclasses of AbstractTag in adams.doc.xhtml Modifier and Type Class Description class
AbstractMixedTag
Ancestor for tags that have nested tags and textual content.class
Anchor
Represents the A tag.class
Body
The BODY tag.class
Break
Verbatim BR tag.class
Code
Verbatim CODE tag.class
Head
The HEAD tag.class
Heading
Represents the H{x} tag.class
Html
The outer HTML tagclass
ListItem
The LI tag.class
OrderedList
The OL tag.class
Paragraph
Represents the P tag.class
Pre
Verbatim PRE tag.class
Table
Represents the "informaltable" tag.class
Title
Represents the TITLE tag.class
UnorderedList
The UL tag.Methods in adams.doc.xhtml with parameters of type AbstractTag 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. -
Uses of AbstractTag in adams.doc.xml
Subclasses of AbstractTag in adams.doc.xml Modifier and Type Class Description class
AbstractComplexTag
Ancestor for tags that have nested tags.class
AbstractSimpleTag
Ancestor for tags that have no children (only string content).class
DefaultComplexTag
Default complex tag.class
DefaultSimpleTag
A default simple tag.Methods in adams.doc.xml with parameters of type AbstractTag Modifier and Type Method Description protected boolean
AbstractTag. isValidChild(AbstractTag child)
Checks whether the child is valid and can be added.
-