com.tuneology.avm
Class NoValidateParser

java.lang.Object
  |
  +--net.n3.nanoxml.StdXMLParser
        |
        +--com.tuneology.avm.NoValidateParser
All Implemented Interfaces:
net.n3.nanoxml.IXMLParser

public class NoValidateParser
extends net.n3.nanoxml.StdXMLParser

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.

Version:
$Id: NoValidateParser.java,v 1.2 2003/05/23 09:42:04 xnarf Exp $
Author:
Fran Taylor

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

NoValidateParser

public NoValidateParser()
Method Detail

processDocType

protected void processDocType()
                       throws java.lang.Exception
Overrides:
processDocType in class net.n3.nanoxml.StdXMLParser