Searched refs:xmlSchemaGetPropNode (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 4711 xmlSchemaGetPropNode(xmlNodePtr node, const char *name) in xmlSchemaGetPropNode() function 6002 attr = xmlSchemaGetPropNode(ownerElem, name); in xmlSchemaPValAttrQName() 6083 attr = xmlSchemaGetPropNode(ownerElem, (const char *) name); in xmlSchemaPValAttrID() 6107 attr = xmlSchemaGetPropNode(node, "maxOccurs"); in xmlGetMaxOccurs() 6183 attr = xmlSchemaGetPropNode(node, "minOccurs"); in xmlGetMinOccurs() 6313 (xmlNodePtr) xmlSchemaGetPropNode(node, name), in xmlGetBooleanProp() 6503 attr = xmlSchemaGetPropNode(ownerElem, name); in xmlSchemaPValAttr() 6859 attr = xmlSchemaGetPropNode(node, "namespace"); in xmlSchemaParseWildcardNs() 6965 xmlSchemaGetPropNode(node, "maxOccurs"), in xmlSchemaPCheckParticleCorrect_2() 6975 xmlSchemaGetPropNode(node, "minOccurs"), in xmlSchemaPCheckParticleCorrect_2() [all …]
|