uk.me.nxg.enormity.util
Class Util
java.lang.Object
uk.me.nxg.enormity.util.Util
public class Util
- extends Object
Various utility functions
Constructor Summary |
Util()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Util
public Util()
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.