Apache CXF API

Uses of Class
org.apache.cxf.tools.common.Tag

Packages that use Tag
org.apache.cxf.tools.common   
org.apache.cxf.tools.util   
 

Uses of Tag in org.apache.cxf.tools.common
 

Methods in org.apache.cxf.tools.common that return Tag
 Tag Tag.getParent()
           
 

Methods in org.apache.cxf.tools.common that return types with arguments of type Tag
 List<Tag> Tag.getTags()
           
 

Methods in org.apache.cxf.tools.common with parameters of type Tag
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)
           
 

Uses of Tag in org.apache.cxf.tools.util
 

Methods in org.apache.cxf.tools.util that return Tag
 Tag ToolsStaxUtils.getLastTag(Tag tag)
           
static Tag ToolsStaxUtils.getTagTree(File source)
           
static Tag ToolsStaxUtils.getTagTree(File source, List<String> ignoreAttr)
           
static Tag ToolsStaxUtils.getTagTree(InputStream is, List<String> ignoreAttr)
           
 

Methods in org.apache.cxf.tools.util that return types with arguments of type Tag
static List<Tag> ToolsStaxUtils.getTags(File source)
           
 

Methods in org.apache.cxf.tools.util with parameters of type Tag
 Tag ToolsStaxUtils.getLastTag(Tag tag)
           
 


Apache CXF API

Apache CXF