Interface TEIConstants
- All Known Implementing Classes:
DeleteColumnOperation,DeleteRowOperation,InsertColumnOperation,InsertRowOperation,InsertSingleColumnOperation,InsertSingleRowOperation,SplitCellAboveBelowOperation,SplitLeftRightOperation,SplitOperation,TEIDocumentTypeHelper
@API(type=INTERNAL,
src=PUBLIC)
public interface TEIConstants
Interface containing the names of the elements and attributes used in TEI.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the 'cols' attribute.static final StringThe name of the 'id' attribute.static final StringThe name of the 'rows' attribute.static final StringThe 'xml:id' attribute.static final StringThe name of the element that defines a table cell.static final StringThe name of the element that defines a table row.static final StringThe name of the element that defines the main content of a table.
-
Field Details
-
ELEMENT_NAME_CELL
The name of the element that defines a table cell. The value iscell.- See Also:
-
ELEMENT_NAME_ROW
The name of the element that defines a table row. The value isrow.- See Also:
-
ELEMENT_NAME_TABLE
The name of the element that defines the main content of a table. The value istable.- See Also:
-
ATTRIBUTE_NAME_ID
The name of the 'id' attribute.- See Also:
-
ATTRIBUTE_NAME_XML_ID
The 'xml:id' attribute.- See Also:
-
ATTRIBUTE_NAME_COLS
The name of the 'cols' attribute. For the 'cell' element the attribute specifies the number of occupied columns in the table.- See Also:
-
ATTRIBUTE_NAME_ROWS
The name of the 'rows' attribute. For the 'cell' element the attribute specifies the number of occupied rows in the table.- See Also:
-