Interface XHTMLConstants

All Known Implementing Classes:
DeleteColumnOperation, DeleteRowOperation, InsertColumnOperation, InsertRowOperation, InsertSingleColumnOperation, InsertSingleRowOperation, SplitCellAboveBelowOperation, SplitLeftRightOperation, SplitOperation, XHTMLDocumentTypeHelper

@API(type=INTERNAL, src=PUBLIC) public interface XHTMLConstants
This interface contains the name of the elements and attributes used in XHTML.
  • Field Details

    • ELEMENT_NAME_TD

      static final String ELEMENT_NAME_TD
      The name of element that defines a table cell. The value is td.
      See Also:
    • ELEMENT_NAME_TR

      static final String ELEMENT_NAME_TR
      The name of element that defines a table row. The value is tr.
      See Also:
    • ELEMENT_NAME_TH

      static final String ELEMENT_NAME_TH
      The name of element that defines a table header row. The value is th.
      See Also:
    • ELEMENT_NAME_TABLE

      static final String ELEMENT_NAME_TABLE
      The name of element that defines an XHTML table. The value is table.
      See Also:
    • ELEMENT_NAME_INFORMALTABLE

      static final String ELEMENT_NAME_INFORMALTABLE
      The name of element that defines an XHTML table for DocBook model. The value is informaltable.
      See Also:
    • ATTRIBUTE_NAME_COLSPAN

      static final String ATTRIBUTE_NAME_COLSPAN
      The name of the attribute that specifies the column span of a table cell. The value is colspan.
      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_XML_ID

      static final String ATTRIBUTE_NAME_XML_ID
      The xml:id attribute. The value is xml:id.
      See Also:
    • ATTRIBUTE_NAME_ROWSPAN

      static final String ATTRIBUTE_NAME_ROWSPAN
      The name of the attribute that specifies the row span of a table cell. The value is rowspan.
      See Also:
    • ELEMENT_NAME_THEAD

      static final String ELEMENT_NAME_THEAD
      The name of the table header element. The value is thead.
      See Also: