Uses of Class
de.fu_berlin.ties.xml.TagVariety

Packages that use TagVariety
de.fu_berlin.ties.xml This package contains utility classes for working with XML documents and related data. 
 

Uses of TagVariety in de.fu_berlin.ties.xml
 

Fields in de.fu_berlin.ties.xml declared as TagVariety
static TagVariety TagVariety.CONTINUATION
          Constant for start tags that were created when splitting a tag.
static TagVariety TagVariety.REGULAR
          Constant for the most common tag variety, marking all tags that pre-existed in the input data.
static TagVariety TagVariety.TENTATIVE
          Constant for tentative start tags that were created when an end tag is followed by another end tag of the same type without a start tag of this type between them.
 

Methods in de.fu_berlin.ties.xml that return TagVariety
 TagVariety TagConstituent.getVariety()
          Returns the TagVariety of this tag.
 

Methods in de.fu_berlin.ties.xml with parameters of type TagVariety
 void TagConstituent.setVariety(TagVariety newValue)
          Specifies the TagVariety of this tag.
 



Copyright © 2003-2007 Christian Siefkes. All Rights Reserved.