DefaultJavaDocRenderer |
Default JavaDocRenderer implementation which provides a plain JavaDocData rendering, on the form:
|
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:
|
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.
|