Searched defs:xmlSchemaSAXHandleText (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c27097 xmlSchemaSAXHandleText(void *ctx, function
28297 xmlSchemaSAXHandleText(ctxt->ctxt, ch, len);
28310 xmlSchemaSAXHandleText(ctxt->ctxt, ch, len);
28431 ret->schemas_sax.ignorableWhitespace = xmlSchemaSAXHandleText;
28432 ret->schemas_sax.characters = xmlSchemaSAXHandleText;

Completed in 2649 milliseconds