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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c4670 * xmlSchemaGetProp:
4680 xmlSchemaGetProp(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, function
6166 val = xmlSchemaGetProp(ctxt, node, name);
6627 value = xmlSchemaGetProp(ctxt, node, "value");
6670 fixed = xmlSchemaGetProp(ctxt, node, "fixed");
6715 pc = xmlSchemaGetProp(ctxt, node, "processContents");
6972 name = xmlSchemaGetProp(ctxt, node, "name");
7564 ret->defValue = xmlSchemaGetProp(pctxt, node, "fixed");
8717 decl->value = xmlSchemaGetProp(ctxt, node, "default");
9249 attrValue = xmlSchemaGetProp(ctx
[all...]
/external/libxml2/
H A Dxmlschemas.c4689 * xmlSchemaGetProp:
4699 xmlSchemaGetProp(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, function
6185 val = xmlSchemaGetProp(ctxt, node, name);
6646 value = xmlSchemaGetProp(ctxt, node, "value");
6689 fixed = xmlSchemaGetProp(ctxt, node, "fixed");
6734 pc = xmlSchemaGetProp(ctxt, node, "processContents");
6991 name = xmlSchemaGetProp(ctxt, node, "name");
7583 ret->defValue = xmlSchemaGetProp(pctxt, node, "fixed");
8736 decl->value = xmlSchemaGetProp(ctxt, node, "default");
9268 attrValue = xmlSchemaGetProp(ctx
[all...]

Completed in 115 milliseconds