|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.japisoft.dtdparser.DTDParser
Main parser for the DTD
Constructor Summary | |
DTDParser()
|
Method Summary | |
protected java.lang.String |
downloadPublicEntity(java.lang.String ref)
Download a PUBLIC entity |
DTDDocumentBuilder |
getDTDDocumentBuilder()
|
RootDTDNode |
getDTDElement()
|
XMLGenerator |
getXMLGenerator()
|
void |
parse(java.io.InputStream input)
Parse this DTD. |
void |
parse(java.io.Reader input)
Parse this DTD. |
void |
parse(SchemaLocator input)
Parse this DTD. |
void |
parse(java.lang.String url)
Parse for this URL. |
void |
parse(java.net.URL url)
Parse the DTD to this URL. |
protected int |
parseEntity(int location)
Parse the entity starting at location |
void |
parseExternalDTDComment(java.net.URL url)
Special file with a list of line : one line for the element and one line for the comment. |
void |
setDTDDocumentBuilder(DTDDocumentBuilder builder)
Set the builder for DTD document type |
void |
setIgnoreComment(boolean ignore)
Decide to ignore comment. |
void |
setResolveIncludeForExtension(java.lang.String publicExtension)
Limit include to subpart like 'mod' |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DTDParser()
Method Detail |
public void setIgnoreComment(boolean ignore)
true
public void setDTDDocumentBuilder(DTDDocumentBuilder builder)
public DTDDocumentBuilder getDTDDocumentBuilder()
public RootDTDNode getDTDElement()
public XMLGenerator getXMLGenerator()
public void setResolveIncludeForExtension(java.lang.String publicExtension)
public void parseExternalDTDComment(java.net.URL url)
public void parse(java.lang.String url) throws java.io.IOException
java.io.IOException
public void parse(java.net.URL url) throws java.io.IOException
java.io.IOException
public void parse(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public void parse(java.io.Reader input) throws java.io.IOException
java.io.IOException
public void parse(SchemaLocator input) throws java.io.IOException
java.io.IOException
protected java.lang.String downloadPublicEntity(java.lang.String ref)
protected int parseEntity(int location)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |