com.webobjects.appserver.parser
Class WOHTMLWebObjectTag
java.lang.Object
com.webobjects.appserver.parser.WOHTMLWebObjectTag
public class WOHTMLWebObjectTag
- extends Object
- Since:
- 5.4
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WOHTMLWebObjectTag
public WOHTMLWebObjectTag()
WOHTMLWebObjectTag
public WOHTMLWebObjectTag(String webobject,
WOHTMLWebObjectTag myParent)
throws WOHTMLFormatException
- Throws:
WOHTMLFormatException
name
public String name()
parentTag
public WOHTMLWebObjectTag parentTag()
isTopLevel
public boolean isTopLevel()
children
public NSArray<Object> children()
template
public WOElement template()
addChildElement
public void addChildElement(Object object)
dynamicElement
public WOElement dynamicElement(NSDictionary declarations,
NSArray<String> languages)
throws WODeclarationFormatException,
ClassNotFoundException
- Throws:
WODeclarationFormatException
ClassNotFoundException
Copyright © 2000-2007 Apple Inc.