WebObjects 5.4.2

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 getChildElements()
           
 List 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 getChildNodes()

getChildElements

public List getChildElements()

Last updated June 2008

Copyright © 2000-2008 Apple Inc.