|
LibMusicXML 3.22
|
Public Member Functions | |
| 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) |
Implements reader.