org.schwiebert.abl4j.io
Class XmlConstants
java.lang.Object
org.schwiebert.abl4j.io.XmlConstants
public class XmlConstants
- extends Object
Helper class used by XMLReader and XMLVisitor to
serialize and deserialize an ITreeBank.
- Author:
- sschwieb
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTR_ID
public static final String ATTR_ID
- See Also:
- Constant Field Values
EL_CONSTITUENT
public static final String EL_CONSTITUENT
- See Also:
- Constant Field Values
ATTR_CONST_BEGIN
public static final String ATTR_CONST_BEGIN
- See Also:
- Constant Field Values
ATTR_CONST_END
public static final String ATTR_CONST_END
- See Also:
- Constant Field Values
EL_NT
public static final String EL_NT
- See Also:
- Constant Field Values
EL_TREE
public static final String EL_TREE
- See Also:
- Constant Field Values
ATTR_SCORE
public static final String ATTR_SCORE
- See Also:
- Constant Field Values
EL_COMMENT
public static final String EL_COMMENT
- See Also:
- Constant Field Values
EL_COMMENTS
public static final String EL_COMMENTS
- See Also:
- Constant Field Values
EL_WORD
public static final String EL_WORD
- See Also:
- Constant Field Values
ATTR_WORD_CONTENT
public static final String ATTR_WORD_CONTENT
- See Also:
- Constant Field Values
ATTR_WORD_INDEX
public static final String ATTR_WORD_INDEX
- See Also:
- Constant Field Values
EL_SCORES
public static final String EL_SCORES
- See Also:
- Constant Field Values
EL_SCORE
public static final String EL_SCORE
- See Also:
- Constant Field Values
EL_NT_LIST
public static final String EL_NT_LIST
- See Also:
- Constant Field Values
ATTR_TREE_ID
public static final String ATTR_TREE_ID
- See Also:
- Constant Field Values
XmlConstants
public XmlConstants()
© 2007 Stephan Schwiebert