Package | Description |
---|---|
org.codehaus.mojo.jaxb2.schemageneration |
The jaxb2-maven-plugin wraps and adapts the JAXB reference implementation
to be useful within the Maven build process.
|
org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc | |
org.codehaus.mojo.jaxb2.schemageneration.postprocessing.schemaenhancement |
Modifier and Type | Method and Description |
---|---|
static void |
XsdGeneratorHelper.process(Node node,
boolean recurseToChildren,
NodeProcessor visitor)
Drives the supplied visitor to process the provided Node and all its children, should the recurseToChildren flag
be set to
true . |
Modifier and Type | Class and Description |
---|---|
class |
XsdAnnotationProcessor
Node processor that injects XSD documentation annotations consisting of JavaDoc harvested Java source code
into ComplexTypes, Elements and Attributes.
|
Modifier and Type | Class and Description |
---|---|
class |
ChangeFilenameProcessor
NodeProcessor which alters the filename for generated XML schema files.
|
class |
ChangeNamespacePrefixProcessor
NodeProcessor which alters the namespace prefix for all relevant Nodes within an XML
document Node. |
Copyright © 2005–2015 MojoHaus. All rights reserved.