- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QXmlDefaultHandler
Deprecated.
Interface to report the logical content of XML data
Java wrapper for Qt class QXmlContentHandler
-
Method Summary
Modifier and TypeMethodDescriptionboolean
characters
(String ch) Deprecated.boolean
Deprecated.boolean
endElement
(String namespaceURI, String localName, String qName) Deprecated.boolean
endPrefixMapping
(String prefix) Deprecated.Deprecated.boolean
Deprecated.boolean
processingInstruction
(String target, String data) Deprecated.void
setDocumentLocator
(QXmlLocator locator) Deprecated.boolean
skippedEntity
(String name) Deprecated.boolean
Deprecated.boolean
startElement
(String namespaceURI, String localName, String qName, QXmlAttributes atts) boolean
startPrefixMapping
(String prefix, String uri) Deprecated.Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
characters
Deprecated.- Parameters:
ch
-- Returns:
-
endDocument
Deprecated.- Returns:
-
endElement
Deprecated.- Parameters:
namespaceURI
-localName
-qName
-- Returns:
-
endPrefixMapping
Deprecated.- Parameters:
prefix
-- Returns:
-
errorString
Deprecated.- Returns:
-
ignorableWhitespace
Deprecated.- Parameters:
ch
-- Returns:
-
processingInstruction
Deprecated.- Parameters:
target
-data
-- Returns:
-
setDocumentLocator
Deprecated.- Parameters:
locator
-
-
skippedEntity
Deprecated.- Parameters:
name
-- Returns:
-
startDocument
Deprecated.- Returns:
-
startElement
@QtUninvokable boolean startElement(String namespaceURI, String localName, String qName, QXmlAttributes atts) Deprecated.- Parameters:
namespaceURI
-localName
-qName
-atts
-- Returns:
-
startPrefixMapping
Deprecated.- Parameters:
prefix
-uri
-- Returns:
-