org.kde.qt

Interface QXmlDTDHandlerInterface

public interface QXmlDTDHandlerInterface

Method Summary
StringerrorString()
booleannotationDecl(String name, String publicId, String systemId)
booleanunparsedEntityDecl(String name, String publicId, String systemId, String notationName)

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)