Java org.xml.sax.helpers XMLFilterImpl fields, constructors, methods, implement or subclass

Example usage for Java org.xml.sax.helpers XMLFilterImpl fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.xml.sax.helpers XMLFilterImpl.

The text is from its open source code.

Subclass

org.xml.sax.helpers.XMLFilterImpl has subclasses.
Click this link to see all its subclasses.

Constructor

XMLFilterImpl(XMLReader parent)
Construct an XML filter with the specified parent.
XMLFilterImpl()
Construct an empty XML filter, with no parent.

Method

voidsetContentHandler(ContentHandler handler)
Set the content event handler.