|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ecs.wml.WMLDocument
public class WMLDocument
This class implements the wml document container
Field Summary | |
---|---|
private static java.lang.String |
DOCTYPE
|
private WML |
wml
|
private static java.lang.String |
XML_VERSION
|
Constructor Summary | |
---|---|
WMLDocument()
Basic constructor. |
|
WMLDocument(WML wml)
|
Method Summary | |
---|---|
WMLDocument |
appendWML(Element value)
Append to the wml element for this document container. |
WMLDocument |
appendWML(java.lang.String value)
Append to the wml element for this document container. |
WML |
getWML()
Get the wml element for this document container. |
WMLDocument |
setWML(WML wml)
Set the wml element for this document container. |
java.lang.String |
toString()
Override the toString() method so that it prints something meaningful. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final java.lang.String XML_VERSION
private static final java.lang.String DOCTYPE
private WML wml
Constructor Detail |
---|
public WMLDocument()
public WMLDocument(WML wml)
Method Detail |
---|
public WML getWML()
public WMLDocument setWML(WML wml)
public WMLDocument appendWML(Element value)
value
- adds to the value between the wml tagspublic WMLDocument appendWML(java.lang.String value)
value
- adds to the value between the wml tagspublic final java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |