org.apache.cocoon.pipeline.util
Class XMLUtils

java.lang.Object
  extended by org.apache.cocoon.pipeline.util.XMLUtils

public abstract class XMLUtils
extends Object


Constructor Summary
XMLUtils()
           
 
Method Summary
static void toOutputStream(OutputStream outputStream, SaxBuffer saxBuffer)
           
static void toSax(InputStream inputStream, XMLConsumer xmlConsumer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLUtils

public XMLUtils()
Method Detail

toSax

public static void toSax(InputStream inputStream,
                         XMLConsumer xmlConsumer)

toOutputStream

public static void toOutputStream(OutputStream outputStream,
                                  SaxBuffer saxBuffer)


Copyright © 2008 The Apache Software Foundation. All Rights Reserved.