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).
DOMImplementationLScontains the factory methods for creating Load and Save objects.The expectation is that an instance of the
DOMImplementationLSinterface can be obtained by using binding-specific casting methods on an instance of theDOMImplementationinterface or, if theDocumentsupports the feature"Core"version"3.0"defined in [DOM Level 3 Core] , by using the methodDOMImplementation.getFeaturewith parameter values"LS"(or"LS-Async") and"3.0"(respectively).See also the Document Object Model (DOM) Level 3 Load and Save Specification.