Home | History | Annotate | Download | only in lib

Lines Matching refs:handler

158 /* The Attlist declaration handler is called for *each* attribute. So
160 generate multiple calls to this handler. The "default" parameter
178 /* The XML declaration handler is called for *both* XML declarations
279 there is no applicable handler. This includes both characters that
282 construct which could be reported but for which no handler has been
286 character is not passed to the default handler. There are no
288 default handler: for example, a comment might be split between
342 XML_EntityDeclHandler handler);
345 This handler has been superceded by the EntityDeclHandler above.
389 have standalone="yes". If this handler returns XML_STATUS_ERROR,
393 conditions above this handler will only be called if the referenced
420 context is valid only until the handler returns, so if the
424 The handler should return XML_STATUS_ERROR if processing should not
540 XML_StartElementHandler handler);
544 XML_EndElementHandler handler);
548 XML_CharacterDataHandler handler);
552 XML_ProcessingInstructionHandler handler);
555 XML_CommentHandler handler);
570 /* This sets the default handler and also inhibits expansion of
572 default handler, or to the skipped entity handler, if one is set.
576 XML_DefaultHandler handler);
578 /* This sets the default handler but does not inhibit expansion of
580 default handler.
584 XML_DefaultHandler handler);
601 XML_UnparsedEntityDeclHandler handler);
605 XML_NotationDeclHandler handler);
622 XML_NotStandaloneHandler handler);
626 XML_ExternalEntityRefHandler handler);
629 passed as the first argument to the external entity ref handler
638 XML_SkippedEntityHandler handler);
642 XML_UnknownEncodingHandler handler,
645 /* This can be called within a handler for a start element, end
647 corresponding markup to be passed to the default handler.
787 Must be called from within a call-back handler, except when aborting
821 Must not be called from within a handler call-back. Returns same
885 DTD subset) will be passed to the handler set with
891 entity ref handler: the complete sequence of
958 the handler that makes the call.
970 /* Frees the content model passed to the element declaration handler */