jlibs.xml.sax
Class XMLWriter

java.lang.Object
  extended by jlibs.xml.sax.BaseXMLReader
      extended by jlibs.xml.sax.AbstractXMLReader
          extended by jlibs.xml.sax.XMLWriter
All Implemented Interfaces:
XMLReader

public class XMLWriter
extends AbstractXMLReader

XMLReader implementaion for ObjectInputSource

Author:
Santhosh Kumar T

Field Summary
 
Fields inherited from class jlibs.xml.sax.AbstractXMLReader
nsFeature, nsPrefixesFeature, supportedFeatures
 
Fields inherited from class jlibs.xml.sax.BaseXMLReader
handler
 
Constructor Summary
XMLWriter()
           
 
Method Summary
 void parse(InputSource input)
           
 void parse(String systemId)
           
 
Methods inherited from class jlibs.xml.sax.AbstractXMLReader
getFeature, getProperty, setFeature, setProperty
 
Methods inherited from class jlibs.xml.sax.BaseXMLReader
_getProperty, _setProperty, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLWriter

public XMLWriter()
Method Detail

parse

public void parse(InputSource input)
           throws SAXException,
                  IOException
Throws:
SAXException
IOException

parse

public void parse(String systemId)
           throws IOException,
                  SAXException
Throws:
IOException
SAXException


Copyright © 2015. All rights reserved.