Utility class to set up and export a WindowToken object to and from the xml file.
static void com.offsetnull.bt.service.WindowTokenParser.registerListeners |
( |
final Element |
root, |
|
|
final WindowToken |
currentWindow, |
|
|
final NewItemCallback |
handler |
|
) |
| |
|
static |
Utility method to attatch the appropriate SAX parsing listener objects to the supplied node.
- Parameters
-
root | The node to attach listeners too. |
currentWindow | the window object to dump data into. |
handler | The callback to call when a new window is inflated. |
static void com.offsetnull.bt.service.WindowTokenParser.saveToXml |
( |
final XmlSerializer |
out, |
|
|
final WindowToken |
w |
|
) |
| |
|
static |
Export the supplied window token to the supplied XmlSerializer.
- Parameters
-
out | The XmlSerializer to export the window to. |
w | The window to export. |
The documentation for this class was generated from the following file: