ParsingFramework.MicroOperations
Class XMLDouble

java.lang.Object
  extended by ParsingFramework.MicroOperations.XMLDouble

public class XMLDouble
extends java.lang.Object

Micro Parser for Parsing and Composing Integers from/to XML data.

Author:
Paul Grace

Constructor Summary
XMLDouble(IParseOperations parent)
           
 
Method Summary
 double inXMLDouble(java.lang.String data)
          Covert a bit array to a Java int value
 java.lang.String outXMLDouble(java.lang.Double Value, int val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLDouble

public XMLDouble(IParseOperations parent)
Method Detail

inXMLDouble

public double inXMLDouble(java.lang.String data)
Covert a bit array to a Java int value

Parameters:
data - The array of bits
Returns:
a Java int

outXMLDouble

public java.lang.String outXMLDouble(java.lang.Double Value,
                                     int val)
Parameters:
Value -
Size -
Returns: