Uses of Interface
org.codehaus.mojo.jaxb2.schemageneration.postprocessing.NodeProcessor
Packages that use NodeProcessor
Package
Description
The jaxb2-maven-plugin wraps and adapts the JAXB reference implementation
to be useful within the Maven build process.
-
Uses of NodeProcessor in org.codehaus.mojo.jaxb2.schemageneration
Methods in org.codehaus.mojo.jaxb2.schemageneration with parameters of type NodeProcessorModifier and TypeMethodDescriptionstatic voidXsdGeneratorHelper.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 NodeProcessorModifier and TypeClassDescriptionclassNode processor that injects XSD documentation annotations consisting of JavaDoc harvested Java source code into ComplexTypes, Elements and Attributes.classNode 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 NodeProcessorModifier and TypeClassDescriptionclassNodeProcessor which alters the filename for generated XML schema files.classNodeProcessorwhich alters the namespace prefix for all relevant Nodes within an XML document Node.