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
static List<Tag> getTags(File source)
           
static Tag getTagTree(File source)
           
static Tag getTagTree(File source, List<String> ignoreAttr)
           
static Tag getTagTree(File source, List<String> ignoreAttr, Map<QName,Set<String>> types)
           
static Tag getTagTree(InputStream is, List<String> ignoreAttr, Map<QName,Set<String>> types)
           
 
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(File source,
                             List<String> ignoreAttr,
                             Map<QName,Set<String>> types)
                      throws Exception
Throws:
Exception

getTagTree

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

Apache CXF API

Apache CXF