edu.uchsc.ccp.knowtator.xml
Class XMLConstants
java.lang.Object
edu.uchsc.ccp.knowtator.xml.XMLConstants
public class XMLConstants
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ANNOTATIONS_ELEMENT_NAME
public static final String ANNOTATIONS_ELEMENT_NAME
- See Also:
- Constant Field Values
TEXT_SOURCE_ATTRIBUTE_NAME
public static final String TEXT_SOURCE_ATTRIBUTE_NAME
- See Also:
- Constant Field Values
ID_ATTRIBUTE_NAME
public static final String ID_ATTRIBUTE_NAME
- See Also:
- Constant Field Values
VALUE_ATTRIBUTE_NAME
public static final String VALUE_ATTRIBUTE_NAME
- See Also:
- Constant Field Values
ANNOTATION_ELEMENT_NAME
public static final String ANNOTATION_ELEMENT_NAME
- See Also:
- Constant Field Values
MENTION_ELEMENT_NAME
public static final String MENTION_ELEMENT_NAME
- See Also:
- Constant Field Values
ANNOTATOR_ELEMENT_NAME
public static final String ANNOTATOR_ELEMENT_NAME
- See Also:
- Constant Field Values
SPAN_ELEMENT_NAME
public static final String SPAN_ELEMENT_NAME
- See Also:
- Constant Field Values
SPAN_START_ATTRIBUTE_NAME
public static final String SPAN_START_ATTRIBUTE_NAME
- See Also:
- Constant Field Values
SPAN_END_ATTRIBUTE_NAME
public static final String SPAN_END_ATTRIBUTE_NAME
- See Also:
- Constant Field Values
SPANNED_TEXT_ELEMENT_NAME
public static final String SPANNED_TEXT_ELEMENT_NAME
- See Also:
- Constant Field Values
COMMENT_ELEMENT_NAME
public static final String COMMENT_ELEMENT_NAME
- See Also:
- Constant Field Values
CREATION_DATE_ELEMENT_NAME
public static final String CREATION_DATE_ELEMENT_NAME
- The name of the element that represents the annotation creation date
- See Also:
- Constant Field Values
CLASS_MENTION_ELEMENT_NAME
public static final String CLASS_MENTION_ELEMENT_NAME
- The name of the element that represents a class mention.
- See Also:
- Constant Field Values
MENTION_CLASS_ELEMENT_NAME
public static final String MENTION_CLASS_ELEMENT_NAME
- The name of the element that represents the mentioned class of a class
mention.
- See Also:
- Constant Field Values
HAS_SLOT_MENTION_ELEMENT_NAME
public static final String HAS_SLOT_MENTION_ELEMENT_NAME
- See Also:
- Constant Field Values
INSTANCE_MENTION_ELEMENT_NAME
public static final String INSTANCE_MENTION_ELEMENT_NAME
- The name of the element that represents an instance mention.
- See Also:
- Constant Field Values
MENTION_INSTANCE_ELEMENT_NAME
public static final String MENTION_INSTANCE_ELEMENT_NAME
- The name of the element that represents the mentioned instance of an
instance mention.
- See Also:
- Constant Field Values
COMPLEX_SLOT_MENTION_ELEMENT_NAME
public static final String COMPLEX_SLOT_MENTION_ELEMENT_NAME
- The name of the element that represents a slot mention.
- See Also:
- Constant Field Values
INTEGER_SLOT_MENTION_ELEMENT_NAME
public static final String INTEGER_SLOT_MENTION_ELEMENT_NAME
- See Also:
- Constant Field Values
BOOLEAN_SLOT_MENTION_ELEMENT_NAME
public static final String BOOLEAN_SLOT_MENTION_ELEMENT_NAME
- See Also:
- Constant Field Values
FLOAT_SLOT_MENTION_ELEMENT_NAME
public static final String FLOAT_SLOT_MENTION_ELEMENT_NAME
- See Also:
- Constant Field Values
STRING_SLOT_MENTION_ELEMENT_NAME
public static final String STRING_SLOT_MENTION_ELEMENT_NAME
- See Also:
- Constant Field Values
MENTION_SLOT_ELEMENT_NAME
public static final String MENTION_SLOT_ELEMENT_NAME
- The name of the element that represents the mentioned slot of a slot
mention.
- See Also:
- Constant Field Values
COMPLEX_SLOT_MENTION_VALUE_ELEMENT_NAME
public static final String COMPLEX_SLOT_MENTION_VALUE_ELEMENT_NAME
- See Also:
- Constant Field Values
INTEGER_SLOT_MENTION_VALUE_ELEMENT_NAME
public static final String INTEGER_SLOT_MENTION_VALUE_ELEMENT_NAME
- See Also:
- Constant Field Values
BOOLEAN_SLOT_MENTION_VALUE_ELEMENT_NAME
public static final String BOOLEAN_SLOT_MENTION_VALUE_ELEMENT_NAME
- See Also:
- Constant Field Values
FLOAT_SLOT_MENTION_VALUE_ELEMENT_NAME
public static final String FLOAT_SLOT_MENTION_VALUE_ELEMENT_NAME
- See Also:
- Constant Field Values
STRING_SLOT_MENTION_VALUE_ELEMENT_NAME
public static final String STRING_SLOT_MENTION_VALUE_ELEMENT_NAME
- See Also:
- Constant Field Values
XMLConstants
public XMLConstants()