Uses of Class
treebolic.provider.xml.fast.Tag

Packages that use Tag
treebolic.provider.xml.fast   
 

Uses of Tag in treebolic.provider.xml.fast
 

Methods in treebolic.provider.xml.fast that return Tag
static Tag Tag.makeTag(java.lang.String thisTagString)
          Make tag from string
 

Methods in treebolic.provider.xml.fast with parameters of type Tag
private  void Parser.parseEdgesTag(Tag thisTag)
          Parse tag
private  MutableEdge Parser.parseEdgeTag(Tag thisTag)
          Parse tag
private  void Parser.parseNodesTag(Tag thisTag)
          Parse tag
private  void Parser.parseTreebolicTag(Tag thisTag)
          Parse tag
private  void Parser.parseTreeTag(Tag thisTag)
          Parse tag