ABL4J (Alignment Based Learning for Java) - 0.9.7

org.schwiebert.abl4j.io
Class XmlConstants

java.lang.Object
  extended by 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

Field Summary
static String ATTR_CONST_BEGIN
           
static String ATTR_CONST_END
           
static String ATTR_ID
           
static String ATTR_SCORE
           
static String ATTR_TREE_ID
           
static String ATTR_WORD_CONTENT
           
static String ATTR_WORD_INDEX
           
static String EL_COMMENT
           
static String EL_COMMENTS
           
static String EL_CONSTITUENT
           
static String EL_NT
           
static String EL_NT_LIST
           
static String EL_SCORE
           
static String EL_SCORES
           
static String EL_TREE
           
static String EL_WORD
           
 
Constructor Summary
XmlConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

XmlConstants

public XmlConstants()

ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert