- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QXmlContentHandler.Impl
,QXmlDefaultHandler
@Deprecated public interface QXmlContentHandler extends QtObjectInterface
Deprecated.
Interface to report the logical content of XML data
Java wrapper for Qt class QXmlContentHandler
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QXmlContentHandler.Impl
Deprecated. -
Method Summary
Modifier and Type Method Description boolean
characters(String ch)
Deprecated.boolean
endDocument()
Deprecated.boolean
endElement(String namespaceURI, String localName, String qName)
Deprecated.boolean
endPrefixMapping(String prefix)
Deprecated.String
errorString()
Deprecated.boolean
ignorableWhitespace(String ch)
Deprecated.boolean
processingInstruction(String target, String data)
Deprecated.void
setDocumentLocator(QXmlLocator locator)
Deprecated.boolean
skippedEntity(String name)
Deprecated.boolean
startDocument()
Deprecated.boolean
startElement(String namespaceURI, String localName, String qName, QXmlAttributes atts)
Deprecated.boolean
startPrefixMapping(String prefix, String uri)
Deprecated.
-
Method Details
-
characters
Deprecated. -
endDocument
Deprecated. -
endElement
Deprecated. -
endPrefixMapping
Deprecated. -
errorString
Deprecated. -
ignorableWhitespace
Deprecated. -
processingInstruction
Deprecated. -
setDocumentLocator
Deprecated. -
skippedEntity
Deprecated. -
startDocument
Deprecated. -
startElement
@QtUninvokable boolean startElement(String namespaceURI, String localName, String qName, QXmlAttributes atts)Deprecated. -
startPrefixMapping
Deprecated.
-