Package eu.bandm.tools.util
Class DOM2SAXConverter
java.lang.Object
eu.bandm.tools.util.DOM2SAXConverter
Serializes a document given as a
w3c dom
(in some local
implementation) into a sequence of Sax events.-
Constructor Summary
ConstructorDescriptionOny constructor, setting the target of all generated Sax events. -
Method Summary
-
Constructor Details
-
DOM2SAXConverter
Ony constructor, setting the target of all generated Sax events.
-
-
Method Details
-
convert
Send all Sax events corresponding to the document to the selected target.- Throws:
SAXException
-
convert
Send all Sax events corresponding to the given dom element.- Throws:
SAXException
-