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 Details

    • ELEMENT_NAME_TABLE

      static final String ELEMENT_NAME_TABLE
      The name of element that defines the main content of a table, or part of a table. The value is reltable.
      See Also:
    • ELEMENT_NAME_HEADER

      static final String ELEMENT_NAME_HEADER
      The name of element that defines the header of a table. The value is relheader.
      See Also:
    • ELEMENT_NAME_HEADER_ENTRY

      static final String ELEMENT_NAME_HEADER_ENTRY
      The name of element that defines column specification of a table. The value is relcolspec.
      See Also:
    • ELEMENT_NAME_ROW

      static final String ELEMENT_NAME_ROW
      The name of element that defines a table row. The value is relrow.
      See Also:
    • ELEMENT_NAME_ENTRY

      static final String ELEMENT_NAME_ENTRY
      The name of element that defines a table cell. The value is relcell.
      See Also:
    • ATTRIBUTE_NAME_ID

      static final String ATTRIBUTE_NAME_ID
      The name of the 'id' attribute. The value is id.
      See Also:
    • ATTRIBUTE_NAME_TYPE

      static final String ATTRIBUTE_NAME_TYPE
      The name of the 'type' attribute. The value is type.
      See Also: