An XIST module that contains the elements and entities for i-mode compatible HTML.
class a(ll.xist.xsc.Element):
class Attrs(ll.xist.xsc.Attrs):
class name(ll.xist.xsc.TextAttr):
Designates a marker name within an HTML file (1.0)
class accesskey(ll.xist.xsc.TextAttr):
Directkey function (1.0)
class href(ll.xist.xsc.URLAttr):
Designates a link to a Web site (http), e-mail address (mailto) or phone number (tel) (1.0)
class cti(ll.xist.xsc.TextAttr):
Dial function + tone input function (2.0)
class ijam(ll.xist.xsc.TextAttr):
Designates the ID of the downloaded i appli that the OBJECT tag specifies. (3.0)
class utn(ll.xist.xsc.BoolAttr):
Verifies individual identification information (3.0)
class subject(ll.xist.xsc.TextAttr):
Designates the subject with mailto: (3.0)
class telbook(ll.xist.xsc.TextAttr):
Records in telphone book (3.0)
class kana(ll.xist.xsc.TextAttr):
Records in telphone book (3.0)
class body(ll.xist.xsc.TextAttr):
Designates the body with mailto: (3.0)
class email(ll.xist.xsc.TextAttr):
Records in telphone book (3.0)
class base(ll.xist.xsc.Element):
Designates the base URL for the relative paths used in an HTML file. (1.0)
class Attrs(ll.xist.xsc.Attrs):
class href(ll.xist.xsc.URLAttr):
class blink(ll.xist.xsc.Element):
Blinks the designated text. (2.0)
class blockquote(ll.xist.xsc.Element):
Creates a text block and displays a quote mark. (1.0)
class body(ll.xist.xsc.Element):
Designates content to be displayed as a page.
class Attrs(ll.xist.xsc.Attrs):
class bgcolor(ll.xist.xsc.TextAttr):
Designates background color (2.0)
class text(ll.xist.xsc.TextAttr):
Designates text color (2.0)
class link(ll.xist.xsc.TextAttr):
Designates link color (2.0)
class br(ll.xist.xsc.Element):
class Attrs(ll.xist.xsc.Attrs):
class clear(ll.xist.xsc.TextAttr):
Designates the way a character string wraps around an inline image by deciding where line feeding takes place. Depending on the attribute, it also cancels the wraparound function. (1.0)
class center(ll.xist.xsc.Element):
Centers character strings, images and tables. (1.0)
class dd(ll.xist.xsc.Element):
Creates a definition list. (See dl) (1.0)
class dir(ll.xist.xsc.Element):
Creates a list of menus or directories. Each list item must be a
li. (1.0)
class div(ll.xist.xsc.Element):
class Attrs(ll.xist.xsc.Attrs):
class align(ll.xist.xsc.TextAttr):
Aligns the content left or right or centers it (1.0)
class dl(ll.xist.xsc.Element):
Creates a definition list. The content consists of dd and
dt elements. (1.0)
class dt(ll.xist.xsc.Element):
Designates the list heading and aligns the character string at left. (1.0)
class font(ll.xist.xsc.Element):
Designates the color of a certain portion of text. (2.0)
class Attrs(ll.xist.xsc.Attrs):
class color(ll.xist.xsc.TextAttr):
class form(ll.xist.xsc.Element):
Encloses an area to be shown as a data input form. (1.0)
class Attrs(ll.xist.xsc.Attrs):
class utn(ll.xist.xsc.BoolAttr):
Verifies individual identification information. (3.0)
class action(ll.xist.xsc.URLAttr):
URL or e-mail address (mailto) the input form will be sent to. (1.0)
class method(ll.xist.xsc.TextAttr):
Designates the method by which data is sent to the server, to either post or get. (1.0)
class head(ll.xist.xsc.Element):
Designates the information that is used as the page title and/or by the
server. The head tag follows the html tag. (1.0)
class h1(ll.xist.xsc.Element):
Designates level 1 header. (1.0)
class Attrs(ll.xist.xsc.Attrs):
class align(ll.xist.xsc.TextAttr):
Designates the alignment of the header. (1.0)
class h2(ll.xist.xsc.Element):
Designates level 2 header. (1.0)
class Attrs(ll.xist.xsc.Attrs):
class align(ll.xist.xsc.TextAttr):
Designates the alignment of the header. (1.0)
class h3(ll.xist.xsc.Element):
Designates level 3 header. (1.0)
class Attrs(ll.xist.xsc.Attrs):
class align(ll.xist.xsc.TextAttr):
Designates the alignment of the header. (1.0)
class h4(ll.xist.xsc.Element):
Designates level 4 header. (1.0)
class Attrs(ll.xist.xsc.Attrs):
class align(ll.xist.xsc.TextAttr):
Designates the alignment of the header. (1.0)
class h5(ll.xist.xsc.Element):
Designates level 5 header. (1.0)
class Attrs(ll.xist.xsc.Attrs):
class align(ll.xist.xsc.TextAttr):
Designates the alignment of the header. (1.0)
class h6(ll.xist.xsc.Element):
Designates level 6 header. (1.0)
class Attrs(ll.xist.xsc.Attrs):
class align(ll.xist.xsc.TextAttr):
Designates the alignment of the header. (1.0)
class hr(ll.xist.xsc.Element):
Designates the settings of the horizontal dividing line. (1.0)
class Attrs(ll.xist.xsc.Attrs):
class align(ll.xist.xsc.TextAttr):
Designates the alignment of the horizontal line. (1.0)
class size(ll.xist.xsc.TextAttr):
Sets the thickness of the horizontal line.(1.0)
class width(ll.xist.xsc.TextAttr):
Determines the length of the horizontal line. (1.0)
class noshade(ll.xist.xsc.BoolAttr):
Gives the horizontal line a two-dimensional appearance. (1.0)
class html(ll.xist.xsc.Element):
The root element
class img(ll.xist.xsc.Element):
Designates an image file (1.0)
class Attrs(ll.xist.xsc.Attrs):
class align(ll.xist.xsc.TextAttr):
Defines the way the image and character string are laid out, and how
the character string wraps around the image. top, middle or
bottom. (1.0)
class width(ll.xist.xsc.TextAttr):
Sets the image width (1.0)
class src(ll.xist.xsc.URLAttr):
the image URL (1.0)
class height(ll.xist.xsc.TextAttr):
Sets the image height (1.0)
class hspace(ll.xist.xsc.IntAttr):
Sets the blank space to the left of the image on the screen. (1.0)
class vspace(ll.xist.xsc.IntAttr):
Sets the blank space between the image and the preceding line. (1.0)
class alt(ll.xist.xsc.TextAttr):
Designates a text string that can be shown as an alternative to the image. (1.0)
class input(ll.xist.xsc.Element):
class Attrs(ll.xist.xsc.Attrs):
class name(ll.xist.xsc.TextAttr):
Designates the name of the field employed to pass the data, obtained
using the input tag, to an CGI script and others. (1.0)
class accesskey(ll.xist.xsc.TextAttr):
Directkey function. (1.0)
class size(ll.xist.xsc.IntAttr):
Designates the width of the textbox by number of characters. (1.0)
class type(ll.xist.xsc.TextAttr):
Displays a textbox (text), a password input textbox (password),
checkbox (checkbox), radio button (radio), hidden field
(hidden), submit (submit) or reset (reset) (1.0)
class maxlength(ll.xist.xsc.IntAttr):
Limits the number of characters that can be input to the textbox. (1.0)
class value(ll.xist.xsc.TextAttr):
Designates the initial value of the data. (1.0)
class istyle(ll.xist.xsc.TextAttr):
(2.0)
class checked(ll.xist.xsc.BoolAttr):
Makes a selected checkbox the default. (1.0)
class li(ll.xist.xsc.Element):
A list item (1.0)
class Attrs(ll.xist.xsc.Attrs):
class type(ll.xist.xsc.TextAttr):
Designates number format of a list. 1 is numeric, A is capital
Roman letters, and a is lower-case Roman letters. (2.0)
class value(ll.xist.xsc.IntAttr):
Designates the starting number of a list. (2.0)
class marquee(ll.xist.xsc.Element):
Scrolls text horizontally (2.0)
class Attrs(ll.xist.xsc.Attrs):
class width(ll.xist.xsc.TextAttr):
Designates width. (Fixed to screen width (Cannot be changed by user.).) (2.0)
class height(ll.xist.xsc.TextAttr):
Designates height. (Fixed at one line (Cannot be changed by user.).) (2.0)
class behaviour(ll.xist.xsc.TextAttr):
Designates whether text will scroll off screen, stop at the edge of
the screen, etc. (scroll, slide or alternate) (2.0)
class direction(ll.xist.xsc.TextAttr):
Designates which direction text will scroll. (left or right) (2.0)
class loop(ll.xist.xsc.IntAttr):
Designates how many times the text will scroll. (2.0)
class scrollamount(ll.xist.xsc.TextAttr):
Designates the distance the text will scroll. (Cannot be changed by user.) (2.0)
class scrolldelay(ll.xist.xsc.TextAttr):
Designates the time it takes for text to scroll. (Cannot be changed by user.) (2.0)
class meta(ll.xist.xsc.Element):
Page meta information (2.0)
class Attrs(ll.xist.xsc.Attrs):
class name(ll.xist.xsc.TextAttr):
Designates the name of the meta field
class http_equiv(ll.xist.xsc.TextAttr):
Designates the HTTP header fields you want to emulate. (Fixed to Content-Type) (2.0)
class content(ll.xist.xsc.TextAttr):
Designates content type (Fixed to text/html; charset=SHIFT_JIS) (2.0)
def publish(self, publisher):
class object(ll.xist.xsc.Element):
class Attrs(ll.xist.xsc.Attrs):
class type(ll.xist.xsc.TextAttr):
Content type of the ADF designated in the data attribute ("application/x-jam" fixed). (2.0)
class declare(ll.xist.xsc.BoolAttr):
Identifier that that declares and OBJECT ??? (3.0)
class data(ll.xist.xsc.URLAttr):
The URL of the i appli ADF that corresponds to the OBJECT tag. (3.0)
class id(ll.xist.xsc.TextAttr):
The ID of this OBJECT tag (unique within HTML). (3.0)
class ol(ll.xist.xsc.Element):
Creates a numbered list. (1.0)
class Attrs(ll.xist.xsc.Attrs):
class type(ll.xist.xsc.TextAttr):
Designates number format of a list. 1 is numeric, A is capital Roman letters,
and a is lower-case Roman letters. (2.0)
class start(ll.xist.xsc.IntAttr):
Designates the starting number of a list. (2.0)
class option(ll.xist.xsc.Element):
class Attrs(ll.xist.xsc.Attrs):
class value(ll.xist.xsc.TextAttr):
Designates selected menu items. (1.0)
class selected(ll.xist.xsc.BoolAttr):
Designates the selected (initial value). (2.0)
class p(ll.xist.xsc.Element):
Creates a text block. (1.0)
class Attrs(ll.xist.xsc.Attrs):
class align(ll.xist.xsc.TextAttr):
Aligns the content left or right or centers it (1.0)
class plaintext(ll.xist.xsc.Element):
Displays a text file exactly as entered.
class pre(ll.xist.xsc.Element):
Displays a source file exactly as entered, including line feeds and blank spaces.
class select(ll.xist.xsc.Element):
class Attrs(ll.xist.xsc.Attrs):
class name(ll.xist.xsc.TextAttr):
Designates the name of the list for passing selected items. (1.0)
class size(ll.xist.xsc.IntAttr):
Designates the number of lines for the list. (1.0)
class multiple(ll.xist.xsc.BoolAttr):
Enables multiple selections. (2.0)
class textarea(ll.xist.xsc.Element):
class Attrs(ll.xist.xsc.Attrs):
class name(ll.xist.xsc.TextAttr):
Designates the name of the field employed to pass the data, obtained using the TEXTAREA tag, to a CGI script and others. (1.0)
class istyle(ll.xist.xsc.TextAttr):
Designates full-size Kana, half-size Kana, Roman letters, and numerals. (2.0)
class accesschar(ll.xist.xsc.TextAttr):
(1.0)
class rows(ll.xist.xsc.IntAttr):
Designates the height of the input box field. (1.0)
class cols(ll.xist.xsc.IntAttr):
Designates the width of the input box field. (1.0)
class title(ll.xist.xsc.Element):
Designates the page title.
class ul(ll.xist.xsc.Element):
Creates a bullet point list (o).