Interface ReltableConstants
- All Known Implementing Classes:
DeleteColumnOperation,DeleteRowOperation,DITARelTableDocumentTypeHelper,InsertColumnOperation,InsertRowOperation,InsertSingleColumnOperation,InsertSingleRowOperation,JoinRowCellsOperation
@API(type=INTERNAL,
src=PUBLIC)
public interface ReltableConstants
Interface containing the name of the elements and attributes used
in the DITA map reltable model.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the 'id' attribute.static final StringThe name of the 'type' attribute.static final StringThe name of element that defines a table cell.static final StringThe name of element that defines the header of a table.static final StringThe name of element that defines column specification of a table.static final StringThe name of element that defines a table row.static final StringThe name of element that defines the main content of a table, or part of a table.
-
Field Details
-
ELEMENT_NAME_TABLE
The name of element that defines the main content of a table, or part of a table. The value isreltable.- See Also:
-
ELEMENT_NAME_HEADER
The name of element that defines the header of a table. The value isrelheader.- See Also:
-
ELEMENT_NAME_HEADER_ENTRY
The name of element that defines column specification of a table. The value isrelcolspec.- See Also:
-
ELEMENT_NAME_ROW
The name of element that defines a table row. The value isrelrow.- See Also:
-
ELEMENT_NAME_ENTRY
The name of element that defines a table cell. The value isrelcell.- See Also:
-
ATTRIBUTE_NAME_ID
The name of the 'id' attribute. The value isid.- See Also:
-
ATTRIBUTE_NAME_TYPE
The name of the 'type' attribute. The value istype.- See Also:
-