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 voidXhtmlProducer. addSynopsis(AbstractTag parent, Object obj)Adds anTablewith 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 classArticleRepresents the "article" tag.classBookRepresents the "book" tag.classChapterRepresents the "chapter" tag.classInformalTableRepresents the "informaltable" tag.classItemizedListA list in which each entry is marked with a bullet or other dingbat.classListItemA wrapper for the elements of a list item.classOrderedListA list in which each entry is marked with a sequentially incremented label.classParagraphRepresents the "para" tag.classPartRepresents the "part" tag.classProgramListingA literal listing of all or part of a program.classScreenText that a user sees or might see on a computer screen.classSectionRepresents the "section" tag.classTitleRepresents the "title" tag.Fields in adams.doc.docbook declared as AbstractTag Modifier and Type Field Description protected AbstractTagDocument. m_Rootthe root element.Methods in adams.doc.docbook that return AbstractTag Modifier and Type Method Description AbstractTagDocument. getRoot()Returns the current root element.Methods in adams.doc.docbook with parameters of type AbstractTag Modifier and Type Method Description protected AbstractComplexTagInformalTable. addRow(AbstractComplexTag parent, AbstractTag[] cells)Adds the row to the specified parent.AbstractComplexTagInformalTable. addRow(AbstractTag[] cells)Adds the row to the body.voidDocument. 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 classAbstractMixedTagAncestor for tags that have nested tags and textual content.classAnchorRepresents the A tag.classBodyThe BODY tag.classBreakVerbatim BR tag.classCodeVerbatim CODE tag.classHeadThe HEAD tag.classHeadingRepresents the H{x} tag.classHtmlThe outer HTML tagclassListItemThe LI tag.classOrderedListThe OL tag.classParagraphRepresents the P tag.classPreVerbatim PRE tag.classTableRepresents the "informaltable" tag.classTitleRepresents the TITLE tag.classUnorderedListThe UL tag.Methods in adams.doc.xhtml with parameters of type AbstractTag Modifier and Type Method Description AbstractComplexTagTable. addRow(AbstractTag[] cells)Adds the row.AbstractComplexTagTable. 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 classAbstractComplexTagAncestor for tags that have nested tags.classAbstractSimpleTagAncestor for tags that have no children (only string content).classDefaultComplexTagDefault complex tag.classDefaultSimpleTagA default simple tag.Methods in adams.doc.xml with parameters of type AbstractTag Modifier and Type Method Description protected booleanAbstractTag. isValidChild(AbstractTag child)Checks whether the child is valid and can be added.
-