org.opencrx.application.airsync.utils
Class WbXMLTransformer

java.lang.Object
  extended by org.opencrx.application.airsync.utils.WbXMLTransformer

public class WbXMLTransformer
extends Object


Constructor Summary
WbXMLTransformer()
           
 
Method Summary
static void transform(Document doc, Result outputTarget, boolean indent)
           
static Document transformFromWBXML(InputStream in)
           
static void transformToWBXML(Document doc, OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WbXMLTransformer

public WbXMLTransformer()
Method Detail

transformFromWBXML

public static Document transformFromWBXML(InputStream in)
                                   throws ServiceException
Throws:
ServiceException

transformToWBXML

public static void transformToWBXML(Document doc,
                                    OutputStream out)
                             throws IOException
Throws:
IOException

transform

public static void transform(Document doc,
                             Result outputTarget,
                             boolean indent)
                      throws IOException
Throws:
IOException


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.