Oxygen XML Editor 11.2 Author API

ro.sync.ecss.extensions.commons.table.operations.xhtml
Interface XHTMLConstants

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

public interface XHTMLConstants

This interface contains the name of the elements and attributes used in XHTML.


Field Summary
static String ATTRIBUTE_NAME_COLSPAN
          The name of the attribute that specifies the column span of a table cell.
static String ATTRIBUTE_NAME_ID
          The name of the ID attribute.
static String ATTRIBUTE_NAME_ROWSPAN
          The name of the attribute that specifies the row span of a table cell.
static String ELEMENT_NAME_INFORMALTABLE
          The name of element that defines an XHTML table for DocBook model.
static String ELEMENT_NAME_TABLE
          The name of element that defines an XHTML table.
static String ELEMENT_NAME_TD
          The name of element that defines a table cell.
static String ELEMENT_NAME_TH
          The name of element that defines a table header row.
static String ELEMENT_NAME_THEAD
          The name of the table header element.
static String ELEMENT_NAME_TR
          The name of element that defines a table row.
 

Field Detail

ELEMENT_NAME_TD

static final String ELEMENT_NAME_TD
The name of element that defines a table cell. The value is td.

See Also:
Constant Field Values

ELEMENT_NAME_TR

static final String ELEMENT_NAME_TR
The name of element that defines a table row. The value is tr.

See Also:
Constant Field Values

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:
Constant Field Values

ELEMENT_NAME_TABLE

static final String ELEMENT_NAME_TABLE
The name of element that defines an XHTML table. The value is table.

See Also:
Constant Field Values

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:
Constant Field Values

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:
Constant Field Values

ATTRIBUTE_NAME_ID

static final String ATTRIBUTE_NAME_ID
The name of the ID attribute. The value is id.

See Also:
Constant Field Values

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:
Constant Field Values

ELEMENT_NAME_THEAD

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

See Also:
Constant Field Values

Oxygen XML Editor 11.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2010.