org.apache.axiom.om.impl
Class OMDocumentImplUtil

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

public class OMDocumentImplUtil
extends java.lang.Object

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


Method Summary
static void internalSerialize(OMDocument document, javax.xml.stream.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,
                                     javax.xml.stream.XMLStreamWriter writer2,
                                     boolean cache,
                                     boolean includeXMLDeclaration)
                              throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException


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