Uses of Interface
org.codehaus.mojo.jaxb2.helpers.NodeProcessor

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.
 



Copyright © 2005-2012 Codehaus. All Rights Reserved.