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

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

Introduction

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

The text is from its open source code.

Implementation

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

Field

shortFILTER_ACCEPT
Accept the node.
shortFILTER_REJECT
Reject the node and its children.

Constructor