Link: start Link: parent Link: First page in set (first) Link: Previous page (previous) Link: Next page (next) Link: Last page in set (last) Link: A plain text version of this page (alternate) Link: The XIST source of this page (alternate) Link: The Python module described in this page (alternate) XIST.ns.ihtml ============= Module module implementing i-mode compatible HTML ================================================= Home > Python software > ll.xist > ns > ihtml Text · XIST · Python Python softwarelist of projects * ll.xistAn extensible XML/HTML generator * ExamplesParsing/creating/modifying XML; Traversing XML trees * HowtoExplains parsing/generating XML files, XML transformations via XIST classes and other basic concepts. * SearchingHow to iterate through XIST trees * TransformationHow to transform XIST trees * Advanced topicsPool chaining, converter contexts, validation * MiscellaneousExplains various odds and ends of XIST * xscXIST core classes * nsPackage containing namespace modules * htmlHTML namespace * xmlNamespace implementing global XML attributes * wmlWML 1.3 namespace * ihtmlNamespace implementing i-mode compatible HTML * docbookNamespace implementing DocBook 4.3 * svgNamespace implementing SVG 1.0 * abbrNamespace containing abbreviation entities * codeNamespace for embedding Python code in XML * formNamespace implementing form related elements * phpNamespace for PHP processing instructions * jspNamespace for JSP code as processing instructions * metaNamespace containing meta information elements * rubyNamespace implementing the W3C ruby draft * specialsCommon useful elements * htmlspecialsCommon useful elements for HTML generation * docNamespace for automated documentation generation * kidNamespace for Kid templates * detoxNamespace for detox templates * toxicEmbed PL/SQL in XIST XML * rngNamespace for Relax NG * rss091Namespace for RSS 0.91 * rss20Namespace for RSS 2.0 * atomNamespace for Atom 1.0 * struts_htmlNamespace for Jakarta Struts HTML tags * struts_configNamespace for Jakarta Struts configuration file tags * parseParsing XML * presentScreen output of XML trees * simsSimple schema validation * xfindTree iteration and filtering * cssCSS related functions * scriptsScripts for text conversion and creating XIST namespaces * HistoryChangeLog for XIST * InstallationHow to install and configure XIST * MigrationHow to update your code to new versions of XIST * Mailing listsHow to subscribe to the XIST mailing lists * ll.ul4cA templating language * ll.urlRFC 2396 compliant URLs * ll.makeObject oriented make replacement * ll.daemonForking daemon processes * ll.sisyphusWriting cron jobs with Python * ll.colorRGB color values and color model conversion * ll.miscMisc utility functions and classes * ll.orasqlUtilities for cx_Oracle * ll.nightshadeServe the output of Oracle functions/procedures with CherryPy * ll.scriptsScripts for UL4 template rendering and URL handling * AploraLogging Apache HTTP requests to an Oracle database * PycocoPython code coverage * DownloadLinks to Windows and Linux, source and binary distributions * Source codeAccess to the Mercurial repositories 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.Element.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.Element.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.Element.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.Element.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.Element.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.Element.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.Element.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.Element.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.Element.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.Element.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.Element.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.Element.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.Element.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.Element.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.Element.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.Element.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.Element.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.Element.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 menu(ll.xist.xsc.Element): ================================= Creates a menu list (1.0) class meta(ll.xist.xsc.Element): ================================= Page meta information (2.0) class Attrs(ll.xist.xsc.Element.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.Element.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.Element.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.Element.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.Element.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.Element.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.Element.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). class fine(ll.xist.xsc.CharRef): ================================= class cloudy(ll.xist.xsc.CharRef): =================================== class rain(ll.xist.xsc.CharRef): ================================= class snow(ll.xist.xsc.CharRef): ================================= class thunder(ll.xist.xsc.CharRef): ==================================== class typhoon(ll.xist.xsc.CharRef): ==================================== class fog(ll.xist.xsc.CharRef): ================================ class drizzle(ll.xist.xsc.CharRef): ==================================== class aries(ll.xist.xsc.CharRef): ================================== class taurus(ll.xist.xsc.CharRef): =================================== class gemini(ll.xist.xsc.CharRef): =================================== class cancer(ll.xist.xsc.CharRef): =================================== class leo(ll.xist.xsc.CharRef): ================================ class virgo(ll.xist.xsc.CharRef): ================================== class libra(ll.xist.xsc.CharRef): ================================== class scorpio(ll.xist.xsc.CharRef): ==================================== class sagittarius(ll.xist.xsc.CharRef): ======================================== class capricorn(ll.xist.xsc.CharRef): ====================================== class aquarius(ll.xist.xsc.CharRef): ===================================== class pisces(ll.xist.xsc.CharRef): =================================== class sports(ll.xist.xsc.CharRef): =================================== class baseball(ll.xist.xsc.CharRef): ===================================== class golf(ll.xist.xsc.CharRef): ================================= class tennis(ll.xist.xsc.CharRef): =================================== class soccer(ll.xist.xsc.CharRef): =================================== class ski(ll.xist.xsc.CharRef): ================================ class basketball(ll.xist.xsc.CharRef): ======================================= class motorsports(ll.xist.xsc.CharRef): ======================================== class pager(ll.xist.xsc.CharRef): ================================== class train(ll.xist.xsc.CharRef): ================================== class subway(ll.xist.xsc.CharRef): =================================== class bullettrain(ll.xist.xsc.CharRef): ======================================== class carsedan(ll.xist.xsc.CharRef): ===================================== class carrv(ll.xist.xsc.CharRef): ================================== class bus(ll.xist.xsc.CharRef): ================================ class ship(ll.xist.xsc.CharRef): ================================= class airplane(ll.xist.xsc.CharRef): ===================================== class house(ll.xist.xsc.CharRef): ================================== class building(ll.xist.xsc.CharRef): ===================================== class postoffice(ll.xist.xsc.CharRef): ======================================= class hospital(ll.xist.xsc.CharRef): ===================================== class bank(ll.xist.xsc.CharRef): ================================= class atm(ll.xist.xsc.CharRef): ================================ class hotel(ll.xist.xsc.CharRef): ================================== class conveniencestore(ll.xist.xsc.CharRef): ============================================= class gasstation(ll.xist.xsc.CharRef): ======================================= class parking(ll.xist.xsc.CharRef): ==================================== class trafficsignal(ll.xist.xsc.CharRef): ========================================== class toilet(ll.xist.xsc.CharRef): =================================== class restaurant(ll.xist.xsc.CharRef): ======================================= class cafe(ll.xist.xsc.CharRef): ================================= class bar(ll.xist.xsc.CharRef): ================================ class beer(ll.xist.xsc.CharRef): ================================= class fastfood(ll.xist.xsc.CharRef): ===================================== class boutique(ll.xist.xsc.CharRef): ===================================== class hairdresser(ll.xist.xsc.CharRef): ======================================== class karaoke(ll.xist.xsc.CharRef): ==================================== class movie(ll.xist.xsc.CharRef): ================================== class diagonallyupwardtowardright(ll.xist.xsc.CharRef): ======================================================== class amusementpark(ll.xist.xsc.CharRef): ========================================== class music(ll.xist.xsc.CharRef): ================================== class art(ll.xist.xsc.CharRef): ================================ class drama(ll.xist.xsc.CharRef): ================================== class event(ll.xist.xsc.CharRef): ================================== class ticket(ll.xist.xsc.CharRef): =================================== class smoking(ll.xist.xsc.CharRef): ==================================== class nonsmoking(ll.xist.xsc.CharRef): ======================================= class camera(ll.xist.xsc.CharRef): =================================== class bag(ll.xist.xsc.CharRef): ================================ class book(ll.xist.xsc.CharRef): ================================= class ribbon(ll.xist.xsc.CharRef): =================================== class present(ll.xist.xsc.CharRef): ==================================== class birthday(ll.xist.xsc.CharRef): ===================================== class phone(ll.xist.xsc.CharRef): ================================== class mobilephone(ll.xist.xsc.CharRef): ======================================== class memo(ll.xist.xsc.CharRef): ================================= class tv(ll.xist.xsc.CharRef): =============================== class game(ll.xist.xsc.CharRef): ================================= class cd(ll.xist.xsc.CharRef): =============================== class cardsheart(ll.xist.xsc.CharRef): ======================================= class cardsspade(ll.xist.xsc.CharRef): ======================================= class cardsdiamond(ll.xist.xsc.CharRef): ========================================= class cardsclub(ll.xist.xsc.CharRef): ====================================== class eyes(ll.xist.xsc.CharRef): ================================= class ear(ll.xist.xsc.CharRef): ================================ class handrock(ll.xist.xsc.CharRef): ===================================== class handscissors(ll.xist.xsc.CharRef): ========================================= class handpaper(ll.xist.xsc.CharRef): ====================================== class diagonallydownwardtowardright(ll.xist.xsc.CharRef): ========================================================== class diagonallyupwardtowardleft(ll.xist.xsc.CharRef): ======================================================= class foot(ll.xist.xsc.CharRef): ================================= class shoe(ll.xist.xsc.CharRef): ================================= class eyeclasses(ll.xist.xsc.CharRef): ======================================= class wheelchair(ll.xist.xsc.CharRef): ======================================= class newmoon(ll.xist.xsc.CharRef): ==================================== class waningmoon(ll.xist.xsc.CharRef): ======================================= class halfmoon(ll.xist.xsc.CharRef): ===================================== class crescentmoon(ll.xist.xsc.CharRef): ========================================= class fullmoon(ll.xist.xsc.CharRef): ===================================== class dog(ll.xist.xsc.CharRef): ================================ class cat(ll.xist.xsc.CharRef): ================================ class resort(ll.xist.xsc.CharRef): =================================== class christmas(ll.xist.xsc.CharRef): ====================================== class diagonallydownwardtowardleft(ll.xist.xsc.CharRef): ========================================================= class phoneto(ll.xist.xsc.CharRef): ==================================== class mailto(ll.xist.xsc.CharRef): =================================== class faxto(ll.xist.xsc.CharRef): ================================== class email(ll.xist.xsc.CharRef): ================================== class providedbydocomo(ll.xist.xsc.CharRef): ============================================= class docomopoint(ll.xist.xsc.CharRef): ======================================== class feecharging(ll.xist.xsc.CharRef): ======================================== class freeofcharge(ll.xist.xsc.CharRef): ========================================= class id(ll.xist.xsc.CharRef): =============================== class password(ll.xist.xsc.CharRef): ===================================== class continuing(ll.xist.xsc.CharRef): ======================================= class clear(ll.xist.xsc.CharRef): ================================== class search(ll.xist.xsc.CharRef): =================================== class new(ll.xist.xsc.CharRef): ================================ class locationinformation(ll.xist.xsc.CharRef): ================================================ class freedial(ll.xist.xsc.CharRef): ===================================== class sharpdial(ll.xist.xsc.CharRef): ====================================== class mopaq(ll.xist.xsc.CharRef): ================================== class key1(ll.xist.xsc.CharRef): ================================= class key2(ll.xist.xsc.CharRef): ================================= class key3(ll.xist.xsc.CharRef): ================================= class key4(ll.xist.xsc.CharRef): ================================= class key5(ll.xist.xsc.CharRef): ================================= class key6(ll.xist.xsc.CharRef): ================================= class key7(ll.xist.xsc.CharRef): ================================= class key8(ll.xist.xsc.CharRef): ================================= class key9(ll.xist.xsc.CharRef): ================================= class key0(ll.xist.xsc.CharRef): ================================= class blackheart(ll.xist.xsc.CharRef): ======================================= class flutteringheart(ll.xist.xsc.CharRef): ============================================ class heartbreak(ll.xist.xsc.CharRef): ======================================= class hearts(ll.xist.xsc.CharRef): =================================== class happyface(ll.xist.xsc.CharRef): ====================================== class angryface(ll.xist.xsc.CharRef): ====================================== class disappointedface(ll.xist.xsc.CharRef): ============================================= class sadface(ll.xist.xsc.CharRef): ==================================== class dizzy(ll.xist.xsc.CharRef): ================================== class good(ll.xist.xsc.CharRef): ================================= class cheerful(ll.xist.xsc.CharRef): ===================================== class comfort(ll.xist.xsc.CharRef): ==================================== class cute(ll.xist.xsc.CharRef): ================================= class kiss(ll.xist.xsc.CharRef): ================================= class shining(ll.xist.xsc.CharRef): ==================================== class goodidea(ll.xist.xsc.CharRef): ===================================== class angry(ll.xist.xsc.CharRef): ================================== class punch(ll.xist.xsc.CharRef): ================================== class bomb(ll.xist.xsc.CharRef): ================================= class mood(ll.xist.xsc.CharRef): ================================= class bad(ll.xist.xsc.CharRef): ================================ class sleepy(ll.xist.xsc.CharRef): =================================== class exclamation(ll.xist.xsc.CharRef): ======================================== class exclamationquestion(ll.xist.xsc.CharRef): ================================================ class exclamation2(ll.xist.xsc.CharRef): ========================================= class bump(ll.xist.xsc.CharRef): ================================= class sweat(ll.xist.xsc.CharRef): ================================== class coldsweat(ll.xist.xsc.CharRef): ====================================== class dash(ll.xist.xsc.CharRef): ================================= class macron1(ll.xist.xsc.CharRef): ==================================== class macron2(ll.xist.xsc.CharRef): ==================================== class fixed(ll.xist.xsc.CharRef): ==================================