|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Schema | |
| org.jdom.contrib.schema | |
| Uses of Schema in org.jdom.contrib.schema |
| Methods in org.jdom.contrib.schema that return Schema | |
static Schema |
Schema.parse(java.lang.String uri,
Schema.Type type)
Parses a schema definition located at the specified URI according to the specified schema type and returns a compiled schema object. |
static Schema |
Schema.parse(java.io.InputStream byteStream,
Schema.Type type,
java.lang.String uri)
Parses a schema definition from the specified byte stream according to the specified schema type and returns a compiled schema object. |
static Schema |
Schema.parse(java.io.Reader reader,
Schema.Type type,
java.lang.String uri)
Parses a schema definition from the specified character stream according to the specified schema type and returns a compiled schema object. |
static Schema |
Schema.parse(java.io.File file,
Schema.Type type)
Parses a schema definition from the specified file according to the specified schema type and returns a compiled schema object. |
static Schema |
Schema.parse(org.xml.sax.InputSource source,
Schema.Type type)
Parses a schema definition from the specified SAX input source according to the specified schema type and returns a compiled schema object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||