WebObjects 5.4.2

com.webobjects.appserver.parser.woml
Class WOMLCommentNode

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.WOMLCommentNode

public class WOMLCommentNode
extends WOMLDataNode


Field Summary
static String COMMENT_PREFIX
           
static String COMMENT_SUFFIX
           
 
Constructor Summary
WOMLCommentNode(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

COMMENT_PREFIX

public static final String COMMENT_PREFIX
See Also:
Constant Field Values

COMMENT_SUFFIX

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

WOMLCommentNode

public WOMLCommentNode(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.