public class DoNothingDTDHandler extends Object implements DTDHandler
Constructor and Description |
---|
DoNothingDTDHandler() |
Modifier and Type | Method and Description |
---|---|
void |
notationDecl(String arg0,
String arg1,
String arg2) |
void |
unparsedEntityDecl(String arg0,
String arg1,
String arg2,
String arg3) |
public void notationDecl(String arg0, String arg1, String arg2) throws SAXException
notationDecl
in interface DTDHandler
SAXException
public void unparsedEntityDecl(String arg0, String arg1, String arg2, String arg3) throws SAXException
unparsedEntityDecl
in interface DTDHandler
SAXException
Copyright © 2022 Fugerit. All rights reserved.