com.webobjects.appserver.parser.woml
Class WOMLCommentNode
java.lang.Object
com.webobjects.appserver.parser.woml.WOMLNode
com.webobjects.appserver.parser.woml.WOMLTextNode
com.webobjects.appserver.parser.woml.WOMLDataNode
com.webobjects.appserver.parser.woml.WOMLCommentNode
public class WOMLCommentNode
- extends WOMLDataNode
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
WOMLCommentNode
public WOMLCommentNode(WOMLPosition position)
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
Copyright © 2000-2008 Apple Inc.