org.exolab.adaptx.xml
public class DOM2SAX extends Object
Version: $Revision: 3633 $ $Date: 2003-03-01 02:38:44 -0500 (Sat, 01 Mar 2003) $
Method Summary | |
---|---|
static void | process(Document document, DocumentHandler handler)
Walks the given DOM Document and converts it into it's corresponding
SAX events |
static void | process(Node node, DocumentHandler handler)
Breaks down the given node into it's corresponding SAX events |
Parameters: document, the Node to process into SAX events handler the DocumentHandler to send events to
Parameters: node, the Node to process into SAX events handler the DocumentHandler to send events to