HomeSort by relevance Sort by last modified time
    Searched full:escapeattr (Results 1 - 1 of 1) sorted by null

  /external/libxml2/
xmlsave.c 90 xmlCharEncodingOutputFunc escapeAttr;/* used for attribute content */
942 xmlCharEncodingOutputFunc oldescapeAttr = ctxt->escapeAttr;
1016 if (ctxt->escapeAttr == xmlEscapeEntities)
1017 ctxt->escapeAttr = NULL;
1079 ctxt->escapeAttr = oldescapeAttr;
    [all...]

Completed in 484 milliseconds