java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.sonoma.test.validate
- All Implemented Interfaces:
- org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler
- public class validate
- extends org.xml.sax.helpers.DefaultHandler
Program to simply load and validate an XML document, requires using a DTD.
Used with examples from xml.apapche.org.
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
validate
public validate()
main
public static void main(java.lang.String[] args)