Lines Matching refs:Called
333 Called when the XML declaration is parsed. The XML declaration is the
347 Called when Expat begins parsing the document type declaration (``<!DOCTYPE
357 Called when Expat is done parsing the document type declaration. This requires
363 Called once for each element type declaration. *name* is the name of the
369 Called for each declared attribute for an element type. If an attribute list
383 Called for the start of every element. *name* is a string containing the
390 Called for the end of every element.
395 Called for every processing instruction.
400 Called for character data. This will be called for normal character data, CDATA
409 Called for unparsed (NDATA) entity declarations. This is only present for
417 Called for all entity declarations. For parameter and internal entities,
431 Called for notation declarations. *notationName*, *base*, and *systemId*, and
438 Called when an element contains a namespace declaration. Namespace declarations
445 Called when the closing tag is reached for an element that contained a
455 Called for comments. *data* is the text of the comment, excluding the leading
461 Called at the start of a CDATA section. This and :attr:`EndCdataSectionHandler`
468 Called at the end of a CDATA section.
473 Called for any characters in the XML document for which no applicable handler
487 Called if the XML document hasn't been declared as being a standalone document.
497 Called for references to external entities. *base* is the current base, as set