org.apache.cocoon.pipeline.util.dom
Class DOMUtils

java.lang.Object
  extended by org.apache.cocoon.pipeline.util.dom.DOMUtils

public final class DOMUtils
extends Object


Method Summary
static void stream(Node node, SAXConsumer xmlConsumer)
           
static Document toDOM(InputSource source, EntityResolver resolver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toDOM

public static Document toDOM(InputSource source,
                             EntityResolver resolver)
                      throws SAXException,
                             IOException
Throws:
SAXException
IOException

stream

public static void stream(Node node,
                          SAXConsumer xmlConsumer)
                   throws SAXException
Throws:
SAXException


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.