org.apache.ws.jaxme.xs
Interface SchemaTransformer
- 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.
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.