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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c4595 * xmlSchemaGetPropNode:
4605 xmlSchemaGetPropNode(xmlNodePtr node, const char *name) function
5893 attr = xmlSchemaGetPropNode(ownerElem, name);
5979 attr = xmlSchemaGetPropNode(ownerElem, (const char *) name);
6003 attr = xmlSchemaGetPropNode(node, "maxOccurs");
6068 attr = xmlSchemaGetPropNode(node, "minOccurs");
6188 (xmlNodePtr) xmlSchemaGetPropNode(node, name),
6381 attr = xmlSchemaGetPropNode(ownerElem, name);
6737 attr = xmlSchemaGetPropNode(node, "namespace");
6841 xmlSchemaGetPropNode(nod
[all...]

Completed in 133 milliseconds