Module implementing a base class for all of eric4s XML handlers.
None |
XMLHandlerBase | Class implementing the base class for al of eric4s XML handlers. |
None |
Class implementing the base class for al of eric4s XML handlers.
None |
None |
XMLHandlerBase | Constructor |
_prepareBasics | Protected method to prepare the parsing of XML for basic python types. |
characters | Handler called for ordinary text. |
decodedNewLines | Public method to decode newlines and paragraph breaks. |
defaultEndElement | Handler method for the common end tags. |
defaultStartElement | Handler method for common start tags. |
endBool | Handler method for the "bool" end tag. |
endComplex | Handler method for the "complex" end tag. |
endDictionary | Handler method for the "dictionary" end tag. |
endElement | Handler called, when an ending tag is found. |
endFloat | Handler method for the "float" end tag. |
endInt | Handler method for the "int" end tag. |
endList | Handler method for the "list" end tag. |
endLong | Handler method for the "long" end tag. |
endNone | Handler method for the "none" end tag. |
endPickle | Handler method for the "pickle" end tag. |
endString | Handler method for the "string" end tag. |
endTuple | Handler method for the "tuple" end tag. |
endUnicode | Handler method for the "unicode" end tag. |
startDictionary | Handler method for the "dictionary" start tag. |
startDocument | Handler called, when the document parsing is started. |
startElement | Handler called, when a starting tag is found. |
startList | Handler method for the "list" start tag. |
startPickle | Handler method for the "pickle" start tag. |
startTuple | Handler method for the "tuple" start tag. |
unescape | Public method used to unescape certain characters. |
utf8_to_code | Public method to convert a string to unicode and encode it for XML. |
None |
Constructor
Protected method to prepare the parsing of XML for basic python types.
Handler called for ordinary text.
Public method to decode newlines and paragraph breaks.
Handler method for the common end tags.
Handler method for common start tags.
Handler method for the "bool" end tag.
Handler method for the "complex" end tag.
Handler method for the "dictionary" end tag.
Handler called, when an ending tag is found.
Handler method for the "float" end tag.
Handler method for the "int" end tag.
Handler method for the "list" end tag.
Handler method for the "long" end tag.
Handler method for the "none" end tag.
Handler method for the "pickle" end tag.
Handler method for the "string" end tag.
Handler method for the "tuple" end tag.
Handler method for the "unicode" end tag.
Handler method for the "dictionary" start tag.
Handler called, when the document parsing is started.
Handler called, when a starting tag is found.
Handler method for the "list" start tag.
Handler method for the "pickle" start tag.
Handler method for the "tuple" start tag.
Public method used to unescape certain characters.
Public method to convert a string to unicode and encode it for XML.