Uses of Interface org.xml.sax.DTDHandler

Uses in package org.xml.sax.ext

Classes implementing org.xml.sax.DTDHandler

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

Uses in package org.xml.sax.helpers

Classes implementing org.xml.sax.DTDHandler

class
Default base class for SAX2 event handlers.
class
Base class for deriving an XML filter.

Methods with parameter type org.xml.sax.DTDHandler

void
Set the DTD handler.
void
Set the DTD event handler.
void
Register the DTD event handler.

Methods with return type org.xml.sax.DTDHandler

DTDHandler
Return the current DTD handler.
DTDHandler
Get the current DTD event handler.

Uses in package org.xml.sax

Classes implementing org.xml.sax.DTDHandler

class
Default base class for handlers.

Methods with parameter type org.xml.sax.DTDHandler

void
Allow an application to register a DTD event handler.
void
Allow an application to register a DTD event handler.

Methods with return type org.xml.sax.DTDHandler

DTDHandler
Return the current DTD handler.