Home
last modified time | relevance | path

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

/external/libxml2/
DSAX2.c1374 xmlChar *nvalnorm; in xmlSAX2AttributeInternal() local
1381 nvalnorm = xmlValidNormalizeAttributeValue(ctxt->myDoc, in xmlSAX2AttributeInternal()
1383 if (nvalnorm != NULL) { in xmlSAX2AttributeInternal()
1385 val = nvalnorm; in xmlSAX2AttributeInternal()
2111 xmlChar *nvalnorm; in xmlSAX2AttributeNs() local
2118 nvalnorm = xmlValidCtxtNormalizeAttributeValue( in xmlSAX2AttributeNs()
2126 if (nvalnorm != NULL) { in xmlSAX2AttributeNs()
2128 dup = nvalnorm; in xmlSAX2AttributeNs()