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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c4586 * xmlSchemaGetPropNode:
4596 xmlSchemaGetPropNode(xmlNodePtr node, const char *name) function
5882 attr = xmlSchemaGetPropNode(ownerElem, name);
5968 attr = xmlSchemaGetPropNode(ownerElem, (const char *) name);
5992 attr = xmlSchemaGetPropNode(node, "maxOccurs");
6057 attr = xmlSchemaGetPropNode(node, "minOccurs");
6177 (xmlNodePtr) xmlSchemaGetPropNode(node, name),
6370 attr = xmlSchemaGetPropNode(ownerElem, name);
6726 attr = xmlSchemaGetPropNode(node, "namespace");
6830 xmlSchemaGetPropNode(nod
[all...]

Completed in 143 milliseconds