WebObjects 5.4

com.webobjects.appserver.parser.woml
Class WOMLParentNode

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

public abstract class WOMLParentNode
extends WOMLNode


Constructor Summary
WOMLParentNode(WOMLPosition position)
           
 
Method Summary
 List<WOElement> getChildElements()
           
 List<WOMLNode> getChildNodes()
           
 
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, toString, wait, wait, wait
 

Constructor Detail

WOMLParentNode

public WOMLParentNode(WOMLPosition position)
Method Detail

getChildNodes

public List<WOMLNode> getChildNodes()

getChildElements

public List<WOElement> getChildElements()

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

Copyright © 2000-2007 Apple Inc.