org.apache.axiom.om.impl
Class OMDocumentImplUtil

java.lang.Object
  extended by org.apache.axiom.om.impl.OMDocumentImplUtil

public class OMDocumentImplUtil
extends Object

Utility class with default implementations for some of the methods defined by the OMDocument interface.


Method Summary
static void internalSerialize(OMDocument document, XMLStreamWriter writer2, boolean cache, boolean includeXMLDeclaration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

internalSerialize

public static void internalSerialize(OMDocument document,
                                     XMLStreamWriter writer2,
                                     boolean cache,
                                     boolean includeXMLDeclaration)
                              throws XMLStreamException
Throws:
XMLStreamException


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.