public class SARAnnotationReader extends Object
| Constructor and Description |
|---|
SARAnnotationReader() |
| Modifier and Type | Method and Description |
|---|---|
List<SARAnnotation> |
getSARAnnotations() |
void |
readFile(String path) |
void |
readStream(InputStream stream) |
public SARAnnotationReader()
throws ParserConfigurationException,
SAXException
public List<SARAnnotation> getSARAnnotations()
public void readFile(String path) throws IOException, SAXException
IOExceptionSAXExceptionpublic void readStream(InputStream stream) throws IOException, SAXException
IOExceptionSAXException