|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface allows one to retrieve an instance of XSLoader
.
This interface should be implemented on the same object that implements
DOMImplementation.
Method Summary | |
---|---|
LSInputList |
createLSInputList(org.w3c.dom.ls.LSInput[] values)
Creates an immutable LSInputList from the given array of LSInput s. |
StringList |
createStringList(java.lang.String[] values)
Creates an immutable StringList from the given array of String s. |
XSLoader |
createXSLoader(StringList versions)
Creates a new XSLoader. |
StringList |
getRecognizedVersions()
A list containing the versions of XML Schema documents recognized by this XSImplemenation . |
Method Detail |
public StringList getRecognizedVersions()
XSImplemenation
.public 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.public StringList createStringList(java.lang.String[] values)
StringList
from the given array of String
s.values
- the array containing the String
values that will be placed in the list.StringList
from the given array of String
s.public LSInputList createLSInputList(org.w3c.dom.ls.LSInput[] values)
LSInputList
from the given array of LSInput
s.values
- the array containing the LSInput
values that will be placed in the list.LSInputList
from the given array of LSInput
s.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |