|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.n3.nanoxml.StdXMLParser | +--com.tuneology.avm.NoValidateParser
This class extends the standard nanoXML XML parser, but it omits the validation process. Used to parse XML files with NanoXML when the computer is disconnected from the Internet, and the XML file references a DTD file on the web.
Constructor Summary | |
NoValidateParser()
|
Method Summary | |
protected void |
processDocType()
|
Methods inherited from class net.n3.nanoxml.StdXMLParser |
finalize, getBuilder, getReader, getResolver, getValidator, parse, processAttribute, processCDATA, processElement, processPI, processSpecialTag, scanData, scanSomeTag, setBuilder, setReader, setResolver, setValidator |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NoValidateParser()
Method Detail |
protected void processDocType() throws java.lang.Exception
processDocType
in class net.n3.nanoxml.StdXMLParser
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |