public interface XSImplementation
XSLoader
.
This interface should be implemented on the same object that implements
DOMImplementation.Modifier and Type | Method and Description |
---|---|
XSLoader |
createXSLoader(StringList versions)
Creates a new XSLoader.
|
StringList |
getRecognizedVersions()
A list containing the versions of XML Schema documents recognized by
this
XSImplemenation . |
StringList getRecognizedVersions()
XSImplemenation
.XSLoader createXSLoader(StringList versions) throws XSException
versions
- A list containing the versions of XML Schema
documents which can be loaded by the XSLoader
or
null
to permit XML Schema documents of any recognized
version to be loaded by the XSLoader.XSException
- NOT_SUPPORTED_ERR: Raised if the implementation does not support one
of the specified versions.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.