BlowTorch
 All Classes Namespaces Files Functions Variables Enumerator Pages
Static Public Member Functions | List of all members
com.offsetnull.bt.service.WindowTokenParser Class Reference

Static Public Member Functions

static void registerListeners (final Element root, final WindowToken currentWindow, final NewItemCallback handler)
 
static void saveToXml (final XmlSerializer out, final WindowToken w)
 

Detailed Description

Utility class to set up and export a WindowToken object to and from the xml file.

Member Function Documentation

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
rootThe node to attach listeners too.
currentWindowthe window object to dump data into.
handlerThe callback to call when a new window is inflated.

Here is the caller graph for this function:

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
outThe XmlSerializer to export the window to.
wThe window to export.

Here is the caller graph for this function:


The documentation for this class was generated from the following file: