http://xml.apache.org/http://www.apache.org/http://www.w3.org/

Home

Readme
Installation
Build

API Docs
Samples
Programming
Migration
FAQs

Releases
Feedback
Bug-Todo

Download
CVS Repository
Mail Archive

API Docs for SAX and DOM
 

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

XMLDocumentHandler Member List

This is the complete list of members for XMLDocumentHandler, including all inherited members.
  • docCharacters( const XMLCh* const chars , const unsigned int length , const bool cdataSection ) = 0 [pure virtual]
  • docComment( const XMLCh* const comment ) = 0 [pure virtual]
  • docPI( const XMLCh* const target , const XMLCh* const data ) = 0 [pure virtual]
  • endDocument() = 0 [pure virtual]
  • endElement( const XMLElementDecl& elemDecl , const unsigned int uriId , const bool isRoot ) = 0 [pure virtual]
  • endEntityReference( const XMLEntityDecl& entDecl ) = 0 [pure virtual]
  • ignorableWhitespace( const XMLCh* const chars , const unsigned int length , const bool cdataSection ) = 0 [pure virtual]
  • resetDocument() = 0 [pure virtual]
  • startDocument() = 0 [pure virtual]
  • startElement( const XMLElementDecl& elemDecl , const unsigned int uriId , const XMLCh* const prefixName , const RefVectorOf<XMLAttr>& attrList , const unsigned int attrCount , const bool isEmpty , const bool isRoot ) = 0 [pure virtual]
  • startEntityReference(const XMLEntityDecl& entDecl) = 0 [pure virtual]
  • XMLDecl( const XMLCh* const versionStr , const XMLCh* const encodingStr , const XMLCh* const standaloneStr , const XMLCh* const autoEncodingStr ) = 0 [pure virtual]
  • XMLDocumentHandler() [protected]
  • ~XMLDocumentHandler() [virtual]


Copyright © 2000 The Apache Software Foundation. All Rights Reserved.