Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c27266 xmlSchemaSAXHandleText(void *ctx, in xmlSchemaSAXHandleText() function
28535 xmlSchemaSAXHandleText(ctxt->ctxt, ch, len); in charactersSplit()
28548 xmlSchemaSAXHandleText(ctxt->ctxt, ch, len); in ignorableWhitespaceSplit()
28669 ret->schemas_sax.ignorableWhitespace = xmlSchemaSAXHandleText; in xmlSchemaSAXPlug()
28670 ret->schemas_sax.characters = xmlSchemaSAXHandleText; in xmlSchemaSAXPlug()