public class EntityParser extends Object
| Constructor and Description |
|---|
EntityParser(Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
Reader |
getReader()
Creates a StringReader that removes all ENTITY declarations
and replaces entity references with corresponding values
|
void |
parse()
Parses file for ENTITY declaration, creates map with entities
|
public EntityParser(Reader reader) throws IOException
IOExceptionpublic void parse()
throws IOException
IOExceptionpublic Reader getReader() throws IOException
IOExceptionCopyright © 2017. All Rights Reserved.