java.lang.Object
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.QPrivateConstructorNested classes/interfaces inherited from interface io.qt.xml.QXmlContentHandler
QXmlContentHandler.Impl -
Constructor Summary
ConstructorsModifierConstructorDescriptionImpl()Deprecated.protectedDeprecated.Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionabstract booleancharacters(String ch) Deprecated.abstract booleanDeprecated.abstract booleanendElement(String namespaceURI, String localName, String qName) Deprecated.abstract booleanendPrefixMapping(String prefix) Deprecated.abstract StringDeprecated.abstract booleanDeprecated.abstract booleanprocessingInstruction(String target, String data) Deprecated.abstract voidsetDocumentLocator(QXmlLocator locator) Deprecated.abstract booleanskippedEntity(String name) Deprecated.abstract booleanDeprecated.abstract booleanstartElement(String namespaceURI, String localName, String qName, QXmlAttributes atts) abstract booleanstartPrefixMapping(String prefix, String uri) Deprecated.Methods inherited from class io.qt.QtObject
dispose, equals, isDisposedMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
charactersin interfaceQXmlContentHandler
-
endDocument
Deprecated.- Specified by:
endDocumentin interfaceQXmlContentHandler
-
endElement
@QtUninvokable public abstract boolean endElement(String namespaceURI, String localName, String qName) Deprecated.- Specified by:
endElementin interfaceQXmlContentHandler
-
endPrefixMapping
Deprecated.- Specified by:
endPrefixMappingin interfaceQXmlContentHandler
-
errorString
Deprecated.- Specified by:
errorStringin interfaceQXmlContentHandler
-
ignorableWhitespace
Deprecated.- Specified by:
ignorableWhitespacein interfaceQXmlContentHandler
-
processingInstruction
Deprecated.- Specified by:
processingInstructionin interfaceQXmlContentHandler
-
setDocumentLocator
Deprecated.- Specified by:
setDocumentLocatorin interfaceQXmlContentHandler
-
skippedEntity
Deprecated.- Specified by:
skippedEntityin interfaceQXmlContentHandler
-
startDocument
Deprecated.- Specified by:
startDocumentin interfaceQXmlContentHandler
-
startElement
@QtUninvokable public abstract boolean startElement(String namespaceURI, String localName, String qName, QXmlAttributes atts) Deprecated.- Specified by:
startElementin interfaceQXmlContentHandler
-
startPrefixMapping
Deprecated.- Specified by:
startPrefixMappingin interfaceQXmlContentHandler
-