|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xerces.impl.xs.XSLoaderImpl
public final class XSLoaderImpl
An implementation of XSLoader which wraps XMLSchemaLoader.
| Constructor Summary | |
|---|---|
XSLoaderImpl()
No-args constructor. |
|
| Method Summary | |
|---|---|
boolean |
canSetParameter(java.lang.String name,
java.lang.Object value)
Check if setting a parameter to a specific value is supported. |
DOMConfiguration |
getConfig()
The configuration of a document. |
java.lang.Object |
getParameter(java.lang.String name)
Return the value of a parameter if known. |
DOMStringList |
getParameterNames()
The list of the parameters supported by this DOMConfiguration object and for which at least one value
can be set by the application. |
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 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. |
void |
setParameter(java.lang.String name,
java.lang.Object value)
Set the value of a parameter. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XSLoaderImpl()
| Method Detail |
|---|
public DOMConfiguration getConfig()
DOMConfiguration interface:
error-handler (DOMErrorHandler) and
resource-resolver (LSResourceResolver).
"validate"truefalse
getConfig in interface XSLoaderpublic XSModel loadURIList(StringList uriList)
loadURIList in interface XSLoaderuriList - The list of URI locations.
public XSModel loadInputList(LSInputList is)
LSInputs.
loadInputList in interface XSLoaderis - The list of LSInputs from which the XML
Schema documents are to be read.
public XSModel loadURI(java.lang.String uri)
loadURI in interface XSLoaderuri - The location of the XML Schema document to be read.
public XSModel load(LSInput is)
LSInput .
load in interface XSLoaderis - The LSInput from which the source
document is to be read.
public void setParameter(java.lang.String name,
java.lang.Object value)
throws DOMException
DOMConfiguration
setParameter in interface DOMConfigurationname - The name of the parameter to set.value - The new value or null if the user wishes to
unset the parameter. While the type of the value parameter is
defined as DOMUserData, the object type must match the
type defined by the definition of the parameter. For example, if
the parameter is "error-handler", the value must be of type
DOMErrorHandler.
DOMException - NOT_FOUND_ERR: Raised when the parameter name is not recognized.
public java.lang.Object getParameter(java.lang.String name)
throws DOMException
DOMConfiguration
getParameter in interface DOMConfigurationname - The name of the parameter.
null if no object has been associated or if the
parameter is not supported.
DOMException - NOT_FOUND_ERR: Raised when the parameter name is not recognized.
public boolean canSetParameter(java.lang.String name,
java.lang.Object value)
DOMConfiguration
canSetParameter in interface DOMConfigurationname - The name of the parameter to check.value - An object. if null, the returned value is
true.
true if the parameter could be successfully set
to the specified value, or false if the parameter is
not recognized or the requested value is not supported. This does
not change the current value of the parameter itself.public DOMStringList getParameterNames()
DOMConfigurationDOMConfiguration object and for which at least one value
can be set by the application. Note that this list can also contain
parameter names defined outside this specification.
getParameterNames in interface DOMConfiguration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||