API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom.ls. DOMImplementationLS View Source
Author(s)
Since
Version
Serial
Hierarchy
 DOMImplementationLS
Subinterfaces
Description
public interface DOMImplementationLS
  DOMImplementationLS contains the factory methods for creating Load and Save objects.
See also:   
Methods
Hide/Show inherited methods
public LSInput createLSInput ()
  Create a new empty input source object where LSInput.characterStream, LSInput.byteStream , LSInput.stringData LSInput.systemId, LSInput.publicId, LSInput.baseURI, and LSInput.encoding are null, and LSInput.certifiedText is false.
public LSOutput createLSOutput ()
  Create a new empty output destination object where LSOutput.characterStream, LSOutput.byteStream, LSOutput.systemId, LSOutput.encoding are null.
public LSParser createLSParser (short mode, String schemaType) throws DOMException
  Create a new LSParser.
public LSSerializer createLSSerializer ()
  Create a new LSSerializer object.
Fields
Hide/Show inherited fields
publicfinalstatic short MODE_ASYNCHRONOUS = "2"
Create an asynchronous LSParser.
publicfinalstatic short MODE_SYNCHRONOUS = "1"
Create a synchronous LSParser.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar