Interface ReltableConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ATTRIBUTE_NAME_ID
      The name of the 'id' attribute.
      static java.lang.String ATTRIBUTE_NAME_TYPE
      The name of the 'type' attribute.
      static java.lang.String ELEMENT_NAME_ENTRY
      The name of element that defines a table cell.
      static java.lang.String ELEMENT_NAME_HEADER
      The name of element that defines the header of a table.
      static java.lang.String ELEMENT_NAME_HEADER_ENTRY
      The name of element that defines column specification of a table.
      static java.lang.String ELEMENT_NAME_ROW
      The name of element that defines a table row.
      static java.lang.String ELEMENT_NAME_TABLE
      The name of 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 element that defines the main content of a table, or part of a table. The value is reltable.
        See Also:
        Constant Field Values
      • ELEMENT_NAME_HEADER

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

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

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

        static final java.lang.String ELEMENT_NAME_ENTRY
        The name of element that defines a table cell. The value is relcell.
        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_TYPE

        static final java.lang.String ATTRIBUTE_NAME_TYPE
        The name of the 'type' attribute. The value is type.
        See Also:
        Constant Field Values