Home
last modified time | relevance | path

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

/external/libxml2/
DSAX2.c1331 xmlChar *nvalnorm; in xmlSAX2AttributeInternal() local
1338 nvalnorm = xmlValidNormalizeAttributeValue(ctxt->myDoc, in xmlSAX2AttributeInternal()
1340 if (nvalnorm != NULL) { in xmlSAX2AttributeInternal()
1342 val = nvalnorm; in xmlSAX2AttributeInternal()
2056 xmlChar *nvalnorm; in xmlSAX2AttributeNs() local
2063 nvalnorm = xmlValidCtxtNormalizeAttributeValue( in xmlSAX2AttributeNs()
2071 if (nvalnorm != NULL) { in xmlSAX2AttributeNs()
2073 dup = nvalnorm; in xmlSAX2AttributeNs()