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

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

Introduction

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

The text is from its open source code.

Method

ClassgetClass()
Returns the runtime class of this Object .
DOMConfigurationgetDomConfig()
The DOMConfiguration object used when parsing an input source.
Documentparse(LSInput input)
Parse an XML document from a resource identified by a LSInput.
DocumentparseURI(String uri)
Parse an XML document from a location identified by a URI reference [IETF RFC 2396].
voidsetFilter(LSParserFilter filter)
When a filter is provided, the implementation will call out to the filter as it is constructing the DOM tree structure.