|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ws.jaxme.generator.impl.Inliner
public class Inliner
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(org.w3c.dom.Document[] pBindings)
Creates a new instance with the given bindings. |
|
| Method Summary | |
|---|---|
org.xml.sax.InputSource |
getTransformedInputSource()
Returns the new input source. |
org.xml.sax.XMLReader |
getTransformedXMLReader()
Returns the new XML reader. |
void |
parse(org.xml.sax.InputSource pSource,
org.xml.sax.XMLReader pReader)
Reads the given input source. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Inliner(org.w3c.dom.Document[] pBindings)
| Method Detail |
|---|
public void parse(org.xml.sax.InputSource pSource,
org.xml.sax.XMLReader pReader)
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
java.io.IOException
SchemaTransformer
parse in interface SchemaTransformerjavax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOExceptionpublic org.xml.sax.InputSource getTransformedInputSource()
SchemaTransformerSchemaTransformer.parse(InputSource, XMLReader).
getTransformedInputSource in interface SchemaTransformerpublic org.xml.sax.XMLReader getTransformedXMLReader()
SchemaTransformerSchemaTransformer.parse(InputSource, XMLReader).
getTransformedXMLReader in interface SchemaTransformer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||