gpl.fredy.tools
Class SimpleXMLConverter

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by gpl.fredy.tools.SimpleXMLConverter
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

public class SimpleXMLConverter
extends org.xml.sax.helpers.DefaultHandler


Constructor Summary
SimpleXMLConverter()
           
 
Method Summary
 java.util.logging.LogRecord convert(byte[] byts)
           
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleXMLConverter

public SimpleXMLConverter()
Method Detail

convert

public java.util.logging.LogRecord convert(byte[] byts)
                                    throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException