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

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

Introduction

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

The text is from its open source code.

Implementation

org.w3c.dom.ls.LSInput has the following implementations.
Click this link to see all its implementation.

Constructor

Method

StringgetSystemId()
The system identifier, a URI reference [IETF RFC 2396], for this input source.
voidsetBaseURI(String baseURI)
The base URI to be used (see section 5.1.4 in [IETF RFC 2396]) for resolving a relative systemId to an absolute URI.
voidsetByteStream(java.io.InputStream byteStream)
An attribute of a language and binding dependent type that represents a stream of bytes.
voidsetCharacterStream(java.io.Reader characterStream)
An attribute of a language and binding dependent type that represents a stream of 16-bit units.
voidsetEncoding(String encoding)
The character encoding, if known.
voidsetPublicId(String publicId)
The public identifier for this input source.
voidsetStringData(String stringData)
String data to parse.
voidsetSystemId(String systemId)
The system identifier, a URI reference [IETF RFC 2396], for this input source.