echoxul.xom
Class XULDocument
java.lang.Object
echoxul.xom.XULDocument
- public class XULDocument
- extends java.lang.Object
This is the root object for an XUL document. It contains
a root element, set of styles and other information
pertinent to the XUL tree.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XULDocument
public XULDocument()
getRootElement
public XULElement getRootElement()
setRootElement
public void setRootElement(XULElement root)
addIdMapping
public XULElement addIdMapping(java.lang.String id,
XULElement elt)
dump
public void dump(java.io.PrintWriter out)
toString
public java.lang.String toString()
Copyright © 2004 Terry Laurenzo. All Rights Reserved.