Uses of Interface
org.codehaus.mojo.jaxb2.schemageneration.postprocessing.NodeProcessor
-
Packages that use NodeProcessor 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 -
-
Uses of NodeProcessor in org.codehaus.mojo.jaxb2.schemageneration
Methods in org.codehaus.mojo.jaxb2.schemageneration with parameters of type NodeProcessor Modifier and Type Method 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 totrue
. -
Uses of NodeProcessor in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc
Classes in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.javadoc that implement NodeProcessor Modifier and Type Class Description class
XsdAnnotationProcessor
Node processor that injects XSD documentation annotations consisting of JavaDoc harvested Java source code into ComplexTypes, Elements and Attributes.class
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. -
Uses of NodeProcessor in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.schemaenhancement
Classes in org.codehaus.mojo.jaxb2.schemageneration.postprocessing.schemaenhancement that implement NodeProcessor Modifier and Type Class 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.
-