|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XSLoader
An interface that provides a method to load XML Schema documents. This interface uses the DOM Level 3 Core and Load and Save interfaces.
Method Summary | |
---|---|
DOMConfiguration |
getConfig()
The configuration of a document. |
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 LSInput s. |
XSModel |
loadURI(java.lang.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. |
Method Detail |
---|
DOMConfiguration getConfig()
DOMConfiguration
interface:
error-handler
(DOMErrorHandler
) and
resource-resolver
(LSResourceResolver
).
"validate"
true
false
XSModel loadURIList(StringList uriList)
uriList
- The list of URI locations.
XSModel loadInputList(LSInputList is)
LSInput
s.
is
- The list of LSInput
s from which the XML
Schema documents are to be read.
XSModel loadURI(java.lang.String uri)
uri
- The location of the XML Schema document to be read.
XSModel load(LSInput is)
LSInput
.
is
- The LSInput
from which the source
document is to be read.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |