|
From: Bruce M. <ma...@xb...> - 2002-04-23 14:54:47
|
Xbeans defines two interfaces DOMSource and DOMListener. An Xbean that supports the DOMListener interface can receive a DOM -- so you would use that interface. To receive a DOM from an Xbean, you implement the DOMListener interface and use the DOMSource interface to register yourself as a listener. The white paper at www.xbeans.org explains this in more detail. Bruce Brian Wolf wrote: > hi,I would just like to know if I have a DOM built, how to input it > into an Xbean,and how to access a DOM from an xbean.Thanks, Brian |