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

  /external/libxml2/doc/examples/
tree2.c 45 xmlCreateIntSubset(doc, BAD_CAST "root", NULL, BAD_CAST "tree2.dtd");
  /external/libxml2/
libxml2.syms 932 xmlCreateIntSubset;
    [all...]
SAX2.c 377 xmlCreateIntSubset(ctxt->myDoc, name, ExternalID, SystemID);
    [all...]
xinclude.c     [all...]
elfgcchack.h     [all...]
tree.c 871 * internal subset, use xmlCreateIntSubset().
940 * xmlCreateIntSubset:
950 xmlCreateIntSubset(xmlDocPtr doc, const xmlChar *name,
958 "xmlCreateIntSubset(): document %s already have an internal subset\n",
    [all...]
testapi.c     [all...]
  /external/libxml2/include/libxml/
tree.h 752 xmlCreateIntSubset (xmlDocPtr doc,
    [all...]
  /external/ImageMagick/coders/
svg.c 527 (void) xmlCreateIntSubset(svg_info->document,name,external_id,system_id);
    [all...]
msl.c 310 (void) xmlCreateIntSubset(msl_info->document,name,external_id,system_id);
    [all...]

Completed in 552 milliseconds