org.planx.xmlstore.convert
Class SAXOutputter

java.lang.Object
  extended by org.planx.xmlstore.convert.SAXOutputter

public class SAXOutputter
extends Object

Author:
Henning Niss

Constructor Summary
SAXOutputter(ContentHandler content)
           
SAXOutputter(ContentHandler content, ErrorHandler error, DTDHandler dtd, EntityResolver entity)
           
SAXOutputter(ContentHandler content, ErrorHandler error, DTDHandler dtd, EntityResolver entity, LexicalHandler lexical)
           
 
Method Summary
 void output(Node root)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAXOutputter

public SAXOutputter(ContentHandler content)

SAXOutputter

public SAXOutputter(ContentHandler content,
                    ErrorHandler error,
                    DTDHandler dtd,
                    EntityResolver entity)

SAXOutputter

public SAXOutputter(ContentHandler content,
                    ErrorHandler error,
                    DTDHandler dtd,
                    EntityResolver entity,
                    LexicalHandler lexical)
Method Detail

output

public void output(Node root)
            throws XMLException
Throws:
XMLException


Copyright © 2010. All Rights Reserved.