org.apache.xerces.impl.xs
public final class XSLoaderImpl extends Object implements XSLoader, DOMConfiguration
An implementation of XSLoader which wraps XMLSchemaLoader.
Version: $Id: XSLoaderImpl.java,v 1.5 2005/05/02 22:01:29 mrglavas Exp $
| Constructor Summary | |
|---|---|
| XSLoaderImpl()
No-args constructor. | |
| Method Summary | |
|---|---|
| boolean | canSetParameter(String name, Object value) |
| DOMConfiguration | getConfig()
The configuration of a document. |
| Object | getParameter(String name) |
| DOMStringList | getParameterNames() |
| XSModel | load(LSInput is)
Parse an XML Schema document from a resource identified by a
LSInput . |
| XSModel | loadInputList(LSInputList is)
Parses the content of XML Schema documents specified as a list of
LSInputs. |
| XSModel | loadURI(String uri)
Parse an XML Schema document from a location identified by a URI
reference. |
| XSModel | loadURIList(StringList uriList)
Parses the content of XML Schema documents specified as the list of URI
references. |
| void | setParameter(String name, Object value) |
DOMConfiguration interface:
error-handler (DOMErrorHandler) and
resource-resolver (LSResourceResolver).
"validate"truefalseLSInput .Parameters: is The DOMInputSource from which the source
document is to be read.
Returns: An XSModel representing this schema.
LSInputs.Parameters: is The list of LSInputs from which the XML
Schema documents are to be read.
Returns: An XSModel representing the schema documents.
Parameters: uri The location of the XML Schema document to be read.
Returns: An XSModel representing this schema.
Parameters: uri The list of URI locations.
Returns: An XSModel representing the schema documents.