Devsphere.com


Package com.devsphere.examples.xml.saxdomix

Contains examples that use the SAXDOMIX framework.

See:
          Description

Class Summary
DOMOutputter This class outputs DOM sub-trees and implements SDXController.
MixedParsing This example uses SDXBuilder and SDXController to do mixed SAX-DOM parsing.
MixedTransformer This example uses SDXTransformer to apply an XSLT transformation to each DOM sub-tree created during the mixed SAX-DOM parsing of an XML document.
OutputterBase Base class for SAXOutputter and DOMOutputter.
SAXOutputter This class outputs SAX events.
SmartTransformer This example is similar to MixedTransformer, but it "knows" when to request the DOM sub-trees for transformation.
TransformerRunner This class is a generic launcher for Transformers.
WrapperTransformer This example is based on SmartTransformer, but it creates an HTML file as output.
 

Package com.devsphere.examples.xml.saxdomix Description

Contains examples that use the SAXDOMIX framework.


 Devsphere.com