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