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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c902 const xmlChar **nsBindings; /* Namespace bindings on this element */ member in struct:_xmlSchemaNodeInfo
21722 (inode->nsBindings[j] == NULL)) ||
21724 inode->nsBindings[j]))) {
21730 return (inode->nsBindings[j+1]);
23962 if (ielem->nsBindings != NULL) {
23963 xmlFree((xmlChar **)ielem->nsBindings);
23964 ielem->nsBindings = NULL;
27210 if (ielem->nsBindings == NULL) {
27211 ielem->nsBindings =
27214 if (ielem->nsBindings
[all...]

Completed in 2242 milliseconds