Module implementing a base class for all of eric5s XML handlers.
None |
XMLHandlerBase | Class implementing the base class for al of eric5s XML handlers. |
None |
Class implementing the base class for al of eric5s XML handlers.
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. |
endBytearray | Handler method for the "bytearray" end tag. |
endBytes | Handler method for the "bytes" 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. |
endFrozenset | Handler method for the "frozenset" end tag. |
endInt | Handler method for the "int" end tag. |
endList | Handler method for the "list" end tag. |
endNone | Handler method for the "none" end tag. |
endPickle | Handler method for the "pickle" end tag. |
endSet | Handler method for the "set" end tag. |
endString | Handler method for the "string" end tag. |
endTuple | Handler method for the "tuple" 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. |
startFrozenset | Handler method for the "frozenset" start tag. |
startList | Handler method for the "list" start tag. |
startPickle | Handler method for the "pickle" start tag. |
startSet | Handler method for the "set" start tag. |
startTuple | Handler method for the "tuple" start tag. |
unescape | Public method used to unescape certain characters. |
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 "bytearray" end tag.
Handler method for the "bytes" 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 "frozenset" end tag.
Handler method for the "int" end tag.
Handler method for the "list" end tag.
Handler method for the "none" end tag.
Handler method for the "pickle" end tag.
Handler method for the "set" end tag.
Handler method for the "string" end tag.
Handler method for the "tuple" 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 "frozenset" start tag.
Handler method for the "list" start tag.
Handler method for the "pickle" start tag.
Handler method for the "set" start tag.
Handler method for the "tuple" start tag.
Public method used to unescape certain characters.