- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QXmlDefaultHandler
,QXmlLexicalHandler.Impl
@Deprecated public interface QXmlLexicalHandler extends QtObjectInterface
Deprecated.
Interface to report the lexical content of XML data
Java wrapper for Qt class QXmlLexicalHandler
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QXmlLexicalHandler.Impl
Deprecated. -
Method Summary
Modifier and Type Method Description boolean
comment(String ch)
Deprecated.boolean
endCDATA()
Deprecated.boolean
endDTD()
Deprecated.boolean
endEntity(String name)
Deprecated.String
errorString()
Deprecated.boolean
startCDATA()
Deprecated.boolean
startDTD(String name, String publicId, String systemId)
Deprecated.boolean
startEntity(String name)
Deprecated.
-
Method Details
-
comment
Deprecated. -
endCDATA
Deprecated. -
endDTD
Deprecated. -
endEntity
Deprecated. -
errorString
Deprecated. -
startCDATA
Deprecated. -
startDTD
Deprecated. -
startEntity
Deprecated.
-