public class SchemaCollection
extends java.lang.Object
Collection of schemas.
| Constructor and Description |
|---|
SchemaCollection() |
SchemaCollection(java.net.URI baseUri) |
| Modifier and Type | Method and Description |
|---|---|
Schema |
getSchema(java.lang.String namespaceURI) |
java.util.Collection<Schema> |
getSchemas() |
int |
getSize() |
protected void |
handleImports(Schema schema,
java.net.URI baseUri) |
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, java.net.URI baseUri) 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<Schema> getSchemas()
Copyright © 2005-2014 FuseSource. All Rights Reserved.