|
WebObjects 5.4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webobjects.appserver.parser.woml.WOMLNode
com.webobjects.appserver.parser.woml.WOMLTextNode
com.webobjects.appserver.parser.woml.WOMLDataNode
com.webobjects.appserver.parser.woml.WOMLCDATANode
public class WOMLCDATANode
Field Summary | |
---|---|
static String |
CDATA_PREFIX
|
static String |
CDATA_SUFFIX
|
Constructor Summary | |
---|---|
WOMLCDATANode(WOMLPosition position)
|
Method Summary | |
---|---|
String |
getOutputPrefix()
|
String |
getOutputSuffix()
|
String |
toString()
|
Methods inherited from class com.webobjects.appserver.parser.woml.WOMLDataNode |
---|
getOutputText, getShouldEmitEnd, getShouldEmitStart, setShouldEmitEnd, setShouldEmitStart |
Methods inherited from class com.webobjects.appserver.parser.woml.WOMLTextNode |
---|
getBuffer, getText, setText |
Methods inherited from class com.webobjects.appserver.parser.woml.WOMLNode |
---|
getPosition, getWOElement, setPosition, setWOElement |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String CDATA_PREFIX
public static final String CDATA_SUFFIX
Constructor Detail |
---|
public WOMLCDATANode(WOMLPosition position)
Method Detail |
---|
public String getOutputPrefix()
getOutputPrefix
in class WOMLDataNode
public String getOutputSuffix()
getOutputSuffix
in class WOMLDataNode
public String toString()
toString
in class WOMLTextNode
|
Last updated June 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |