|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.msv.reader.xmlschema.MultiSchemaReader
An utility class that reads multiple XML Schema documents and combines them into one schema 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()
|
void |
parse(org.xml.sax.InputSource is)
Parses an additional schema. |
void |
parse(java.lang.String source)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MultiSchemaReader(XMLSchemaReader _reader)
Method Detail |
public void finish()
public final XMLSchemaReader getReader()
public void parse(org.xml.sax.InputSource is)
public final void parse(java.lang.String source)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |