Uses of Interface
fi.karppinen.xml.XmlDeclarationHandler

Packages that use XmlDeclarationHandler
fi.karppinen.gnu.xml.pipeline   
fi.karppinen.gnu.xml.util   
 

Uses of XmlDeclarationHandler in fi.karppinen.gnu.xml.pipeline
 

Classes in fi.karppinen.gnu.xml.pipeline that implement XmlDeclarationHandler
 class TextConsumer
          Terminates a pipeline, consuming events to print them as well formed XML (or XHTML) text.
 

Uses of XmlDeclarationHandler in fi.karppinen.gnu.xml.util
 

Classes in fi.karppinen.gnu.xml.util that implement XmlDeclarationHandler
 class XMLWriter
          This class is a SAX handler which writes all its input as a well formed XML or XHTML document.