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

/vbox/src/libs/libxml2-2.6.31/
H A Dvalid.c1878 * xmlScanIDAttributeDecl:
1889 xmlScanIDAttributeDecl(xmlValidCtxtPtr ctxt, xmlElementPtr elem, int err) { function
2126 (xmlScanIDAttributeDecl(NULL, elemDef, 1) != 0)) {
4081 nbId = xmlScanIDAttributeDecl(NULL, elem, 0);
4105 extId = xmlScanIDAttributeDecl(NULL, elem, 0);
4244 if (xmlScanIDAttributeDecl(ctxt, elem) > 1) {

Completed in 1224 milliseconds