org.apache.cxf.tools.util
Class ToolsStaxUtils

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

public final class ToolsStaxUtils
extends java.lang.Object


Method Summary
 Tag getLastTag(Tag tag)
           
static java.util.List<Tag> getTags(java.io.File source)
           
static Tag getTagTree(java.io.File source)
           
static Tag getTagTree(java.io.File source, java.util.List<java.lang.String> ignoreAttr)
           
static Tag getTagTree(java.io.InputStream is, java.util.List<java.lang.String> ignoreAttr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTags

public static java.util.List<Tag> getTags(java.io.File source)
                                   throws java.lang.Exception
Throws:
java.lang.Exception

getTagTree

public static Tag getTagTree(java.io.File source)
                      throws java.lang.Exception
Throws:
java.lang.Exception

getTagTree

public static Tag getTagTree(java.io.File source,
                             java.util.List<java.lang.String> ignoreAttr)
                      throws java.lang.Exception
Throws:
java.lang.Exception

getTagTree

public static Tag getTagTree(java.io.InputStream is,
                             java.util.List<java.lang.String> ignoreAttr)
                      throws java.lang.Exception
Throws:
java.lang.Exception

getLastTag

public Tag getLastTag(Tag tag)


Apache CXF