org.apache.ws.jaxme.generator.impl

Class Inliner

public class Inliner extends Object implements SchemaTransformer

Performs the modifications on an XML schema file, as specified by an external binding file. This is based on a suggestion from Ortwin Gl|ck, see http://wiki.apache.org/ws/JaxMe/ExternalSchemaBindings.
Constructor Summary
Inliner(Document[] pBindings)
Creates a new instance with the given bindings.
Method Summary
InputSourcegetTransformedInputSource()
XMLReadergetTransformedXMLReader()
voidparse(InputSource pSource, XMLReader pReader)

Constructor Detail

Inliner

public Inliner(Document[] pBindings)
Creates a new instance with the given bindings.

Method Detail

getTransformedInputSource

public InputSource getTransformedInputSource()

getTransformedXMLReader

public XMLReader getTransformedXMLReader()

parse

public void parse(InputSource pSource, XMLReader pReader)