org.sape.smfw.xmlutils
Class BooleanDeserializer

java.lang.Object
  extended byorg.sape.smfw.xmlutils.BooleanDeserializer

public class BooleanDeserializer
extends Object

A deserializer for XML Schema "boolean" datatype.


Constructor Summary
BooleanDeserializer()
           
 
Method Summary
static boolean fromXml(String stringValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanDeserializer

public BooleanDeserializer()
Method Detail

fromXml

public static final boolean fromXml(String stringValue)
                             throws ParseException
Throws:
ParseException


Copyright 2003 Sapient Corporation. All Rights Reserved.