org.apache.xalan.xsltc.dom

Interface ExtendedSAX

All Superinterfaces:
ContentHandler, DeclHandler, DTDHandler, LexicalHandler
Known Subinterfaces:
DOMBuilder
Known Implementing Classes:
SAXImpl

public interface ExtendedSAX
extends ContentHandler, LexicalHandler, DTDHandler, DeclHandler

Author:
Morten Jorgensen

Nested Class Summary

Methods inherited from interface org.xml.sax.ContentHandler

characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping

Methods inherited from interface org.xml.sax.ext.DeclHandler

attributeDecl, elementDecl, externalEntityDecl, internalEntityDecl

Methods inherited from interface org.xml.sax.DTDHandler

notationDecl, unparsedEntityDecl

Methods inherited from interface org.xml.sax.ext.LexicalHandler

comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity

Copyright B) 2004 Apache XML Project. All Rights Reserved.