java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.xml.QXmlContentHandler.Impl
- All Implemented Interfaces:
QtObjectInterface
,QXmlContentHandler
- Enclosing interface:
QXmlContentHandler
@Deprecated
public abstract static class QXmlContentHandler.Impl
extends QtObject
implements QXmlContentHandler
Deprecated.
Implementor class for interface QXmlContentHandler
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.xml.QXmlContentHandler
QXmlContentHandler.Impl
-
Constructor Summary
ModifierConstructorDescriptionImpl()
Deprecated.protected
Deprecated.Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
characters
(String ch) Deprecated.abstract boolean
Deprecated.abstract boolean
endElement
(String namespaceURI, String localName, String qName) Deprecated.abstract boolean
endPrefixMapping
(String prefix) Deprecated.abstract String
Deprecated.abstract boolean
Deprecated.abstract boolean
processingInstruction
(String target, String data) Deprecated.abstract void
setDocumentLocator
(QXmlLocator locator) Deprecated.abstract boolean
skippedEntity
(String name) Deprecated.abstract boolean
Deprecated.abstract boolean
startElement
(String namespaceURI, String localName, String qName, QXmlAttributes atts) abstract boolean
startPrefixMapping
(String prefix, String uri) Deprecated.Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
Impl
public Impl()Deprecated. -
Impl
Deprecated.Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
characters
Deprecated.- Specified by:
characters
in interfaceQXmlContentHandler
-
endDocument
Deprecated.- Specified by:
endDocument
in interfaceQXmlContentHandler
-
endElement
@QtUninvokable public abstract boolean endElement(String namespaceURI, String localName, String qName) Deprecated.- Specified by:
endElement
in interfaceQXmlContentHandler
-
endPrefixMapping
Deprecated.- Specified by:
endPrefixMapping
in interfaceQXmlContentHandler
-
errorString
Deprecated.- Specified by:
errorString
in interfaceQXmlContentHandler
-
ignorableWhitespace
Deprecated.- Specified by:
ignorableWhitespace
in interfaceQXmlContentHandler
-
processingInstruction
Deprecated.- Specified by:
processingInstruction
in interfaceQXmlContentHandler
-
setDocumentLocator
Deprecated.- Specified by:
setDocumentLocator
in interfaceQXmlContentHandler
-
skippedEntity
Deprecated.- Specified by:
skippedEntity
in interfaceQXmlContentHandler
-
startDocument
Deprecated.- Specified by:
startDocument
in interfaceQXmlContentHandler
-
startElement
@QtUninvokable public abstract boolean startElement(String namespaceURI, String localName, String qName, QXmlAttributes atts) Deprecated.- Specified by:
startElement
in interfaceQXmlContentHandler
-
startPrefixMapping
Deprecated.- Specified by:
startPrefixMapping
in interfaceQXmlContentHandler
-