| java.lang.Object org.netbeans.modules.schema2beansdev.EntityParser
EntityParser | public class EntityParser (Code) | | EntityParser.java - parses the DTD file for entity declarations and creates new Reader
that replaces the entity references with values
Created on June 11, 2005 AM
author: mkuchtiak |
EntityParser | public EntityParser(File fileName)(Code) | | Creates a new instance of EntityParser
|
getReader | public Reader getReader() throws IOException(Code) | | Creates a StringReader that removes all ENTITY declarations
and replaces entity references with corresponding values
|
parse | public void parse() throws IOException(Code) | | Parses file for ENTITY declaration, creates map with entities
|
|
|