WebObjects 5.4

com.webobjects.appserver.parser.woml
Class WOMLNode

java.lang.Object
  extended by com.webobjects.appserver.parser.woml.WOMLNode
Direct Known Subclasses:
WOMLParentNode, WOMLTextNode

public abstract class WOMLNode
extends Object


Constructor Summary
WOMLNode(WOMLPosition position)
           
 
Method Summary
 WOMLPosition getPosition()
           
 WOElement getWOElement()
           
 void setPosition(WOMLPosition value)
           
 void setWOElement(WOElement value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WOMLNode

public WOMLNode(WOMLPosition position)
Method Detail

getPosition

public WOMLPosition getPosition()

setPosition

public void setPosition(WOMLPosition value)

getWOElement

public WOElement getWOElement()

setWOElement

public void setWOElement(WOElement value)

Last updated Tuesday, October 9, 2007 08:58 PDT

Copyright © 2000-2007 Apple Inc.