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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c4670 * xmlSchemaGetProp:
4680 xmlSchemaGetProp(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, function
6168 val = xmlSchemaGetProp(ctxt, node, name);
6629 value = xmlSchemaGetProp(ctxt, node, "value");
6672 fixed = xmlSchemaGetProp(ctxt, node, "fixed");
6717 pc = xmlSchemaGetProp(ctxt, node, "processContents");
6974 name = xmlSchemaGetProp(ctxt, node, "name");
7566 ret->defValue = xmlSchemaGetProp(pctxt, node, "fixed");
8719 decl->value = xmlSchemaGetProp(ctxt, node, "default");
9251 attrValue = xmlSchemaGetProp(ctx
[all...]

Completed in 757 milliseconds