Searched defs:strict (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dparser.c3886 * @strict: indicate whether we should restrict parsing to only
3900 * case publicID receives PubidLiteral, is strict is off
3905 xmlParseExternalID(xmlParserCtxtPtr ctxt, xmlChar **publicID, int strict) { argument
3933 if (strict) {
H A Dxpath.c6361 * @strict: is the comparison strict
6380 xmlXPathCompareNodeSetFloat(xmlXPathParserContextPtr ctxt, int inf, int strict, argument
6402 ret = xmlXPathCompareValues(ctxt, inf, strict);
6417 * @strict: is the comparison strict
6435 xmlXPathCompareNodeSetString(xmlXPathParserContextPtr ctxt, int inf, int strict, argument
6456 ret = xmlXPathCompareValues(ctxt, inf, strict);
6470 * @strict: is the comparison strict
6496 xmlXPathCompareNodeSets(int inf, int strict, xmlXPathObjectPtr arg1, xmlXPathObjectPtr arg2) argument
6591 xmlXPathCompareNodeSetValue(xmlXPathParserContextPtr ctxt, int inf, int strict, xmlXPathObjectPtr arg, xmlXPathObjectPtr val) argument
7231 xmlXPathCompareValues(xmlXPathParserContextPtr ctxt, int inf, int strict) argument
10798 int inf, strict; local
[all...]
H A Dtestapi.c416 if (no == 4) return("test/valid/dtds/xhtml1-strict.dtd");
488 if (no == 4) return(xmlParserInputBufferCreateFilename("test/valid/dtds/xhtml1-strict.dtd", XML_CHAR_ENCODING_NONE));
592 if (no == 2) return(xmlNewTextReaderFilename("test/valid/dtds/xhtml1-strict.dtd"));
46525 int strict; /* is the comparison strict */ local
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c2827 int strict; local
2829 if (!PyArg_ParseTuple(args, (char *)"Oii:xmlXPathCompareValues", &pyobj_ctxt, &inf, &strict))
2833 c_retval = xmlXPathCompareValues(ctxt, inf, strict);
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 218 milliseconds