uk.me.nxg.enormity.util
Class Util

java.lang.Object
  extended by uk.me.nxg.enormity.util.Util

public class Util
extends Object

Various utility functions


Constructor Summary
Util()
           
 
Method Summary
static void parseESIS(Reader input, ContentHandler handler)
           
static void parseESIS(Reader input, ContentHandler handler, ErrorHandler errorHandler)
           
static void parseXML(InputSource input, ContentHandler handler)
           
static void parseXML(InputSource inputSource, ContentHandler handler, ErrorHandler errorHandler)
           
static void parseXML(Reader input, ContentHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

parseXML

public static void parseXML(InputSource inputSource,
                            ContentHandler handler,
                            ErrorHandler errorHandler)
                     throws SAXException,
                            IOException
Throws:
SAXException
IOException

parseXML

public static void parseXML(Reader input,
                            ContentHandler handler)
                     throws SAXException,
                            IOException
Throws:
SAXException
IOException

parseXML

public static void parseXML(InputSource input,
                            ContentHandler handler)
                     throws SAXException,
                            IOException
Throws:
SAXException
IOException

parseESIS

public static void parseESIS(Reader input,
                             ContentHandler handler,
                             ErrorHandler errorHandler)
                      throws SAXException,
                             IOException
Throws:
SAXException
IOException

parseESIS

public static void parseESIS(Reader input,
                             ContentHandler handler)
                      throws SAXException,
                             IOException
Throws:
SAXException
IOException


Copyright © 2012. All Rights Reserved.