Searched refs:EntityMaskInAttributeValue (Results 1 – 2 of 2) sorted by relevance
56 EntityMaskInAttributeValue = EntityAmp | EntityLt | EntityGt | EntityQuot, enumerator57 EntityMaskInHTMLAttributeValue = EntityMaskInAttributeValue | EntityNbsp,
158 documentIsHTML ? EntityMaskInHTMLAttributeValue : EntityMaskInAttributeValue); in appendAttributeValue()