public class Util extends Object
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
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) |
static void |
parseXML(String input,
ContentHandler handler) |
public static void parseXML(InputSource inputSource, ContentHandler handler, ErrorHandler errorHandler) throws SAXException, IOException
SAXException
IOException
public static void parseXML(Reader input, ContentHandler handler) throws SAXException, IOException
SAXException
IOException
public static void parseXML(InputSource input, ContentHandler handler) throws SAXException, IOException
SAXException
IOException
public static void parseXML(String input, ContentHandler handler) throws SAXException, IOException
SAXException
IOException
public static void parseESIS(Reader input, ContentHandler handler, ErrorHandler errorHandler) throws SAXException, IOException
SAXException
IOException
public static void parseESIS(Reader input, ContentHandler handler) throws SAXException, IOException
SAXException
IOException
Copyright © 2014. All rights reserved.