Interface CALSConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ATTRIBUTE_NAME_ALIGN
      The name of the 'colspec' element attribute that specifies the alignament of the column.
      static java.lang.String ATTRIBUTE_NAME_COLNAME
      The name of the attribute that defines the column name.
      static java.lang.String ATTRIBUTE_NAME_COLNUM
      The name of the 'colspec' element attribute that specifies the column number.
      static java.lang.String ATTRIBUTE_NAME_COLS
      The 'tgroup' element attribute that specifies the number of columns in the table.
      static java.lang.String ATTRIBUTE_NAME_COLSEP
      The name of the attribute that identifies a column separator specification for a table cell.
      static java.lang.String ATTRIBUTE_NAME_COLWIDTH
      The name of the 'colspec' element attribute that specifies the width of the column.
      static java.lang.String ATTRIBUTE_NAME_ID
      The name of the id attribute.
      static java.lang.String ATTRIBUTE_NAME_MOREROWS
      The name of the 'morerows' attribute.
      static java.lang.String ATTRIBUTE_NAME_NAMEEND
      The name of the attribute that specifies the end column name in a column span specification element.
      static java.lang.String ATTRIBUTE_NAME_NAMEST
      The name of the attribute that specifies the start column name in a column span specification element.
      static java.lang.String ATTRIBUTE_NAME_ROWSEP
      The name of the attribute that identifies a row separator specification for a table cell.
      static java.lang.String ATTRIBUTE_NAME_SPANNAME
      The name of the attribute that identifies a span specification for a table cell.
      static java.lang.String ATTRIBUTE_NAME_TABLE_WIDTH
      The name of the width attribute for the 'table' element.
      static java.lang.String ATTRIBUTE_NAME_XML_ID
      The xml:id attribute.
      static java.lang.String ELEMENT_NAME_COLSPEC
      The name of the element that defines a column specification.
      static java.lang.String ELEMENT_NAME_ENTRY
      The name of the element that defines a CALS table cell.
      static java.lang.String ELEMENT_NAME_INFORMALTABLE
      The name of the element that defines an informaltable.
      static java.lang.String ELEMENT_NAME_ROW
      The name of the element that defines a CALS table row.
      static java.lang.String ELEMENT_NAME_SPANSPEC
      The name of the element that defines column span information.
      static java.lang.String ELEMENT_NAME_TABLE
      The name of the element that defines a table.
      static java.lang.String ELEMENT_NAME_TGROUP
      The name of the element that defines the main content of a table, or part of a table.
    • Field Detail

      • ELEMENT_NAME_TABLE

        static final java.lang.String ELEMENT_NAME_TABLE
        The name of the element that defines a table. The value is 'table'.
        See Also:
        Constant Field Values
      • ELEMENT_NAME_ENTRY

        static final java.lang.String ELEMENT_NAME_ENTRY
        The name of the element that defines a CALS table cell. The value is 'entry'.
        See Also:
        Constant Field Values
      • ELEMENT_NAME_ROW

        static final java.lang.String ELEMENT_NAME_ROW
        The name of the element that defines a CALS table row. The value is 'row'.
        See Also:
        Constant Field Values
      • ELEMENT_NAME_COLSPEC

        static final java.lang.String ELEMENT_NAME_COLSPEC
        The name of the element that defines a column specification. The value is 'colspec'.
        See Also:
        Constant Field Values
      • ELEMENT_NAME_INFORMALTABLE

        static final java.lang.String ELEMENT_NAME_INFORMALTABLE
        The name of the element that defines an informaltable. The value is 'informaltable'.
        See Also:
        Constant Field Values
      • ELEMENT_NAME_TGROUP

        static final java.lang.String ELEMENT_NAME_TGROUP
        The name of the element that defines the main content of a table, or part of a table. The value is 'tgroup'.
        See Also:
        Constant Field Values
      • ELEMENT_NAME_SPANSPEC

        static final java.lang.String ELEMENT_NAME_SPANSPEC
        The name of the element that defines column span information. The value is 'spanspec'.
        See Also:
        Constant Field Values
      • ATTRIBUTE_NAME_NAMEST

        static final java.lang.String ATTRIBUTE_NAME_NAMEST
        The name of the attribute that specifies the start column name in a column span specification element. The value is 'namest'.
        See Also:
        Constant Field Values
      • ATTRIBUTE_NAME_NAMEEND

        static final java.lang.String ATTRIBUTE_NAME_NAMEEND
        The name of the attribute that specifies the end column name in a column span specification element. The value is 'nameend'.
        See Also:
        Constant Field Values
      • ATTRIBUTE_NAME_COLNAME

        static final java.lang.String ATTRIBUTE_NAME_COLNAME
        The name of the attribute that defines the column name. The value is 'colname'.
        See Also:
        Constant Field Values
      • ATTRIBUTE_NAME_SPANNAME

        static final java.lang.String ATTRIBUTE_NAME_SPANNAME
        The name of the attribute that identifies a span specification for a table cell. The value is 'spanname'.
        See Also:
        Constant Field Values
      • ATTRIBUTE_NAME_COLSEP

        static final java.lang.String ATTRIBUTE_NAME_COLSEP
        The name of the attribute that identifies a column separator specification for a table cell. The value is 'colsep'.
        See Also:
        Constant Field Values
      • ATTRIBUTE_NAME_ROWSEP

        static final java.lang.String ATTRIBUTE_NAME_ROWSEP
        The name of the attribute that identifies a row separator specification for a table cell. The value is 'rowsep'.
        See Also:
        Constant Field Values
      • ATTRIBUTE_NAME_COLNUM

        static final java.lang.String ATTRIBUTE_NAME_COLNUM
        The name of the 'colspec' element attribute that specifies the column number. The value is 'colnum'.
        See Also:
        Constant Field Values
      • ATTRIBUTE_NAME_COLWIDTH

        static final java.lang.String ATTRIBUTE_NAME_COLWIDTH
        The name of the 'colspec' element attribute that specifies the width of the column. The value is 'colwidth'.
        See Also:
        Constant Field Values
      • ATTRIBUTE_NAME_TABLE_WIDTH

        static final java.lang.String ATTRIBUTE_NAME_TABLE_WIDTH
        The name of the width attribute for the 'table' element. The value is 'width'.
        See Also:
        Constant Field Values
      • ATTRIBUTE_NAME_MOREROWS

        static final java.lang.String ATTRIBUTE_NAME_MOREROWS
        The name of the 'morerows' attribute. Specifies on how many additional rows the cell spans. The value is 'morerows'.
        See Also:
        Constant Field Values
      • ATTRIBUTE_NAME_COLS

        static final java.lang.String ATTRIBUTE_NAME_COLS
        The 'tgroup' element attribute that specifies the number of columns in the table. The value is 'cols'.
        See Also:
        Constant Field Values
      • ATTRIBUTE_NAME_ID

        static final java.lang.String ATTRIBUTE_NAME_ID
        The name of the id attribute. The value is 'id'.
        See Also:
        Constant Field Values
      • ATTRIBUTE_NAME_XML_ID

        static final java.lang.String ATTRIBUTE_NAME_XML_ID
        The xml:id attribute. The value is 'xml:id'.
        See Also:
        Constant Field Values
      • ATTRIBUTE_NAME_ALIGN

        static final java.lang.String ATTRIBUTE_NAME_ALIGN
        The name of the 'colspec' element attribute that specifies the alignament of the column. The value is 'align'.
        See Also:
        Constant Field Values