| /vbox/src/libs/libxml2-2.6.31/ |
| H A D | testHTML.c | 44 static int sax = 0; variable 817 else if ((!strcmp(argv[i], "-sax")) || (!strcmp(argv[i], "--sax"))) 818 sax++; 839 if (sax) 845 if (sax) 861 printf("\t--sax : debug the sequence of SAX callbacks\n");
|
| H A D | xmllint.c | 204 static int sax = 0; variable 268 if ((ctxt != NULL) && (ctxt->sax != NULL)) { 269 warning = ctxt->sax->warning; 270 err = ctxt->sax->error; 271 ctxt->sax->warning = NULL; 272 ctxt->sax->error = NULL; 279 ctxt->sax->warning = warning; 281 ctxt->sax->error = err; 302 ctxt->sax->warning = warning; 304 ctxt->sax [all...] |
| H A D | xmlreader.c | 102 xmlSAXHandlerPtr sax; /* the parser SAX callbacks */ member in struct:_xmlTextReader 1048 if ((node->children == NULL) && (ctxt->sax != NULL) && 1049 (ctxt->sax->getEntity != NULL)) { 1051 ctxt->sax->getEntity(ctxt, node->name); 1502 if ((reader->node->children == NULL) && (reader->ctxt->sax != NULL) && 1503 (reader->ctxt->sax->getEntity != NULL)) { 1505 reader->ctxt->sax->getEntity(reader->ctxt, reader->node->name); 2036 ret->sax = (xmlSAXHandler *) xmlMalloc(sizeof(xmlSAXHandler)); 2037 if (ret->sax == NULL) { 2044 xmlSAXVersion(ret->sax, [all...] |
| H A D | HTMLparser.c | 1182 if ((ctxt->sax != NULL) && (ctxt->sax->endElement != NULL)) 1183 ctxt->sax->endElement(ctxt->userData, ctxt->name); 1202 if ((ctxt->sax != NULL) && (ctxt->sax->endElement != NULL)) 1203 ctxt->sax->endElement(ctxt->userData, ctxt->name); 1225 if ((ctxt->sax != NULL) && (ctxt->sax->endElement != NULL)) 1226 ctxt->sax->endElement(ctxt->userData, ctxt->name); 1237 if ((ctxt->sax ! 4217 htmlSAXHandler *sax; local 5387 htmlCreatePushParserCtxt(htmlSAXHandlerPtr sax, void *user_data, const char *chunk, int size, const char *filename, xmlCharEncoding enc) argument 5482 htmlSAXParseDoc(xmlChar *cur, const char *encoding, htmlSAXHandlerPtr sax, void *userData) argument 5604 htmlSAXParseFile(const char *filename, const char *encoding, htmlSAXHandlerPtr sax, void *userData) argument [all...] |
| H A D | parser.c | 221 xmlSAXHandlerPtr sax, 528 if ((ctxt != NULL) && (ctxt->sax != NULL) && 529 (ctxt->sax->initialized == XML_SAX2_MAGIC)) 530 schannel = ctxt->sax->serror; 532 (ctxt->sax) ? ctxt->sax->warning : NULL, 560 if ((ctxt->sax != NULL) && (ctxt->sax->initialized == XML_SAX2_MAGIC)) 561 schannel = ctxt->sax->serror; 944 if ((ctxt->sax) 10940 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax, void *user_data, const char *chunk, int size, const char *filename) argument 11085 xmlCreateIOParserCtxt(xmlSAXHandlerPtr sax, void *user_data, xmlInputReadCallback ioread, xmlInputCloseCallback ioclose, void *ioctx, xmlCharEncoding enc) argument 11152 xmlIOParseDTD(xmlSAXHandlerPtr sax, xmlParserInputBufferPtr input, xmlCharEncoding enc) argument 11271 xmlSAXParseDTD(xmlSAXHandlerPtr sax, const xmlChar *ExternalID, const xmlChar *SystemID) argument 11618 xmlParseExternalEntityPrivate(xmlDocPtr doc, xmlParserCtxtPtr oldctxt, xmlSAXHandlerPtr sax, void *user_data, int depth, const xmlChar *URL, const xmlChar *ID, xmlNodePtr *list) argument 11826 xmlParseExternalEntity(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, int depth, const xmlChar *URL, const xmlChar *ID, xmlNodePtr *lst) argument 11853 xmlParseBalancedChunkMemory(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst) argument 12270 xmlParseBalancedChunkMemoryRecover(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data, int depth, const xmlChar *string, xmlNodePtr *lst, int recover) argument 12424 xmlSAXParseEntity(xmlSAXHandlerPtr sax, const char *filename) argument 12619 xmlSAXParseFileWithData(xmlSAXHandlerPtr sax, const char *filename, int recovery, void *data) argument 12687 xmlSAXParseFile(xmlSAXHandlerPtr sax, const char *filename, int recovery) argument 12787 xmlSAXUserParseFile(xmlSAXHandlerPtr sax, void *user_data, const char *filename) argument 12899 xmlSAXParseMemoryWithData(xmlSAXHandlerPtr sax, const char *buffer, int size, int recovery, void *data) argument 12948 xmlSAXParseMemory(xmlSAXHandlerPtr sax, const char *buffer, int size, int recovery) argument 12994 xmlSAXUserParseMemory(xmlSAXHandlerPtr sax, void *user_data, const char *buffer, int size) argument 13065 xmlSAXParseDoc(xmlSAXHandlerPtr sax, const xmlChar *cur, int recovery) argument [all...] |
| H A D | xmlschemas.c | 975 xmlSAXHandlerPtr sax; member in struct:_xmlSchemaValidCtxt 21713 if (vctxt->sax != NULL) { 27962 } else if ((vctxt->sax != NULL) && (vctxt->parserCtxt != NULL)) { 28377 * @sax: a pointer to the original xmlSAXHandlerPtr 28389 xmlSAXHandlerPtr *sax, void **user_data) 28394 if ((ctxt == NULL) || (sax == NULL) || (user_data == NULL)) 28400 old_sax = *sax; 28419 ret->user_sax_ptr = sax; 28513 *sax = &(ret->schemas_sax); 28514 ctxt->sax 28388 xmlSchemaSAXPlug(xmlSchemaValidCtxtPtr ctxt, xmlSAXHandlerPtr *sax, void **user_data) argument 28532 xmlSAXHandlerPtr *sax; local 28569 xmlSchemaValidateStream(xmlSchemaValidCtxtPtr ctxt, xmlParserInputBufferPtr input, xmlCharEncoding enc, xmlSAXHandlerPtr sax, void *user_data) argument [all...] |
| H A D | testapi.c | 1501 htmlSAXHandlerPtr sax; /* a SAX handler */ local 1521 sax = gen_htmlSAXHandlerPtr(n_sax, 0); 1528 ret_val = htmlCreatePushParserCtxt(sax, user_data, (const char *)chunk, size, filename, enc); 1531 des_htmlSAXHandlerPtr(n_sax, sax, 0); 2645 htmlSAXHandlerPtr sax; /* the SAX handler block */ local 2657 sax = gen_htmlSAXHandlerPtr(n_sax, 2); 2660 ret_val = htmlSAXParseDoc(cur, (const char *)encoding, sax, userData); 2665 des_htmlSAXHandlerPtr(n_sax, sax, 2); 2700 htmlSAXHandlerPtr sax; /* the SAX handler block */ local 2712 sax 12627 xmlSAXHandlerPtr sax; /* a SAX handler */ local 13141 xmlSAXHandlerPtr sax; /* the SAX handler block or NULL */ local 13468 xmlSAXHandlerPtr sax; /* the SAX handler bloc (possibly NULL) */ local 13544 xmlSAXHandlerPtr sax; /* the SAX handler bloc (possibly NULL) */ local 13917 xmlSAXHandlerPtr sax; /* the SAX handler bloc (possibly NULL) */ local 14666 xmlSAXHandlerPtr sax; /* the SAX handler block */ local 14716 xmlSAXHandlerPtr sax; /* the SAX handler block */ local 14766 xmlSAXHandlerPtr sax; /* the SAX handler block */ local 14809 xmlSAXHandlerPtr sax; /* the SAX handler block */ local 14859 xmlSAXHandlerPtr sax; /* the SAX handler block */ local 14916 xmlSAXHandlerPtr sax; /* the SAX handler block */ local 14973 xmlSAXHandlerPtr sax; /* the SAX handler block */ local 15037 xmlSAXHandlerPtr sax; /* a SAX handler */ local 15092 xmlSAXHandlerPtr sax; /* a SAX handler */ local 34250 xmlSAXHandlerPtr sax; /* */ local [all...] |
| /vbox/src/VBox/Main/webservice/jaxlibs/ |
| H A D | streambuffer.jar | META-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/stream/ ... |
| H A D | FastInfoset.jar | ... vocab/ org/ org/jvnet/ org/jvnet/fastinfoset/ org/jvnet/fastinfoset/sax/ org/jvnet/fastinfoset/sax/helpers/ org/jvnet/fastinfoset/stax/ com ... |
| H A D | jaxb-xjc.jar | ... rngom/util/ org/kohsuke/rngom/xml/ org/kohsuke/rngom/xml/sax/ org/kohsuke/rngom/xml/util/ org/relaxng/ org/relaxng/datatype ... |
| /vbox/src/libs/libxml2-2.6.31/include/libxml/ |
| H A D | parser.h | 185 struct _xmlSAXHandler *sax; /* The SAX handler */ member in struct:_xmlParserCtxt 871 xmlSAXUserParseFile (xmlSAXHandlerPtr sax, 875 xmlSAXUserParseMemory (xmlSAXHandlerPtr sax, 880 xmlSAXParseDoc (xmlSAXHandlerPtr sax, 884 xmlSAXParseMemory (xmlSAXHandlerPtr sax, 889 xmlSAXParseMemoryWithData (xmlSAXHandlerPtr sax, 895 xmlSAXParseFile (xmlSAXHandlerPtr sax, 899 xmlSAXParseFileWithData (xmlSAXHandlerPtr sax, 904 xmlSAXParseEntity (xmlSAXHandlerPtr sax, 912 xmlSAXParseDTD (xmlSAXHandlerPtr sax, [all...] |