org.apache.cxf.tools.util
Class StAXUtil

java.lang.Object
  extended by org.apache.cxf.tools.util.StAXUtil

public final class StAXUtil
extends java.lang.Object


Method Summary
static javax.xml.stream.XMLStreamReader createFreshXMLStreamReader(org.xml.sax.InputSource source)
           
static void toStartTag(javax.xml.stream.XMLStreamReader r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toStartTag

public static void toStartTag(javax.xml.stream.XMLStreamReader r)
                       throws javax.xml.stream.XMLStreamException
Throws:
javax.xml.stream.XMLStreamException

createFreshXMLStreamReader

public static javax.xml.stream.XMLStreamReader createFreshXMLStreamReader(org.xml.sax.InputSource source)


Apache CXF