Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c4699 xmlSchemaGetPropNode(xmlNodePtr node, const char *name) in xmlSchemaGetPropNode() function
5988 attr = xmlSchemaGetPropNode(ownerElem, name); in xmlSchemaPValAttrQName()
6069 attr = xmlSchemaGetPropNode(ownerElem, (const char *) name); in xmlSchemaPValAttrID()
6093 attr = xmlSchemaGetPropNode(node, "maxOccurs"); in xmlGetMaxOccurs()
6167 attr = xmlSchemaGetPropNode(node, "minOccurs"); in xmlGetMinOccurs()
6295 (xmlNodePtr) xmlSchemaGetPropNode(node, name), in xmlGetBooleanProp()
6485 attr = xmlSchemaGetPropNode(ownerElem, name); in xmlSchemaPValAttr()
6841 attr = xmlSchemaGetPropNode(node, "namespace"); in xmlSchemaParseWildcardNs()
6945 xmlSchemaGetPropNode(node, "maxOccurs"), in xmlSchemaPCheckParticleCorrect_2()
6955 xmlSchemaGetPropNode(node, "minOccurs"), in xmlSchemaPCheckParticleCorrect_2()
[all …]