|
|
SXMLFile | readbuff (const char *file) |
| |
|
SXMLFile | read (const char *file) |
| |
|
SXMLFile | read (FILE *file) |
| |
| bool | xmlDecl (const char *version, const char *encoding, int standalone) |
| |
| bool | docType (const char *start, bool status, const char *pub, const char *sys) |
| |
| void | newComment (const char *comment) |
| |
| void | newProcessingInstruction (const char *pi) |
| |
| bool | newElement (const char *eltName) |
| |
| bool | newAttribute (const char *eltName, const char *val) |
| |
| void | setValue (const char *value) |
| |
| bool | endElement (const char *eltName) |
| |
| void | error (const char *s, int lineno) |
| |
|
virtual bool | xmlDecl (const char *version, const char *encoding, int standalone)=0 |
| |
|
virtual bool | docType (const char *start, bool status, const char *pub, const char *sys)=0 |
| |
|
virtual void | newComment (const char *comment) |
| |
|
virtual void | newProcessingInstruction (const char *pi) |
| |
|
virtual bool | newElement (const char *eltName)=0 |
| |
|
virtual bool | newAttribute (const char *eltName, const char *val)=0 |
| |
|
virtual void | setValue (const char *value)=0 |
| |
|
virtual bool | endElement (const char *eltName)=0 |
| |
|
virtual void | error (const char *s, int lineno)=0 |
| |