Interface SimpleTableConstants

All Known Implementing Classes:
DeleteColumnOperation, DeleteRowOperation, DITASimpleTableDocumentTypeHelper, InsertColumnOperation, InsertRowOperation, InsertSingleColumnOperation, InsertSingleRowOperation, JoinRowCellsOperation

@API(type=INTERNAL, src=PUBLIC) public interface SimpleTableConstants
Provides elements and attributes information used in DITA simple table model.
  • Field Details

    • ELEMENT_NAME_SIMPLETABLE

      static final String ELEMENT_NAME_SIMPLETABLE
      The name of the simpletable element. The value is simpletable.
      See Also:
    • ELEMENT_NAME_HEADER_SIMPLETABLE

      static final String ELEMENT_NAME_HEADER_SIMPLETABLE
      The name of element that defines the header of a simpletable. The value is sthead.
      See Also:
    • ELEMENT_NAME_ROW_SIMPLETABLE

      static final String ELEMENT_NAME_ROW_SIMPLETABLE
      The name of element that defines a simpletable row. The value is strow.
      See Also:
    • ELEMENT_NAME_ENTRY_SIMPLETABLE

      static final String ELEMENT_NAME_ENTRY_SIMPLETABLE
      The name of element that defines a simpletable cell. The value is stentry.
      See Also:
    • ELEMENT_NAME_CHOICETABLE

      static final String ELEMENT_NAME_CHOICETABLE
      The name of the choicetable element. The value is choicetable.
      See Also:
    • ELEMENT_NAME_HEADER_CHOICETABLE

      static final String ELEMENT_NAME_HEADER_CHOICETABLE
      The name of element that defines the header of a choicetable. The value is chhead.
      See Also:
    • ELEMENT_NAME_ROW_CHOICETABLE

      static final String ELEMENT_NAME_ROW_CHOICETABLE
      The name of element that defines a choicetable row. The value is chrow.
      See Also:
    • ELEMENT_NAME_CHOPTIONHD_CHOICETABLE

      static final String ELEMENT_NAME_CHOPTIONHD_CHOICETABLE
      The name of element that defines a choicetable header option cell. The value is choptionhd.
      See Also:
    • ELEMENT_NAME_CHDESCHD_CHOICETABLE

      static final String ELEMENT_NAME_CHDESCHD_CHOICETABLE
      The name of element that defines a choicetable header description cell. The value is chdeschd.
      See Also:
    • ELEMENT_NAME_CHDESC_CHOICETABLE

      static final String ELEMENT_NAME_CHDESC_CHOICETABLE
      The name of element that defines a choicetable description cell. The value is chdesc.
      See Also:
    • ELEMENT_NAME_CHOPTION_CHOICETABLE

      static final String ELEMENT_NAME_CHOPTION_CHOICETABLE
      The name of element that defines a choicetable option cell. The value is choption.
      See Also:
    • ELEMENT_NAME_PROPERTIES

      static final String ELEMENT_NAME_PROPERTIES
      The name of the properties element. The value is properties.
      See Also:
    • ELEMENT_NAME_HEADER_PROPERTIES

      static final String ELEMENT_NAME_HEADER_PROPERTIES
      The name of element that defines the header of a properties table. The value is prophead.
      See Also:
    • ELEMENT_NAME_ROW_PROPERTIES

      static final String ELEMENT_NAME_ROW_PROPERTIES
      The name of element that defines a property row. The value is property.
      See Also:
    • ELEMENT_NAME_PROPTYPEHD_PROPERTIES

      static final String ELEMENT_NAME_PROPTYPEHD_PROPERTIES
      The name of element that defines the header property type cell. The value is proptypehd.
      See Also:
    • ELEMENT_NAME_PROPVALUEHD_PROPERTIES

      static final String ELEMENT_NAME_PROPVALUEHD_PROPERTIES
      The name of element that defines the header property value cell. The value is propvaluehd.
      See Also:
    • ELEMENT_NAME_PROPDESCHD_PROPERTIES

      static final String ELEMENT_NAME_PROPDESCHD_PROPERTIES
      The name of element that defines the header property description cell. The value is propdeschd.
      See Also:
    • ELEMENT_NAME_PROPTYPE_PROPERTIES

      static final String ELEMENT_NAME_PROPTYPE_PROPERTIES
      The name of element that defines the property type cell. The value is proptype.
      See Also:
    • ELEMENT_NAME_PROPVALUE_PROPERTIES

      static final String ELEMENT_NAME_PROPVALUE_PROPERTIES
      The name of element that defines the property value cell. The value is propvalue.
      See Also:
    • ELEMENT_NAME_PROPDESC_PROPERTIES

      static final String ELEMENT_NAME_PROPDESC_PROPERTIES
      The name of element that defines the property description cell. The value is propdesc.
      See Also:
    • ATTRIBUTE_NAME_ID

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