Package Peach :: Package Engine :: Module incoming
[hide private]

Module incoming

source code

Convert data blob into a Peach DOM based on a template specification.

The data cracker is still early in it's development lifecycle. Currently it is capable of using well defined templates to crack data.


Author: Michael Eddington

Version: $Id: Peach.Engine.incoming-module.html 1138 2008-08-16 19:39:03Z meddingt $

Classes [hide private]
  DataCracker
This class will try and parse data into a data model.
  NeedMoreData
Functions [hide private]
 
Debug(level, msg)
Debug output.
source code
 
printDom(node, level=0) source code
Function Details [hide private]

Debug(level, msg)

source code 

Debug output. Uncommenting the following print line will cause *lots* of output to be displayed. It significantly slows the data cracking process.