|
|||||||||||
| 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()
|
static void |
main(java.lang.String[] args)
|
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. |
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 |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Parser()
| Method Detail |
public void setIgnoreComment(boolean ignore)
true
public void setDTDDocumentBuilder(DTDDocumentBuilder builder)
public DTDDocumentBuilder getDTDDocumentBuilder()
public RootDTDNode getDTDElement()
public XMLValidator getXMLValidator()
public XMLGenerator getXMLGenerator()
public void setResolveIncludeForExtension(java.lang.String publicExtension)
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
public static void main(java.lang.String[] args)
throws java.lang.Throwable
java.lang.Throwable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||