echoxul.xom
Class XULDocument

java.lang.Object
  extended byechoxul.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.


Constructor Summary
XULDocument()
           
 
Method Summary
 XULElement addIdMapping(java.lang.String id, XULElement elt)
           
 void dump(java.io.PrintWriter out)
           
 XULElement getRootElement()
           
 void setRootElement(XULElement root)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XULDocument

public XULDocument()
Method Detail

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.