|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.japisoft.dtdparser.Parser
Main parser for the DTD
Constructor Summary | |
Parser()
|
Method Summary | |
DTDDocumentBuilder |
getDTDDocumentBuilder()
|
RootDTDNode |
getDTDElement()
|
XMLGenerator |
getXMLGenerator()
|
XMLValidator |
getXMLValidator()
|
void |
parse(java.io.InputStream input)
Parse the DTD provided by the following inputstream |
protected int |
parseAttribute(java.lang.String str,
int location)
Parse the attribute starting at location |
protected int |
parseComment(java.lang.String str,
int location)
Parse the comment starting at location |
protected int |
parseElement(java.lang.String str,
int location)
Parse the element starting at location |
protected int |
parseEntity(java.lang.String str,
int location)
Parse the entity starting at location |
void |
setDTDDocumentBuilder(DTDDocumentBuilder builder)
Set the builder for DTD document type |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Parser()
Method Detail |
public void setDTDDocumentBuilder(DTDDocumentBuilder builder)
public DTDDocumentBuilder getDTDDocumentBuilder()
public RootDTDNode getDTDElement()
public XMLValidator getXMLValidator()
public XMLGenerator getXMLGenerator()
public void parse(java.io.InputStream input) throws java.io.IOException
java.io.IOException
protected int parseEntity(java.lang.String str, int location)
protected int parseElement(java.lang.String str, int location)
protected int parseAttribute(java.lang.String str, int location)
protected int parseComment(java.lang.String str, int location)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |