WebObjects 5.4.2

com.webobjects.appserver.parser.woml
Class WOMLCDATANode

java.lang.Object
  extended by com.webobjects.appserver.parser.woml.WOMLNode
      extended by com.webobjects.appserver.parser.woml.WOMLTextNode
          extended by com.webobjects.appserver.parser.woml.WOMLDataNode
              extended by com.webobjects.appserver.parser.woml.WOMLCDATANode

public class WOMLCDATANode
extends WOMLDataNode


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

CDATA_PREFIX

public static final String CDATA_PREFIX
See Also:
Constant Field Values

CDATA_SUFFIX

public static final String CDATA_SUFFIX
See Also:
Constant Field Values
Constructor Detail

WOMLCDATANode

public WOMLCDATANode(WOMLPosition position)
Method Detail

getOutputPrefix

public String getOutputPrefix()
Specified by:
getOutputPrefix in class WOMLDataNode

getOutputSuffix

public String getOutputSuffix()
Specified by:
getOutputSuffix in class WOMLDataNode

toString

public String toString()
Overrides:
toString in class WOMLTextNode

Last updated June 2008

Copyright © 2000-2008 Apple Inc.