Lines Matching refs:Called
305 Called when the XML declaration is parsed. The XML declaration is the
316 Called when Expat begins parsing the document type declaration (``<!DOCTYPE
326 Called when Expat is done parsing the document type declaration. This requires
332 Called once for each element type declaration. *name* is the name of the
338 Called for each declared attribute for an element type. If an attribute list
352 Called for the start of every element. *name* is a string containing the
361 Called for the end of every element.
366 Called for every processing instruction.
371 Called for character data. This will be called for normal character data, CDATA
380 Called for unparsed (NDATA) entity declarations. This is only present for
388 Called for all entity declarations. For parameter and internal entities,
400 Called for notation declarations. *notationName*, *base*, and *systemId*, and
407 Called when an element contains a namespace declaration. Namespace declarations
414 Called when the closing tag is reached for an element that contained a
424 Called for comments. *data* is the text of the comment, excluding the leading
430 Called at the start of a CDATA section. This and :attr:`EndCdataSectionHandler`
437 Called at the end of a CDATA section.
442 Called for any characters in the XML document for which no applicable handler
456 Called if the XML document hasn't been declared as being a standalone document.
466 Called for references to external entities. *base* is the current base, as set