Element Index


Element Details


docket

root element for a docket document

Declared Attributes

Element Content Model

(beep | charset | chartable | cut | dcol | hr | image | kanji | line | ncol | noimage | reprint)*

Referenced by


beep

emit a beep

Declared Attributes

Element Content Model

EMPTY

Referenced by

docket


chartable

select the character data table.

code must be an integer

Declared Attributes

Element Content Model

EMPTY

Referenced by

docket


charset

select the character set

Declared Attributes

Element Content Model

EMPTY

Referenced by

docket


cut

cut the paper

Declared Attributes

Element Content Model

EMPTY

Referenced by

docket


hr

print a horizontal rule

Element Content Model

EMPTY

Referenced by

docket, noimage, reprint


image

print an image. Attribute num is an integer

Declared Attributes

Element Content Model

EMPTY

Referenced by

docket


kanji

set to kanji mode

Declared Attributes

Element Content Model

EMPTY

Referenced by

docket


line

print a line

Declared Attributes

Element Content Model

(#PCDATA | date | sp | tab | time | pre)*

Referenced by

docket, noimage, reprint


noimage

print the content if the printer does not support graphics

Element Content Model

(hr | dcol | ncol | line)*

Referenced by

docket


reprint

special when reprint

Element Content Model

(hr | dcol | ncol | line)*

Referenced by

docket


dcol

print a double column.

This tag must contain 2 and only 2 col tags

Declared Attributes

Element Content Model

(col)*

Referenced by

docket, noimage, reprint


ncol

print multiple left aligned columns, the number of column is defined by the number of col tags.

Declared Attributes

Element Content Model

(col)*

Referenced by

docket, noimage, reprint


col

sub element for dcol and ncol , can contain any line elements

Element Content Model

(#PCDATA | date | sp | tab | time | pre)*

Referenced by

dcol, ncol


sp

add a space

Element Content Model

EMPTY

Referenced by

line, col


tab

add a tabulation.

By default a tab is 4 spaces. The sp attribute can define the number of space as an integer

Declared Attributes

Element Content Model

EMPTY

Referenced by

line, col


pre

print a preformated text depending of the visible tag. It preserves the spaces.

Declared Attributes

Element Content Model

(#PCDATA)*

Referenced by

line, col


time

print the time

Element Content Model

EMPTY

Referenced by

line, col


date

print the date

Element Content Model

EMPTY

Referenced by

line, col