org.kde.qt

Class QXmlDTDHandler

public class QXmlDTDHandler extends Object implements QtSupport, QXmlDTDHandlerInterface

Constructor Summary
protected QXmlDTDHandler(Class dummy)
Method Summary
StringerrorString()
booleannotationDecl(String name, String publicId, String systemId)
booleanunparsedEntityDecl(String name, String publicId, String systemId, String notationName)

Constructor Detail

QXmlDTDHandler

protected QXmlDTDHandler(Class dummy)

Method Detail

errorString

public String errorString()

notationDecl

public boolean notationDecl(String name, String publicId, String systemId)

unparsedEntityDecl

public boolean unparsedEntityDecl(String name, String publicId, String systemId, String notationName)