public class ValidatingSAXParser extends Object
LSResourceResolver.CLSResourceResolver| Constructor and Description |
|---|
ValidatingSAXParser(LSResourceResolver resolver) |
| Modifier and Type | Method and Description |
|---|---|
void |
parse(File file,
ContentHandler handler) |
void |
parse(InputSource input,
ContentHandler handler) |
void |
parse(InputStream input,
String systemId,
ContentHandler handler) |
public ValidatingSAXParser(LSResourceResolver resolver)
public void parse(File file, ContentHandler handler) throws FileNotFoundException, SAXException, IOException
public void parse(InputStream input, String systemId, ContentHandler handler) throws SAXException, IOException
SAXExceptionIOExceptionpublic void parse(InputSource input, ContentHandler handler) throws SAXException, IOException
SAXExceptionIOExceptionCopyright © 2015. All rights reserved.