Searched defs:subset (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DdebugXML.c1287 fprintf(ctxt->output, "Entities in internal subset\n");
1291 fprintf(ctxt->output, "No entities in internal subset\n");
1297 fprintf(ctxt->output, "Entities in external subset\n");
1301 fprintf(ctxt->output, "No entities in external subset\n");
2649 xmlDtdPtr subset; local
2651 subset = xmlParseDTD(NULL, (xmlChar *) dtd);
2652 if (subset != NULL) {
2653 res = xmlValidateDtd(&vctxt, ctxt->doc, subset);
2655 xmlFreeDtd(subset);
H A Dxmlwriter.c3087 * @subset: string content of the DTD
3097 const xmlChar * sysid, const xmlChar * subset)
3107 if (subset != 0) {
3108 count = xmlTextWriterWriteString(writer, subset);
3094 xmlTextWriterWriteDTD(xmlTextWriterPtr writer, const xmlChar * name, const xmlChar * pubid, const xmlChar * sysid, const xmlChar * subset) argument
H A Druntest.c794 * Does this document has an internal subset
812 * Does this document has an external subset
830 * Does this document has an internal subset
854 * Does this document has an external subset
4387 int subset = 0; local
4401 subset++;
4406 if (subset == 0) {
H A Dxmlregexp.c6869 * @subset: the expression to be repeated
6873 * Get the atom associated to the range (@subset){@min, @max}
6874 * Note that @subset is consumed in the operation, to keep
6881 xmlExpNewRange(xmlExpCtxtPtr ctxt, xmlExpNodePtr subset, int min, int max) { argument
6884 if ((subset == NULL) || (min < 0) || (max < -1) ||
6886 xmlExpFree(ctxt, subset);
6889 return(xmlExpHashGetEntry(ctxt, XML_EXP_COUNT, subset,
7393 * subset which could be matched by the right
7767 * TODO: speedup by checking the language of sub is a subset of the
H A Dxmlschemas.c1088 int subset);
13863 * Schema Component Constraint: Wildcard Subset (cos-ns-subset)
13866 * subset of @super, 1 otherwise.
14253 * {namespace constraint} must be a subset of the {base type
14261 "subset of the wildcard in the %s %s '%s'",
14693 * @subset: the subset of ('restriction', ect.)
14707 int subset)
14716 * 2.1 restriction is not in the subset, or in the {final}
14730 if ((subset
14704 xmlSchemaCheckCOSSTDerivedOK(xmlSchemaAbstractCtxtPtr actxt, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, int subset) argument
[all...]
H A Dtestapi.c31772 xmlChar * pattern; /* an XPath subset pattern */
44061 xmlChar * subset; /* string content of the DTD */ local
[all...]

Completed in 1335 milliseconds