com.sun.msv.reader.xmlschema
public class MultiSchemaReader extends Object
Creates a new instance of XMLSchemaReader, then pass it to the constructor of this class. Then call the parse method as many times as you want. Finally, call the finish method.
The parsed grammar can be obtained from the underlying XMLSchemaReader object.
Constructor Summary | |
---|---|
MultiSchemaReader(XMLSchemaReader _reader) |
Method Summary | |
---|---|
void | finish()
This method should be called when all the schemas are parsed. |
XMLSchemaReader | getReader() |
XMLSchemaGrammar | getResult()
Obtains the parsed grammar. |
void | parse(String source) |
void | parse(InputSource is)
Parses an additional schema.
|
Deprecated: