Module implementing the handler class for reading a keyboard shortcuts file.
ShortcutsHandler | Class implementing a sax handler to read a keyboard shortcuts file. |
None |
Class implementing a sax handler to read a keyboard shortcuts file.
ShortcutsHandler | Constructor |
characters | Handler called for ordinary text. |
defaultStartElement | Handler method for common start tags. |
endAccel | Handler method for the "Accel" end tag. |
endElement | Handler called, when an ending tag is found. |
endName | Handler method for the "Name" end tag. |
endShortcut | Handler method for the "Shortcut" end tag. |
getShortcuts | Public method to retrieve the shortcuts. |
startDocument | Handler called, when the document parsing is started. |
startElement | Handler called, when a starting tag is found. |
startShortcut | Handler method for the "Shortcut" start tag. |
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 common start tags.
Handler method for the "Accel" end tag.
Handler called, when an ending tag is found.
Handler method for the "Name" end tag.
Handler method for the "Shortcut" end tag.
Public method to retrieve the shortcuts.
Handler called, when the document parsing is started.
Handler called, when a starting tag is found.
Handler method for the "Shortcut" start tag.
Private method to convert a string to unicode and encode it for XML.