org.sape.smfw.xmlutils
Class BooleanSerializer

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

public class BooleanSerializer
extends Object

A serializer for XML Schema "boolean" datatype.


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

Constructor Detail

BooleanSerializer

public BooleanSerializer()
Method Detail

toXml

public static final String toXml(boolean value)


Copyright 2003 Sapient Corporation. All Rights Reserved.