public class SchemaCollection
extends java.lang.Object
| Constructor and Description |
|---|
SchemaCollection() |
SchemaCollection(java.net.URI baseUri) |
| Modifier and Type | Method and Description |
|---|---|
Schema |
getSchema(java.lang.String namespaceURI) |
java.util.Collection |
getSchemas() |
int |
getSize() |
protected void |
handleImports(Schema schema) |
void |
read(org.w3c.dom.Element elem,
java.net.URI sourceUri) |
void |
read(org.xml.sax.InputSource inputSource) |
void |
read(java.lang.String location,
java.net.URI baseUri) |
protected static java.net.URI |
resolve(java.net.URI base,
java.lang.String location) |
public SchemaCollection()
public SchemaCollection(java.net.URI baseUri)
public Schema getSchema(java.lang.String namespaceURI)
public void read(org.w3c.dom.Element elem,
java.net.URI sourceUri)
throws java.lang.Exception
java.lang.Exceptionpublic void read(java.lang.String location,
java.net.URI baseUri)
throws java.lang.Exception
java.lang.Exceptionpublic void read(org.xml.sax.InputSource inputSource)
throws java.lang.Exception
java.lang.Exceptionprotected void handleImports(Schema schema) throws java.lang.Exception
java.lang.Exceptionprotected static java.net.URI resolve(java.net.URI base,
java.lang.String location)
public int getSize()
public java.util.Collection getSchemas()