Java org.w3c.dom.ls DOMImplementationLS fields, constructors, methods, implement or subclass

Example usage for Java org.w3c.dom.ls DOMImplementationLS fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.w3c.dom.ls DOMImplementationLS.

The text is from its open source code.

Field

shortMODE_SYNCHRONOUS
Create a synchronous LSParser.

Method

LSInputcreateLSInput()
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.
LSOutputcreateLSOutput()
Create a new empty output destination object where LSOutput.characterStream, LSOutput.byteStream, LSOutput.systemId, LSOutput.encoding are null.
LSParsercreateLSParser(short mode, String schemaType)
Create a new LSParser.
LSSerializercreateLSSerializer()
Create a new LSSerializer object.
ClassgetClass()
Returns the runtime class of this Object .