#include <NullDomReadingContext.hxx>
Definition at line 42 of file NullDomReadingContext.hxx.
Public Member Functions | |
| NullDomReadingContext (NullDomDocumentHandler &docHandler) | |
| NullDomReadingContext (NullDomReadingContext *oldContext, const char *name) | |
| bool | findElement (const char *name) |
| NullDomReadingContext * | release () |
| bool | extractAttribute (const char *attributeName, std::ostream &os) |
| std::istream & | reachableContent () |
| std::list< std::string > | errors () |
| std::string | getPath () |
| CLAM::NullDomReadingContext::NullDomReadingContext | ( | NullDomDocumentHandler & | docHandler | ) | [inline] |
| CLAM::NullDomReadingContext::NullDomReadingContext | ( | NullDomReadingContext * | oldContext, | |
| const char * | name | |||
| ) | [inline] |
| bool CLAM::NullDomReadingContext::findElement | ( | const char * | name | ) | [inline] |
Definition at line 56 of file NullDomReadingContext.hxx.
| NullDomReadingContext* CLAM::NullDomReadingContext::release | ( | ) | [inline] |
Definition at line 61 of file NullDomReadingContext.hxx.
| bool CLAM::NullDomReadingContext::extractAttribute | ( | const char * | attributeName, | |
| std::ostream & | os | |||
| ) | [inline] |
Definition at line 66 of file NullDomReadingContext.hxx.
| std::istream& CLAM::NullDomReadingContext::reachableContent | ( | ) | [inline] |
Definition at line 71 of file NullDomReadingContext.hxx.
| std::list<std::string> CLAM::NullDomReadingContext::errors | ( | ) | [inline] |
Definition at line 76 of file NullDomReadingContext.hxx.
| std::string CLAM::NullDomReadingContext::getPath | ( | ) | [inline] |
Definition at line 82 of file NullDomReadingContext.hxx.
1.5.5