- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QXmlContentHandler.Impl,QXmlDefaultHandler
Deprecated.
Interface to report the logical content of XML data
Java wrapper for Qt class QXmlContentHandler
-
Nested Class Summary
Nested Classes -
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. -
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.
-