#include <Parser.h>
Inheritance diagram for saxParser


Public Methods | |
| virtual NS_DECL_ISUPPORTS nsresult | ParseInputSource (saxIInputSource *source) |
| virtual nsresult | ParseURI (const char *uri) |
| virtual nsresult | SetEntityResolver (saxIEntityResolver *resolver) |
| virtual nsresult | SetDTDHandler (saxIDTDHandler *handler) |
| virtual nsresult | SetDocumentHandler (saxIDocumentHandler *handler) |
| virtual nsresult | SetErrorHandler (saxIErrorHandler *handler) |
| saxParser () | |
| virtual | ~saxParser () |
Private Attributes | |
| SAXParser | m_parser |
| proxyEntityResolver* | m_pEntityResolver |
| proxyDTDHandler* | m_pDTDHandler |
| proxyDocumentHandler* | m_pDocumentHandler |
| proxyErrorHandler* | m_pErrorHandler |
|
|
|
|
|
Definition at line 34 of file Parser.cpp. |
|
|
Definition at line 47 of file Parser.cpp. |
|
|
Definition at line 55 of file Parser.cpp. |
|
|
Definition at line 74 of file Parser.cpp. |
|
|
Definition at line 87 of file Parser.cpp. |
|
|
Definition at line 61 of file Parser.cpp. |
|
|
Definition at line 100 of file Parser.cpp. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.1 written by Dimitri van Heesch,
© 1997-2000