HomeSort by relevance Sort by last modified time
    Searched refs:SAX (Results 1 - 19 of 19) sorted by null

  /external/libxml2/
testHTML.c 44 static int sax = 0; variable
108 fprintf(stdout, "SAX.isStandalone()\n");
123 fprintf(stdout, "SAX.hasInternalSubset()\n");
138 fprintf(stdout, "SAX.hasExternalSubset()\n");
152 fprintf(stdout, "SAX.internalSubset(%s,", name);
183 fprintf(stdout, "SAX.resolveEntity(");
212 fprintf(stdout, "SAX.getEntity(%s)\n", name);
228 fprintf(stdout, "SAX.getParameterEntity(%s)\n", name);
248 fprintf(stdout, "SAX.entityDecl(%s, %d, %s, %s, %s)\n",
265 fprintf(stdout, "SAX.attributeDecl(%s, %s, %d, %d, %s, ...)\n"
    [all...]
Android.mk 38 common_SRC_FILES := SAX.c entities.c encoding.c error.c \
SAX.c 2 * SAX.c : Old SAX v1 handlers to build a tree.
24 #include <libxml/SAX.h>
35 * @hdlr: the SAX handler
38 * Initialize the default XML SAX version 1 handler
85 * @hdlr: the SAX handler
87 * Initialize the default HTML SAX version 1 handler
132 * @hdlr: the SAX handler
134 * Initialize the default DocBook SAX version 1 handler
globals.c 139 #include <libxml/SAX.h>
363 * Default SAX version1 handler for XML, builds the DOM tree
400 * The default SAX Locator
414 * Default old SAX v1 handler for HTML, builds the DOM tree
452 * Default old SAX v1 handler for SGML DocBook, builds the DOM tree
legacy.c 18 #include <libxml/SAX.h>
92 "disable SAX",
103 "SAX block",
104 "SAX function internalSubset",
105 "SAX function isStandalone",
106 "SAX function hasInternalSubset",
107 "SAX function hasExternalSubset",
108 "SAX function resolveEntity",
109 "SAX function getEntity",
110 "SAX function entityDecl"
    [all...]
runtest.c 720 * Parse to SAX based tests *
727 * empty SAX block
782 fprintf(SAXdebug, "SAX.isStandalone()\n");
800 fprintf(SAXdebug, "SAX.hasInternalSubset()\n");
818 fprintf(SAXdebug, "SAX.hasExternalSubset()\n");
835 fprintf(SAXdebug, "SAX.internalSubset(%s,", name);
859 fprintf(SAXdebug, "SAX.externalSubset(%s,", name);
893 fprintf(SAXdebug, "SAX.resolveEntity(");
925 fprintf(SAXdebug, "SAX.getEntity(%s)\n", name);
944 fprintf(SAXdebug, "SAX.getParameterEntity(%s)\n", name)
    [all...]
parserInternals.c 51 #include <libxml/SAX.h>
    [all...]
SAX2.c 24 #include <libxml/SAX.h>
65 if ((ctxt->sax != NULL) && (ctxt->sax->initialized == XML_SAX2_MAGIC))
66 schannel = ctxt->sax->serror;
107 if ((ctxt->sax != NULL) && (ctxt->sax->initialized == XML_SAX2_MAGIC))
108 schannel = ctxt->sax->serror;
361 "SAX.xmlSAX2InternalSubset(%s, %s, %s)\n",
398 "SAX.xmlSAX2ExternalSubset(%s, %s, %s)\n",
419 if ((ctxt->sax != NULL) && (ctxt->sax->resolveEntity != NULL)
    [all...]
Makefile.am 48 libxml2_la_SOURCES = SAX.c entities.c encoding.c error.c parserInternals.c \
270 @echo "## HTML SAX regression tests"
274 if [ ! -f $(srcdir)/result/HTML/$$name.sax ] ; then \
276 $(CHECKER) $(top_builddir)/testHTML --sax $$i > $(srcdir)/result/HTML/$$name.sax ; \
278 log=`$(CHECKER) $(top_builddir)/testHTML --sax $$i > result.$$name.sax ; \
280 diff $(srcdir)/result/HTML/$$name.sax result.$$name.sax` ; \
282 rm result.$$name.sax ; \
    [all...]
  /external/libxml2/include/libxml/
Makefile.am 6 SAX.h \
globals.h 20 #include <libxml/SAX.h>
  /external/libxml2/VxWorks/
Makefile 42 SAX2.o SAX.o schematron.o \
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/cldr/
TestCLDRVsICU.java 33 import org.xml.sax.Attributes;
34 import org.xml.sax.SAXException;
35 import org.xml.sax.helpers.DefaultHandler;
82 SAXParser SAX;
155 SAX.parse(f, DEFAULT_HANDLER);
186 // ============ SAX Handler Infrastructure ============
342 line = remove(line, controlsAndSpace); HACK for SAX
343 if (line.trim().length() != 0) { HACK for SAX
414 result = result.trim(); // HACK because of SAX
471 result = result.trim(); // HACK because of SAX
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/cldr/
TestCLDRVsICU.java 32 import org.xml.sax.Attributes;
33 import org.xml.sax.SAXException;
34 import org.xml.sax.helpers.DefaultHandler;
78 SAXParser SAX;
151 SAX.parse(f, DEFAULT_HANDLER);
182 // ============ SAX Handler Infrastructure ============
338 line = remove(line, controlsAndSpace); HACK for SAX
339 if (line.trim().length() != 0) { HACK for SAX
410 result = result.trim(); // HACK because of SAX
467 result = result.trim(); // HACK because of SAX
    [all...]
  /external/libxml2/python/
libxml.c 883 * Handling SAX/xmllib/sgmlop callback interfaces *
    [all...]
  /external/libxml2/doc/
Makefile.am 101 html/libxml-SAX.html \
search.php 44 <li><a href="interface.html">The SAX interface</a></li>
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 449 milliseconds