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 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.classPartRepresents the "part" tag.classSectionRepresents the "section" tag.Fields in adams.doc.docbook declared as AbstractComplexTag Modifier and Type Field Description protected AbstractComplexTagInformalTable. m_Bodythe table body.protected AbstractComplexTagInformalTable. m_Headthe table head.Methods in adams.doc.docbook that return AbstractComplexTag Modifier and Type Method Description protected AbstractComplexTagInformalTable. addRow(AbstractComplexTag parent, AbstractTag[] cells)Adds the row to the specified parent.protected AbstractComplexTagInformalTable. addRow(AbstractComplexTag parent, String[] cells)Adds the row to the specified parent.AbstractComplexTagInformalTable. addRow(AbstractTag[] cells)Adds the row to the body.AbstractComplexTagInformalTable. addRow(String[] cells)Adds the row to the body.AbstractComplexTagInformalTable. getBody()Returns the body element, which contains the row elements.AbstractComplexTagInformalTable. 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 AbstractComplexTagInformalTable. addRow(AbstractComplexTag parent, AbstractTag[] cells)Adds the row to the specified parent.protected AbstractComplexTagInformalTable. 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 classHeadThe HEAD tag.classHtmlThe outer HTML tagclassOrderedListThe OL tag.classTableRepresents the "informaltable" tag.classUnorderedListThe UL tag.Methods in adams.doc.xhtml that return AbstractComplexTag Modifier and Type Method Description AbstractComplexTagTable. addRow(AbstractTag[] cells)Adds the row.AbstractComplexTagTable. addRow(AbstractTag[] cells, String align, String valign)Adds the row.AbstractComplexTagTable. addRow(String[] cells)Adds the row.AbstractComplexTagTable. 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 classDefaultComplexTagDefault complex tag.
-