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

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

Introduction

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

The text is from its open source code.

Method

voidparse(InputSource input)
Parse an XML document.
voidsetContentHandler(ContentHandler handler)
Allow an application to register a content event handler.
voidsetEntityResolver(EntityResolver resolver)
Allow an application to register an entity resolver.
voidsetParent(XMLReader parent)
Set the parent reader.