com.webobjects.appserver.parser.woml
Class WOMLDefaultDTDHandler
java.lang.Object
com.webobjects.appserver.parser.woml.WOMLDefaultDTDHandler
- All Implemented Interfaces:
- DTDHandler
public class WOMLDefaultDTDHandler
- extends Object
- implements DTDHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WOMLDefaultDTDHandler
public WOMLDefaultDTDHandler()
notationDecl
public void notationDecl(String name,
String publicId,
String systemId)
throws SAXException
- Specified by:
notationDecl
in interface DTDHandler
- Throws:
SAXException
unparsedEntityDecl
public void unparsedEntityDecl(String name,
String publicId,
String systemId,
String notationName)
throws SAXException
- Specified by:
unparsedEntityDecl
in interface DTDHandler
- Throws:
SAXException
Copyright © 2000-2008 Apple Inc.