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
 java.util.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, java.util.List<java.lang.String> ignoreAttr, java.util.List<java.lang.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 StAXUtil.getLastTag(Tag tag)
           
 Tag ToolsStaxUtils.getLastTag(Tag tag)
           
static Tag StAXUtil.getTagTree(java.io.File source)
           
static Tag ToolsStaxUtils.getTagTree(java.io.File source)
           
static Tag StAXUtil.getTagTree(java.io.File source, java.util.List<java.lang.String> ignoreAttr)
           
static Tag ToolsStaxUtils.getTagTree(java.io.File source, java.util.List<java.lang.String> ignoreAttr)
           
static Tag StAXUtil.getTagTree(java.io.InputStream is, java.util.List<java.lang.String> ignoreAttr)
           
static Tag ToolsStaxUtils.getTagTree(java.io.InputStream is, java.util.List<java.lang.String> ignoreAttr)
           
 

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

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



Apache CXF