railo.runtime.text.feed
Class DummyDTDHandler

java.lang.Object
  extended by railo.runtime.text.feed.DummyDTDHandler
All Implemented Interfaces:
DTDHandler

public class DummyDTDHandler
extends Object
implements DTDHandler


Constructor Summary
DummyDTDHandler()
           
 
Method Summary
 void notationDecl(String arg0, String arg1, String arg2)
           
 void unparsedEntityDecl(String arg0, String arg1, String arg2, String arg3)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyDTDHandler

public DummyDTDHandler()
Method Detail

notationDecl

public void notationDecl(String arg0,
                         String arg1,
                         String arg2)
                  throws SAXException
Specified by:
notationDecl in interface DTDHandler
Throws:
SAXException

unparsedEntityDecl

public void unparsedEntityDecl(String arg0,
                               String arg1,
                               String arg2,
                               String arg3)
                        throws SAXException
Specified by:
unparsedEntityDecl in interface DTDHandler
Throws:
SAXException


Copyright © 2012 Railo