|
| static void XMLCALL | characterData (void *userData, const XML_Char *s, int len) |
| |
| static void | attributeValue (FILE *fp, const XML_Char *s) |
| |
| static int | attcmp (const void *att1, const void *att2) |
| |
| static void XMLCALL | startElement (void *userData, const XML_Char *name, const XML_Char **atts) |
| |
| static void XMLCALL | endElement (void *userData, const XML_Char *name) |
| |
| static int | nsattcmp (const void *p1, const void *p2) |
| |
| static void XMLCALL | startElementNS (void *userData, const XML_Char *name, const XML_Char **atts) |
| |
| static void XMLCALL | endElementNS (void *userData, const XML_Char *name) |
| |
| static void XMLCALL | processingInstruction (void *userData, const XML_Char *target, const XML_Char *data) |
| |
| static XML_Char * | xcsdup (const XML_Char *s) |
| |
| static void XMLCALL | startDoctypeDecl (void *userData, const XML_Char *doctypeName, const XML_Char *sysid, const XML_Char *publid, int has_internal_subset) |
| |
| static void | freeNotations (XmlwfUserData *data) |
| |
| static void | cleanupUserData (XmlwfUserData *userData) |
| |
| static int | xcscmp (const XML_Char *xs, const XML_Char *xt) |
| |
| static int | notationCmp (const void *a, const void *b) |
| |
| static void XMLCALL | endDoctypeDecl (void *userData) |
| |
| static void XMLCALL | notationDecl (void *userData, const XML_Char *notationName, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) |
| |
| static void XMLCALL | defaultCharacterData (void *userData, const XML_Char *s, int len) |
| |
| static void XMLCALL | defaultStartElement (void *userData, const XML_Char *name, const XML_Char **atts) |
| |
| static void XMLCALL | defaultEndElement (void *userData, const XML_Char *name) |
| |
| static void XMLCALL | defaultProcessingInstruction (void *userData, const XML_Char *target, const XML_Char *data) |
| |
| static void XMLCALL | nopCharacterData (void *userData, const XML_Char *s, int len) |
| |
| static void XMLCALL | nopStartElement (void *userData, const XML_Char *name, const XML_Char **atts) |
| |
| static void XMLCALL | nopEndElement (void *userData, const XML_Char *name) |
| |
| static void XMLCALL | nopProcessingInstruction (void *userData, const XML_Char *target, const XML_Char *data) |
| |
| static void XMLCALL | markup (void *userData, const XML_Char *s, int len) |
| |
| static void | metaLocation (XML_Parser parser) |
| |
| static void | metaStartDocument (void *userData) |
| |
| static void | metaEndDocument (void *userData) |
| |
| static void XMLCALL | metaStartElement (void *userData, const XML_Char *name, const XML_Char **atts) |
| |
| static void XMLCALL | metaEndElement (void *userData, const XML_Char *name) |
| |
| static void XMLCALL | metaProcessingInstruction (void *userData, const XML_Char *target, const XML_Char *data) |
| |
| static void XMLCALL | metaComment (void *userData, const XML_Char *data) |
| |
| static void XMLCALL | metaStartCdataSection (void *userData) |
| |
| static void XMLCALL | metaEndCdataSection (void *userData) |
| |
| static void XMLCALL | metaCharacterData (void *userData, const XML_Char *s, int len) |
| |
| static void XMLCALL | metaStartDoctypeDecl (void *userData, const XML_Char *doctypeName, const XML_Char *sysid, const XML_Char *pubid, int has_internal_subset) |
| |
| static void XMLCALL | metaEndDoctypeDecl (void *userData) |
| |
| static void XMLCALL | metaNotationDecl (void *userData, const XML_Char *notationName, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId) |
| |
| static void XMLCALL | metaEntityDecl (void *userData, const XML_Char *entityName, int is_param, const XML_Char *value, int value_length, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName) |
| |
| static void XMLCALL | metaStartNamespaceDecl (void *userData, const XML_Char *prefix, const XML_Char *uri) |
| |
| static void XMLCALL | metaEndNamespaceDecl (void *userData, const XML_Char *prefix) |
| |
| static int XMLCALL | unknownEncodingConvert (void *data, const char *p) |
| |
| static int XMLCALL | unknownEncoding (void *userData, const XML_Char *name, XML_Encoding *info) |
| |
| static int XMLCALL | notStandalone (void *userData) |
| |
| static void | showVersion (XML_Char *prog) |
| |
| static void | usage (const XML_Char *prog, int rc) |
| |
| int | main (int argc, XML_Char **argv) |
| |