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 Summary
Fields Modifier and Type Field Description static java.lang.String
ATTRIBUTE_NAME_ID
The name of the identifier attribute.static java.lang.String
ELEMENT_NAME_CHDESC_CHOICETABLE
The name of element that defines a choicetable description cell.static java.lang.String
ELEMENT_NAME_CHDESCHD_CHOICETABLE
The name of element that defines a choicetable header description cell.static java.lang.String
ELEMENT_NAME_CHOICETABLE
The name of the choicetable element.static java.lang.String
ELEMENT_NAME_CHOPTION_CHOICETABLE
The name of element that defines a choicetable option cell.static java.lang.String
ELEMENT_NAME_CHOPTIONHD_CHOICETABLE
The name of element that defines a choicetable header option cell.static java.lang.String
ELEMENT_NAME_ENTRY_SIMPLETABLE
The name of element that defines a simpletable cell.static java.lang.String
ELEMENT_NAME_HEADER_CHOICETABLE
The name of element that defines the header of a choicetable.static java.lang.String
ELEMENT_NAME_HEADER_PROPERTIES
The name of element that defines the header of a properties table.static java.lang.String
ELEMENT_NAME_HEADER_SIMPLETABLE
The name of element that defines the header of a simpletable.static java.lang.String
ELEMENT_NAME_PROPDESC_PROPERTIES
The name of element that defines the property description cell.static java.lang.String
ELEMENT_NAME_PROPDESCHD_PROPERTIES
The name of element that defines the header property description cell.static java.lang.String
ELEMENT_NAME_PROPERTIES
The name of the properties element.static java.lang.String
ELEMENT_NAME_PROPTYPE_PROPERTIES
The name of element that defines the property type cell.static java.lang.String
ELEMENT_NAME_PROPTYPEHD_PROPERTIES
The name of element that defines the header property type cell.static java.lang.String
ELEMENT_NAME_PROPVALUE_PROPERTIES
The name of element that defines the property value cell.static java.lang.String
ELEMENT_NAME_PROPVALUEHD_PROPERTIES
The name of element that defines the header property value cell.static java.lang.String
ELEMENT_NAME_ROW_CHOICETABLE
The name of element that defines a choicetable row.static java.lang.String
ELEMENT_NAME_ROW_PROPERTIES
The name of element that defines a property row.static java.lang.String
ELEMENT_NAME_ROW_SIMPLETABLE
The name of element that defines a simpletable row.static java.lang.String
ELEMENT_NAME_SIMPLETABLE
The name of the simpletable element.
-
-
-
Field Detail
-
ELEMENT_NAME_SIMPLETABLE
static final java.lang.String ELEMENT_NAME_SIMPLETABLE
The name of the simpletable element. The value issimpletable
.- See Also:
- Constant Field Values
-
ELEMENT_NAME_HEADER_SIMPLETABLE
static final java.lang.String ELEMENT_NAME_HEADER_SIMPLETABLE
The name of element that defines the header of a simpletable. The value issthead
.- See Also:
- Constant Field Values
-
ELEMENT_NAME_ROW_SIMPLETABLE
static final java.lang.String ELEMENT_NAME_ROW_SIMPLETABLE
The name of element that defines a simpletable row. The value isstrow
.- See Also:
- Constant Field Values
-
ELEMENT_NAME_ENTRY_SIMPLETABLE
static final java.lang.String ELEMENT_NAME_ENTRY_SIMPLETABLE
The name of element that defines a simpletable cell. The value isstentry
.- See Also:
- Constant Field Values
-
ELEMENT_NAME_CHOICETABLE
static final java.lang.String ELEMENT_NAME_CHOICETABLE
The name of the choicetable element. The value ischoicetable
.- See Also:
- Constant Field Values
-
ELEMENT_NAME_HEADER_CHOICETABLE
static final java.lang.String ELEMENT_NAME_HEADER_CHOICETABLE
The name of element that defines the header of a choicetable. The value ischhead
.- See Also:
- Constant Field Values
-
ELEMENT_NAME_ROW_CHOICETABLE
static final java.lang.String ELEMENT_NAME_ROW_CHOICETABLE
The name of element that defines a choicetable row. The value ischrow
.- See Also:
- Constant Field Values
-
ELEMENT_NAME_CHOPTIONHD_CHOICETABLE
static final java.lang.String ELEMENT_NAME_CHOPTIONHD_CHOICETABLE
The name of element that defines a choicetable header option cell. The value ischoptionhd
.- See Also:
- Constant Field Values
-
ELEMENT_NAME_CHDESCHD_CHOICETABLE
static final java.lang.String ELEMENT_NAME_CHDESCHD_CHOICETABLE
The name of element that defines a choicetable header description cell. The value ischdeschd
.- See Also:
- Constant Field Values
-
ELEMENT_NAME_CHDESC_CHOICETABLE
static final java.lang.String ELEMENT_NAME_CHDESC_CHOICETABLE
The name of element that defines a choicetable description cell. The value ischdesc
.- See Also:
- Constant Field Values
-
ELEMENT_NAME_CHOPTION_CHOICETABLE
static final java.lang.String ELEMENT_NAME_CHOPTION_CHOICETABLE
The name of element that defines a choicetable option cell. The value ischoption
.- See Also:
- Constant Field Values
-
ELEMENT_NAME_PROPERTIES
static final java.lang.String ELEMENT_NAME_PROPERTIES
The name of the properties element. The value isproperties
.- See Also:
- Constant Field Values
-
ELEMENT_NAME_HEADER_PROPERTIES
static final java.lang.String ELEMENT_NAME_HEADER_PROPERTIES
The name of element that defines the header of a properties table. The value isprophead
.- See Also:
- Constant Field Values
-
ELEMENT_NAME_ROW_PROPERTIES
static final java.lang.String ELEMENT_NAME_ROW_PROPERTIES
The name of element that defines a property row. The value isproperty
.- See Also:
- Constant Field Values
-
ELEMENT_NAME_PROPTYPEHD_PROPERTIES
static final java.lang.String ELEMENT_NAME_PROPTYPEHD_PROPERTIES
The name of element that defines the header property type cell. The value isproptypehd
.- See Also:
- Constant Field Values
-
ELEMENT_NAME_PROPVALUEHD_PROPERTIES
static final java.lang.String ELEMENT_NAME_PROPVALUEHD_PROPERTIES
The name of element that defines the header property value cell. The value ispropvaluehd
.- See Also:
- Constant Field Values
-
ELEMENT_NAME_PROPDESCHD_PROPERTIES
static final java.lang.String ELEMENT_NAME_PROPDESCHD_PROPERTIES
The name of element that defines the header property description cell. The value ispropdeschd
.- See Also:
- Constant Field Values
-
ELEMENT_NAME_PROPTYPE_PROPERTIES
static final java.lang.String ELEMENT_NAME_PROPTYPE_PROPERTIES
The name of element that defines the property type cell. The value isproptype
.- See Also:
- Constant Field Values
-
ELEMENT_NAME_PROPVALUE_PROPERTIES
static final java.lang.String ELEMENT_NAME_PROPVALUE_PROPERTIES
The name of element that defines the property value cell. The value ispropvalue
.- See Also:
- Constant Field Values
-
ELEMENT_NAME_PROPDESC_PROPERTIES
static final java.lang.String ELEMENT_NAME_PROPDESC_PROPERTIES
The name of element that defines the property description cell. The value ispropdesc
.- See Also:
- Constant Field Values
-
ATTRIBUTE_NAME_ID
static final java.lang.String ATTRIBUTE_NAME_ID
The name of the identifier attribute. The value isid
.- See Also:
- Constant Field Values
-
-