WebObjects 5.4.2

com.webobjects.appserver.parser.woml
Class WOMLDefaultDTDHandler

java.lang.Object
  extended by com.webobjects.appserver.parser.woml.WOMLDefaultDTDHandler
All Implemented Interfaces:
DTDHandler

public class WOMLDefaultDTDHandler
extends Object
implements DTDHandler


Constructor Summary
WOMLDefaultDTDHandler()
           
 
Method Summary
 void notationDecl(String name, String publicId, String systemId)
           
 void unparsedEntityDecl(String name, String publicId, String systemId, String notationName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WOMLDefaultDTDHandler

public WOMLDefaultDTDHandler()
Method Detail

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

Last updated June 2008

Copyright © 2000-2008 Apple Inc.