- 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 TypeMethodDescriptionbooleancharacters(String ch) Deprecated.booleanDeprecated.booleanendElement(String namespaceURI, String localName, String qName) Deprecated.booleanendPrefixMapping(String prefix) Deprecated.Deprecated.booleanDeprecated.booleanprocessingInstruction(String target, String data) Deprecated.voidsetDocumentLocator(QXmlLocator locator) Deprecated.booleanskippedEntity(String name) Deprecated.booleanDeprecated.booleanstartElement(String namespaceURI, String localName, String qName, QXmlAttributes atts) booleanstartPrefixMapping(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:
-