|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeProcessor | |
|---|---|
| org.codehaus.mojo.jaxb2.helpers | |
| Uses of NodeProcessor in org.codehaus.mojo.jaxb2.helpers |
|---|
| Classes in org.codehaus.mojo.jaxb2.helpers that implement NodeProcessor | |
|---|---|
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. |
| Methods in org.codehaus.mojo.jaxb2.helpers with parameters of type NodeProcessor | |
|---|---|
static void |
SchemagenHelper.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||