WebObjects 5.4

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


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
 

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 Tuesday, October 9, 2007 08:58 PDT

Copyright © 2000-2007 Apple Inc.