Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c4714 xmlSchemaGetProp(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, in xmlSchemaGetProp() function
6200 val = xmlSchemaGetProp(ctxt, node, name); in xmlGetBooleanProp()
6661 value = xmlSchemaGetProp(ctxt, node, "value"); in xmlSchemaParseFacet()
6704 fixed = xmlSchemaGetProp(ctxt, node, "fixed"); in xmlSchemaParseFacet()
6749 pc = xmlSchemaGetProp(ctxt, node, "processContents"); in xmlSchemaParseWildcardNs()
7006 name = xmlSchemaGetProp(ctxt, node, "name"); in xmlSchemaParseNotation()
7598 ret->defValue = xmlSchemaGetProp(pctxt, node, "fixed"); in xmlSchemaParseGlobalAttribute()
8751 decl->value = xmlSchemaGetProp(ctxt, node, "default"); in xmlSchemaParseElement()
9283 attrValue = xmlSchemaGetProp(ctxt, node, "final"); in xmlSchemaParseSimpleType()
10651 targetNamespace = xmlSchemaGetProp(pctxt, docElem, in xmlSchemaAddSchemaDoc()