public interface XSLoader
| Modifier and Type | Method and Description | 
|---|---|
| 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 
  LSInputs. | 
| 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. | 
org.w3c.dom.DOMConfiguration getConfig()
DOMConfiguration interface: 
 error-handler (DOMErrorHandler) and 
 resource-resolver (LSResourceResolver). 
 "validate"truefalseXSModel loadURIList(StringList uriList)
uriList - The list of URI locations.XSModel loadInputList(LSInputList is)
LSInputs.is - The list of LSInputs 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(org.w3c.dom.ls.LSInput is)
LSInput .is - The LSInput from which the source 
   document is to be read.Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.