org.apache.cxf.tools.util
Class ToolsStaxUtils
java.lang.Object
org.apache.cxf.tools.util.ToolsStaxUtils
public final class ToolsStaxUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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