|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fu_berlin.ties.xml.TagVariety
public final class TagVariety
Type-safe enumeration of the three variaties of tags employed for XML adjustment.
Field Summary | |
---|---|
static TagVariety |
CONTINUATION
Constant for start tags that were created when splitting a tag. |
static TagVariety |
REGULAR
Constant for the most common tag variety, marking all tags that pre-existed in the input data. |
static 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. |
Method Summary | |
---|---|
String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final TagVariety REGULAR
public static final TagVariety CONTINUATION
public static final TagVariety TENTATIVE
Method Detail |
---|
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |