java.lang.Object
io.qt.QtObject
io.qt.xml.QXmlDefaultHandler
- All Implemented Interfaces:
QtObjectInterface
,QXmlContentHandler
,QXmlDeclHandler
,QXmlDTDHandler
,QXmlEntityResolver
,QXmlErrorHandler
,QXmlLexicalHandler
@Deprecated
public class QXmlDefaultHandler
extends QtObject
implements QXmlContentHandler, QXmlErrorHandler, QXmlDTDHandler, QXmlEntityResolver, QXmlLexicalHandler, QXmlDeclHandler
Deprecated.
Default implementation of all the XML handler classes
Java wrapper for Qt class QXmlDefaultHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.xml.QXmlEntityResolver
QXmlEntityResolver.ResolvedEntity
-
Constructor Summary
ConstructorDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
characters
(String ch) Deprecated.boolean
Deprecated.boolean
endCDATA()
Deprecated.boolean
Deprecated.boolean
endDTD()
Deprecated.boolean
endElement
(String namespaceURI, String localName, String qName) Deprecated.boolean
Deprecated.boolean
endPrefixMapping
(String prefix) Deprecated.boolean
error
(QXmlParseException exception) Deprecated.Deprecated.boolean
externalEntityDecl
(String name, String publicId, String systemId) Deprecated.boolean
fatalError
(QXmlParseException exception) Deprecated.boolean
Deprecated.boolean
internalEntityDecl
(String name, String value) Deprecated.boolean
notationDecl
(String name, String publicId, String systemId) Deprecated.boolean
processingInstruction
(String target, String data) Deprecated.resolveEntity
(String publicId, String systemId) void
setDocumentLocator
(QXmlLocator locator) Deprecated.boolean
skippedEntity
(String name) Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
startElement
(String namespaceURI, String localName, String qName, QXmlAttributes atts) boolean
startEntity
(String name) Deprecated.boolean
startPrefixMapping
(String prefix, String uri) Deprecated.boolean
unparsedEntityDecl
(String name, String publicId, String systemId, String notationName) boolean
warning
(QXmlParseException exception) 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
-
QXmlDefaultHandler
public QXmlDefaultHandler()Deprecated.
-
-
Method Details
-
attributeDecl
@QtUninvokable public boolean attributeDecl(String eName, String aName, String type, String valueDefault, String value) Deprecated.- Specified by:
attributeDecl
in interfaceQXmlDeclHandler
- Parameters:
eName
-aName
-type
-valueDefault
-value
-- Returns:
-
characters
Deprecated.- Specified by:
characters
in interfaceQXmlContentHandler
- Parameters:
ch
-- Returns:
-
comment
Deprecated.- Specified by:
comment
in interfaceQXmlLexicalHandler
- Parameters:
ch
-- Returns:
-
endCDATA
Deprecated.- Specified by:
endCDATA
in interfaceQXmlLexicalHandler
- Returns:
-
endDTD
Deprecated.- Specified by:
endDTD
in interfaceQXmlLexicalHandler
- Returns:
-
endDocument
Deprecated.- Specified by:
endDocument
in interfaceQXmlContentHandler
- Returns:
-
endElement
Deprecated.- Specified by:
endElement
in interfaceQXmlContentHandler
- Parameters:
namespaceURI
-localName
-qName
-- Returns:
-
endEntity
Deprecated.- Specified by:
endEntity
in interfaceQXmlLexicalHandler
- Parameters:
name
-- Returns:
-
endPrefixMapping
Deprecated.- Specified by:
endPrefixMapping
in interfaceQXmlContentHandler
- Parameters:
prefix
-- Returns:
-
error
Deprecated.- Specified by:
error
in interfaceQXmlErrorHandler
- Parameters:
exception
-- Returns:
-
errorString
Deprecated.- Specified by:
errorString
in interfaceQXmlContentHandler
- Specified by:
errorString
in interfaceQXmlDeclHandler
- Specified by:
errorString
in interfaceQXmlDTDHandler
- Specified by:
errorString
in interfaceQXmlEntityResolver
- Specified by:
errorString
in interfaceQXmlErrorHandler
- Specified by:
errorString
in interfaceQXmlLexicalHandler
- Returns:
-
externalEntityDecl
Deprecated.- Specified by:
externalEntityDecl
in interfaceQXmlDeclHandler
- Parameters:
name
-publicId
-systemId
-- Returns:
-
fatalError
Deprecated.- Specified by:
fatalError
in interfaceQXmlErrorHandler
- Parameters:
exception
-- Returns:
-
ignorableWhitespace
Deprecated.- Specified by:
ignorableWhitespace
in interfaceQXmlContentHandler
- Parameters:
ch
-- Returns:
-
internalEntityDecl
Deprecated.- Specified by:
internalEntityDecl
in interfaceQXmlDeclHandler
- Parameters:
name
-value
-- Returns:
-
notationDecl
Deprecated.- Specified by:
notationDecl
in interfaceQXmlDTDHandler
- Parameters:
name
-publicId
-systemId
-- Returns:
-
processingInstruction
Deprecated.- Specified by:
processingInstruction
in interfaceQXmlContentHandler
- Parameters:
target
-data
-- Returns:
-
resolveEntity
@QtUninvokable public QXmlEntityResolver.ResolvedEntity resolveEntity(String publicId, String systemId) Deprecated.- Specified by:
resolveEntity
in interfaceQXmlEntityResolver
- Parameters:
publicId
-systemId
-- Returns:
-
setDocumentLocator
Deprecated.- Specified by:
setDocumentLocator
in interfaceQXmlContentHandler
- Parameters:
locator
-
-
skippedEntity
Deprecated.- Specified by:
skippedEntity
in interfaceQXmlContentHandler
- Parameters:
name
-- Returns:
-
startCDATA
Deprecated.- Specified by:
startCDATA
in interfaceQXmlLexicalHandler
- Returns:
-
startDTD
Deprecated.- Specified by:
startDTD
in interfaceQXmlLexicalHandler
- Parameters:
name
-publicId
-systemId
-- Returns:
-
startDocument
Deprecated.- Specified by:
startDocument
in interfaceQXmlContentHandler
- Returns:
-
startElement
@QtUninvokable public boolean startElement(String namespaceURI, String localName, String qName, QXmlAttributes atts) Deprecated.- Specified by:
startElement
in interfaceQXmlContentHandler
- Parameters:
namespaceURI
-localName
-qName
-atts
-- Returns:
-
startEntity
Deprecated.- Specified by:
startEntity
in interfaceQXmlLexicalHandler
- Parameters:
name
-- Returns:
-
startPrefixMapping
Deprecated.- Specified by:
startPrefixMapping
in interfaceQXmlContentHandler
- Parameters:
prefix
-uri
-- Returns:
-
unparsedEntityDecl
@QtUninvokable public boolean unparsedEntityDecl(String name, String publicId, String systemId, String notationName) Deprecated.- Specified by:
unparsedEntityDecl
in interfaceQXmlDTDHandler
- Parameters:
name
-publicId
-systemId
-notationName
-- Returns:
-
warning
Deprecated.- Specified by:
warning
in interfaceQXmlErrorHandler
- Parameters:
exception
-- Returns:
-