Lines Matching refs:handler

176 /* The Attlist declaration handler is called for *each* attribute. So
178 generate multiple calls to this handler. The "default" parameter
191 /* The XML declaration handler is called for *both* XML declarations
285 there is no applicable handler. This includes both characters that
288 construct which could be reported but for which no handler has been
292 character is not passed to the default handler. There are no
294 default handler: for example, a comment might be split between
340 XML_SetEntityDeclHandler(XML_Parser parser, XML_EntityDeclHandler handler);
343 This handler has been superseded by the EntityDeclHandler above.
381 have standalone="yes". If this handler returns XML_STATUS_ERROR,
385 conditions above this handler will only be called if the referenced
412 context is valid only until the handler returns, so if the
416 The handler should return XML_STATUS_ERROR if processing should not
527 XML_SetStartElementHandler(XML_Parser parser, XML_StartElementHandler handler);
530 XML_SetEndElementHandler(XML_Parser parser, XML_EndElementHandler handler);
534 XML_CharacterDataHandler handler);
538 XML_ProcessingInstructionHandler handler);
540 XML_SetCommentHandler(XML_Parser parser, XML_CommentHandler handler);
555 /* This sets the default handler and also inhibits expansion of
557 default handler, or to the skipped entity handler, if one is set.
560 XML_SetDefaultHandler(XML_Parser parser, XML_DefaultHandler handler);
562 /* This sets the default handler but does not inhibit expansion of
564 default handler.
567 XML_SetDefaultHandlerExpand(XML_Parser parser, XML_DefaultHandler handler);
582 XML_UnparsedEntityDeclHandler handler);
585 XML_SetNotationDeclHandler(XML_Parser parser, XML_NotationDeclHandler handler);
602 XML_NotStandaloneHandler handler);
606 XML_ExternalEntityRefHandler handler);
609 passed as the first argument to the external entity ref handler
617 XML_SkippedEntityHandler handler);
621 XML_UnknownEncodingHandler handler,
624 /* This can be called within a handler for a start element, end
626 corresponding markup to be passed to the default handler.
767 Must be called from within a call-back handler, except when aborting
801 Must not be called from within a handler call-back. Returns same
859 DTD subset) will be passed to the handler set with
865 entity ref handler: the complete sequence of
937 the handler that makes the call.
947 /* Frees the content model passed to the element declaration handler */