|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
org.w3c.dom.DOMConfiguration |
getConfig()
The configuration of a document. |
XSModel |
load(org.w3c.dom.ls.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 |
public org.w3c.dom.DOMConfiguration getConfig()
DOMConfiguration
interface:
error-handler
(DOMErrorHandler
) and
resource-resolver
(LSResourceResolver
).
"validate"
true
false
public XSModel loadURIList(StringList uriList)
uri
- The list of URI locations.public XSModel loadInputList(LSInputList is)
LSInput
s.is
- The list of LSInput
s from which the XML
Schema documents are to be read.public XSModel loadURI(java.lang.String uri)
uri
- The location of the XML Schema document to be read.public XSModel load(org.w3c.dom.ls.LSInput is)
LSInput
.is
- The DOMInputSource
from which the source
document is to be read.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |