All Known Implementing Classes:
DeferredDOMImplementationImpl, CoreDOMImplementationImpl, XSImplementationImpl, DOMImplementationImpl, PSVIDOMImplementationImpl
DOMImplementationLS contains the factory methods for creating
Load and Save objects.
The expectation is that an instance of the
DOMImplementationLS interface can be obtained by using
binding-specific casting methods on an instance of the
DOMImplementation interface or, if the Document
supports the feature "Core" version "3.0"
defined in [DOM Level 3 Core]
, by using the method DOMImplementation.getFeature with
parameter values "LS" (or "LS-Async") and
"3.0" (respectively).
See also the Document Object Model (DOM) Level 3 Load and Save Specification.
| Field Summary | ||
|---|---|---|
| public static final short | MODE_SYNCHRONOUS | Create a synchronous LSParser. |
| public static final short | MODE_ASYNCHRONOUS | Create an asynchronous LSParser. |
| Method from org.w3c.dom.ls.DOMImplementationLS Summary: |
|---|
| createLSInput, createLSOutput, createLSParser, createLSSerializer |
| Method from org.w3c.dom.ls.DOMImplementationLS Detail: |
|---|
LSInput.characterStream, LSInput.byteStream
, LSInput.stringData LSInput.systemId,
LSInput.publicId, LSInput.baseURI, and
LSInput.encoding are null, and
LSInput.certifiedText is false. |
LSOutput.characterStream,
LSOutput.byteStream, LSOutput.systemId,
LSOutput.encoding are null. |
LSParser. The newly constructed parser may
then be configured by means of its DOMConfiguration
object, and used to parse documents by means of its parse
method. |
LSSerializer object. |