XSLoader
.
This interface should be implemented on the same object that implements
DOMImplementation.
Modifier and Type | Field and Description |
---|---|
pack-priv static XSImplementationImpl | singleton
Hides com. |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public XSLoader | createXSLoader(StringList
A list containing the versions of XML Schema
documents which can be loaded by the versions)XSLoader or
null to permit XML Schema documents of any recognized
version to be loaded by the XSLoader.Implements com. Creates a new XSLoader. |
public static DOMImplementation | getDOMImplementation()
Hides com. NON-DOM: Obtain and return the single shared object |
public StringList | getRecognizedVersions()
Implements com. A list containing the versions of XML Schema documents recognized by
this |
public boolean | Returns: true iff this implementation is compatable with the specified feature and version.The package name of the feature to test.
In Level 1, supported values are "HTML" and "XML" (case-insensitive).
At this writing, com.sun.org.apache.xerces.internal.dom supports only XML. feature, String The version number of the feature being tested.
This is interpreted as "Version of the DOM API supported for the
specified Feature", and in Level 1 should be "1.0" version)Overrides com. Implements org. Test if the DOM implementation supports a specific "feature" -- currently meaning language and level thereof. |
singleton | back to summary |
---|---|
pack-priv static XSImplementationImpl singleton Hides com. Dom implementation singleton. |
XSImplementationImpl | back to summary |
---|---|
public XSImplementationImpl() |
createXSLoader | back to summary |
---|---|
public XSLoader createXSLoader(StringList versions) throws XSException Implements com. Doc from com. Creates a new XSLoader. The newly constructed loader may then be configured and used to load XML Schemas.
|
getDOMImplementation | back to summary |
---|---|
public static DOMImplementation getDOMImplementation() Hides com. NON-DOM: Obtain and return the single shared object |
getRecognizedVersions | back to summary |
---|---|
public StringList getRecognizedVersions() Implements com. Doc from com. A list containing the versions of XML Schema documents recognized by
this |
hasFeature | back to summary |
---|---|
public boolean hasFeature(String feature, String version) Overrides com. Implements org. Test if the DOM implementation supports a specific "feature" -- currently meaning language and level thereof.
|