org.apache.ws.jaxme.xs

Interface SchemaTransformer

Known Implementing Classes:
Inliner

public interface SchemaTransformer

A schema transformer is able to modify a schema, which is being read. This is used, for example, to implement the external JAXB binding files.

Method Summary

InputSource
getTransformedInputSource()
Returns the new input source.
XMLReader
getTransformedXMLReader()
Returns the new XML reader.
void
parse(InputSource pSource, XMLReader pReader)
Reads the given input source.

Method Details

getTransformedInputSource

public InputSource getTransformedInputSource()

getTransformedXMLReader

public XMLReader getTransformedXMLReader()

parse

public void parse(InputSource pSource,
                  XMLReader pReader)
            throws ParserConfigurationException,
                   SAXException,
                   IOException
Reads the given input source.