|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectelectric.xml.Node
electric.xml.Child
electric.xml.Parent
electric.xml.Element
electric.util.wml.WML
WML provides an object-oriented way to create WML pages.
Field Summary |
Fields inherited from class electric.xml.Parent |
children |
Fields inherited from class electric.xml.Child |
parent |
Fields inherited from class electric.xml.Node |
list, next, prev |
Fields inherited from interface electric.util.wml.IWMLConstants |
ACCESS, ALIGN, ANCHOR, BIG, BOLD, BREAK, CARD, DO, EMPHASIZED, FIELD_SET, GO, HEAD, HREF, ID, IMAGE, INPUT, ITALIC, META, NAME, NO_OP, ON_EVENT, OPTION, OPTION_GROUP, PARAGRAPH, POSTFIELD, PREFORMATTED, PREV, REFRESH, SELECT, SET_VAR, SMALL, STRONG, TABLE, TABLE_CELL, TABLE_ROW, TEMPLATE, TIMER, TITLE, TYPE, UNDERLINE, VALUE, WML |
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Fields inherited from interface electric.xml.IXMLConstants |
ATTLIST_START, ATTLIST_STOP, CDATA, CDATA_START, CDATA_STOP, CLOSE_TAG, COLON, COMMENT_START, COMMENT_STOP, DOCTYPE_START, DOCTYPE_STOP, ELEMENTDECL_START, ELEMENTDECL_STOP, ENCODING, ENTITYDECL_START, ENTITYDECL_STOP, ID, ID_CASE, INSTRUCTION_START, INSTRUCTION_STOP, NEGATIVE_INFINITY, NOT_A_NUMBER, NOTATIONDECL_START, NOTATIONDECL_STOP, NULL, OPEN_TAG, POSITIVE_INFINITY, PUBLIC, SPECIALS, STANDALONE, SUBSTITUTES, SYSTEM, UNDEFINED, XML, XML_NAMESPACE, XMLDECL_START, XMLDECL_STOP, XMLNS, XMLNS_NAMESPACE |
Fields inherited from interface electric.xml.IDOMConstants |
CDATA_SECTION_NAME, COMMENT_NAME, CORE, DOCUMENT_FRAGMENT_NAME, DOCUMENT_NAME, HIERARCHY_REQUEST_ERR, TEXT_NAME |
Constructor Summary | |
WML()
|
|
WML(java.lang.String name)
|
Method Summary | |
WML |
align(java.lang.String type)
|
java.lang.String |
asString()
|
WML |
big()
|
WML |
bold()
|
WML |
card(java.lang.String id)
|
WML |
emphasized()
|
WML |
go(java.lang.String url)
|
WML |
head()
|
WML |
id(java.lang.String string)
|
WML |
italic()
|
WML |
meta()
|
static WML |
newDocument()
|
WML |
newline()
|
WML |
option(java.lang.String value)
|
WML |
paragraph()
|
WML |
preformatted()
|
WML |
select(java.lang.String name)
|
WML |
small()
|
WML |
strong()
|
WML |
text(java.lang.String string)
|
WML |
title(java.lang.String string)
|
WML |
underline()
|
WML |
when(java.lang.String type)
|
WML |
wml()
|
Methods inherited from class electric.xml.Child |
cloneNode, getByteArray, getByteArray, getByteArray, getBytes, getBytes, getBytes, getDocument, getNextSiblingChild, getOwnerDocument, getParent, getParentNode, getPreviousSiblingChild, replaceWith, setNextSiblingChild, setParent, setPreviousSiblingChild, toString, toString, write, write, write |
Methods inherited from class electric.xml.Node |
getNextSibling, getNextSiblingNode, getNode, getNode, getNodes, getNodeValue, getPreviousSibling, getPreviousSiblingNode, isSupported, normalize, remove, setNextSiblingNode, setNodeValue, setPreviousSiblingNode |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue |
Constructor Detail |
public WML()
public WML(java.lang.String name)
Method Detail |
public static WML newDocument()
public WML card(java.lang.String id)
public WML id(java.lang.String string)
public WML title(java.lang.String string)
public WML head()
public WML meta()
public WML wml()
public WML newline()
public WML paragraph()
public WML preformatted()
public WML bold()
public WML big()
public WML emphasized()
public WML italic()
public WML small()
public WML strong()
public WML underline()
public WML select(java.lang.String name)
public WML option(java.lang.String value)
public WML when(java.lang.String type)
public WML go(java.lang.String url)
public WML align(java.lang.String type)
public WML text(java.lang.String string)
public java.lang.String asString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |