Searched refs:xmlSchemaGetProp (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 4774 xmlSchemaGetProp(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, in xmlSchemaGetProp() function 6275 val = xmlSchemaGetProp(ctxt, node, name); in xmlGetBooleanProp() 6733 value = xmlSchemaGetProp(ctxt, node, "value"); in xmlSchemaParseFacet() 6776 fixed = xmlSchemaGetProp(ctxt, node, "fixed"); in xmlSchemaParseFacet() 6821 pc = xmlSchemaGetProp(ctxt, node, "processContents"); in xmlSchemaParseWildcardNs() 7078 name = xmlSchemaGetProp(ctxt, node, "name"); in xmlSchemaParseNotation() 7670 ret->defValue = xmlSchemaGetProp(pctxt, node, "fixed"); in xmlSchemaParseGlobalAttribute() 8823 decl->value = xmlSchemaGetProp(ctxt, node, "default"); in xmlSchemaParseElement() 9355 attrValue = xmlSchemaGetProp(ctxt, node, "final"); in xmlSchemaParseSimpleType() 10722 targetNamespace = xmlSchemaGetProp(pctxt, docElem, in xmlSchemaAddSchemaDoc()
|