Apache CXF API

org.apache.cxf.tools.util
Class ToolsStaxUtils

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

public final class ToolsStaxUtils
extends Object


Method Summary
 Tag getLastTag(Tag tag)
           
static List<Tag> getTags(File source)
           
static Tag getTagTree(File source)
           
static Tag getTagTree(File source, List<String> ignoreAttr)
           
static Tag getTagTree(InputStream is, List<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 List<Tag> getTags(File source)
                         throws Exception
Throws:
Exception

getTagTree

public static Tag getTagTree(File source)
                      throws Exception
Throws:
Exception

getTagTree

public static Tag getTagTree(File source,
                             List<String> ignoreAttr)
                      throws Exception
Throws:
Exception

getTagTree

public static Tag getTagTree(InputStream is,
                             List<String> ignoreAttr)
                      throws Exception
Throws:
Exception

getLastTag

public Tag getLastTag(Tag tag)

Apache CXF API

Apache CXF