WebObjects 5.4.2

com.webobjects.appserver.parser.woml
Class WOMLDataNode

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
Direct Known Subclasses:
WOMLCDATANode, WOMLCommentNode

public abstract class WOMLDataNode
extends WOMLTextNode


Constructor Summary
WOMLDataNode(WOMLPosition position)
           
 
Method Summary
abstract  String getOutputPrefix()
           
abstract  String getOutputSuffix()
           
 String getOutputText()
           
 boolean getShouldEmitEnd()
           
 boolean getShouldEmitStart()
           
 void setShouldEmitEnd(boolean value)
           
 void setShouldEmitStart(boolean value)
           
 
Methods inherited from class com.webobjects.appserver.parser.woml.WOMLTextNode
getBuffer, getText, setText, toString
 
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

WOMLDataNode

public WOMLDataNode(WOMLPosition position)
Method Detail

getShouldEmitStart

public boolean getShouldEmitStart()

setShouldEmitStart

public void setShouldEmitStart(boolean value)

getShouldEmitEnd

public boolean getShouldEmitEnd()

setShouldEmitEnd

public void setShouldEmitEnd(boolean value)

getOutputPrefix

public abstract String getOutputPrefix()

getOutputSuffix

public abstract String getOutputSuffix()

getOutputText

public String getOutputText()
Overrides:
getOutputText in class WOMLTextNode

Last updated June 2008

Copyright © 2000-2008 Apple Inc.