Module implementing a base class for all of eric3s XML handlers.
XMLHandlerBase | Class implementing the base class for al of eric3s XML handlers. |
None |
Class implementing the base class for al of eric3s XML handlers.
XMLHandlerBase | Constructor |
characters | Handler called for ordinary text. |
defaultEndElement | Handler method for the common end tags. |
defaultStartElement | Handler method for common start tags. |
endElement | Handler called, when an ending tag is found. |
startDocument | Handler called, when the document parsing is started. |
startElement | Handler called, when a starting tag is found. |
unescape | Private method used to unescape certain characters. |
utf8_to_code | Private method to convert a string to unicode and encode it for XML. |
Constructor
Handler called for ordinary text.
Handler method for the common end tags.
Handler method for common start tags.
Handler called, when an ending tag is found.
Handler called, when the document parsing is started.
Handler called, when a starting tag is found.
Private method used to unescape certain characters.
Private method to convert a string to unicode and encode it for XML.