public interface XSLoader
Modifier and Type | Method and Description |
---|---|
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(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.
|
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(String uri)
uri
- The location of the XML Schema document to be read.Copyright © 2019 JBoss by Red Hat. All rights reserved.