Uses of Class org.xml.sax.helpers.DefaultHandler

Uses in package org.xml.sax.ext

Classes derived from org.xml.sax.helpers.DefaultHandler

class
This class extends the SAX2 base handler class to support the SAX2 LexicalHandler, DeclHandler, and EntityResolver2 extensions.

Uses in package javax.xml.parsers

Methods with parameter type org.xml.sax.helpers.DefaultHandler

void
Parse the content of the specified file, reporting SAX2 events to the given handler.
void
Parse the specified input stream, reporting SAX2 events to the given handler.
void
Parse the specified input stream, reporting SAX2 events to the given handler.
void
Parse the content of the specified URI, reporting SAX2 events to the given handler.
void
Parse the specified input source, reporting SAX2 events to the given handler.