public final class ToolsStaxUtils extends Object
Modifier and Type | Method and Description |
---|---|
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) |
Apache CXF