Searched defs:strict (Results 1 - 5 of 5) sorted by relevance
/vbox/src/libs/libxml2-2.6.31/ |
H A D | parser.c | 3886 * @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 D | xpath.c | 6361 * @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 D | testapi.c | 416 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 D | libxml2-py.c | 2827 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 D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
Completed in 218 milliseconds