| Package | Description |
|---|---|
| org.apache.cxf.tools.common | |
| org.apache.cxf.tools.util |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
Tag.getTags() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProcessorTestBase.assertTagEquals(Tag expected,
Tag source) |
protected void |
ProcessorTestBase.assertTagEquals(Tag expected,
Tag source,
List<String> ignoreAttr,
List<String> ignoreTag) |
void |
Tag.setParent(Tag nTag) |
| Modifier and Type | Method and Description |
|---|---|
static Tag |
ToolsStaxUtils.getTagTree(File source) |
static Tag |
ToolsStaxUtils.getTagTree(File source,
List<String> ignoreAttr) |
static Tag |
ToolsStaxUtils.getTagTree(File source,
List<String> ignoreAttr,
Map<QName,Set<String>> types) |
static Tag |
ToolsStaxUtils.getTagTree(InputStream is,
List<String> ignoreAttr,
Map<QName,Set<String>> types) |
| Modifier and Type | Method and Description |
|---|---|
static List<Tag> |
ToolsStaxUtils.getTags(File source) |
Apache CXF