Package | Description |
---|---|
org.cakelab.jdoxml.api | |
org.cakelab.jdoxml.impl.dochandler |
Modifier and Type | Interface and Description |
---|---|
interface |
IDocAnchor |
interface |
IDocCodeLine |
interface |
IDocCopy |
interface |
IDocDotFile |
interface |
IDocEMail |
interface |
IDocEntry |
interface |
IDocFormula |
interface |
IDocHighlight |
interface |
IDocHRuler |
interface |
IDocImage |
interface |
IDocIndexEntry |
interface |
IDocInternal |
interface |
IDocItemizedList |
interface |
IDocLineBreak |
interface |
IDocLink |
interface |
IDocListItem |
interface |
IDocMarkup |
interface |
IDocMarkupModifier |
interface |
IDocMDash |
interface |
IDocNDash |
interface |
IDocOrderedList |
interface |
IDocPara |
interface |
IDocParameter |
interface |
IDocParameterItem |
interface |
IDocParameterList |
interface |
IDocProgramListing |
interface |
IDocRef |
interface |
IDocRoot |
interface |
IDocRow |
interface |
IDocSection |
interface |
IDocSimpleSect |
interface |
IDocSymbol |
interface |
IDocTable |
interface |
IDocText |
interface |
IDocTitle |
interface |
IDocTocItem |
interface |
IDocTocList |
interface |
IDocULink |
interface |
IDocVariableList |
interface |
IDocVariableListEntry |
interface |
IDocVerbatim |
interface |
IDocXRefSect |
interface |
IDocXRefTitle |
Modifier and Type | Method and Description |
---|---|
java.util.ListIterator<IDoc> |
IDocCodeLine.codeElements() |
java.util.ListIterator<IDoc> |
IDocHighlight.codeElements() |
java.util.ListIterator<IDoc> |
IDocPara.contents() |
java.util.ListIterator<IDoc> |
IDocRoot.contents() |
java.util.ListIterator<IDoc> |
IDocTitle.title() |
Modifier and Type | Class and Description |
---|---|
class |
AnchorHandler
Node representing an anchor.
|
class |
CodeLineHandler
Node representing a line of code.
|
class |
CopyHandler
Node representing a copied piece of documentation.
|
class |
DocHandler
\brief Node representing a documentation block.
|
class |
DocInternalHandler |
class |
DocSectionHandler
Node representing a section.
|
class |
DotFileHandler
Node representing a dot file.
|
class |
EntryHandler
Node representing an entry in the table entry.
|
class |
FormulaHandler
Node representing a formula.
|
class |
HighlightHandler
Node representing a highlighted text fragment.
|
class |
HRulerHandler |
class |
ImageHandler
Node representing an image.
|
class |
IndexEntryHandler
Node representing an entry in the index.
|
class |
ItemizedListHandler
Node representing list of items.
|
class |
LinkHandler |
class |
ListItemHandler
Node representing a list item.
|
class |
MDashHandler |
class |
NDashHandler |
class |
OrderedListHandler
Node representing list of items.
|
class |
ParagraphHandler
Node representing a paragraph of text and commands.
|
class |
ParameterHandler
Node representing a parameter.
|
class |
ParameterItemHandler |
class |
ParameterListHandler |
class |
ProgramListingHandler
Node representing a program listing
|
class |
RefHandler |
class |
RowHandler
Node representing an entry in the table row.
|
class |
SimpleSectHandler |
class |
SymbolHandler
Node representing an special symbol.
|
class |
TableHandler
Node representing an entry in the table.
|
class |
TextNode
Node representing a piece of text.
|
class |
TitleHandler |
class |
TocItemHandler
Node representing a table of contents item.
|
class |
TocListHandler
Node representing table of contents list.
|
class |
ULinkHandler |
class |
VariableListEntryHandler |
class |
VariableListHandler
Node representing a list of named items.
|
class |
VerbatimHandler
Node representing an preformatted section
|
class |
XRefSectHandler |
class |
XRefTitleHandler |
Modifier and Type | Method and Description |
---|---|
java.util.ListIterator<IDoc> |
CodeLineHandler.codeElements() |
java.util.ListIterator<IDoc> |
HighlightHandler.codeElements() |
java.util.ListIterator<IDoc> |
DocHandler.contents() |
java.util.ListIterator<IDoc> |
ParagraphHandler.contents() |
java.util.ListIterator<IDoc> |
XRefTitleHandler.title() |
java.util.ListIterator<IDoc> |
TitleHandler.title() |
Constructor and Description |
---|
MarkupHandler(java.util.List<IDoc> children,
java.lang.String curString) |