Interface | Description |
---|---|
JavaDocRenderer |
Specification for how to convert/render JavaDocData into an XML annotation.
|
SearchableDocumentation |
Specification for a Map of SortableLocations correlated to their respective JavaDocData.
|
SortableLocation |
Common specification for a JavaDoc location which can be compared and sorted.
|
Class | Description |
---|---|
DefaultJavaDocRenderer |
Default JavaDocRenderer implementation which provides a plain JavaDocData rendering, on the form:
[JavaDoc comment]
(tag1): [tag1 value]
(tag2): [tag2 value]
|
DomHelper |
Helper class stashing commonly used algorithms to work with DOM documents.
|
JavaDocData |
Simplified structure containing comments and tags read from a JavaDoc comment block.
|
JavaDocExtractor |
The schemagen tool operates on compiled bytecode, where JavaDoc comments are not present.
|
NoAuthorJavaDocRenderer |
Default JavaDocRenderer implementation which provides a plain JavaDocData rendering, while skipping
output from the
author tag, on the form:
[JavaDoc comment]
(tag1): [tag1 value]
(tag2): [tag2 value]
|
XsdAnnotationProcessor |
Node processor that injects XSD documentation annotations consisting of JavaDoc harvested Java source code
into ComplexTypes, Elements and Attributes.
|
XsdEnumerationAnnotationProcessor |
Node processor that injects XSD documentation annotations consisting of JavaDoc harvested Java source code
into SimpleTypes, Elements and Attributes typically produced by SchemaGen when generate XSDs for Java Enumerations.
|
Copyright © 2005–2016 MojoHaus. All rights reserved.