java.lang.Object
io.qt.QtObject
io.qt.xml.QDomDocument.ParseResult
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QDomDocument
Struct is used to store the result of QDomDocument::setContent()
Java wrapper for Qt class QDomDocument::ParseResult
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.boolean
Seeoperator==(QDomDocument::ParseResult,
QDomDocument::ParseResult) final long
final long
final String
final long
Kotlin property getter.final long
Kotlin property getter.final String
Kotlin property getter.int
hashCode()
Returns the objects's hash code computed byqHash(QDomDocument::ParseResult)
.final void
setErrorColumn
(long errorColumn) final void
setErrorLine
(long errorLine) final void
setErrorMessage
(String errorMessage) final boolean
success()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
ParseResult
public ParseResult()See
QDomDocument::ParseResult::
ParseResult()
-
-
Method Details
-
success
-
setErrorColumn
-
errorColumn
-
setErrorLine
-
errorLine
-
setErrorMessage
-
errorMessage
-
equals
See
operator==(QDomDocument::ParseResult,
QDomDocument::ParseResult) -
hashCode
Returns the objects's hash code computed byqHash(QDomDocument::ParseResult)
. -
clone
Creates and returns a copy of this object.
-
getErrorColumn
Kotlin property getter. In Java use
errorColumn()
instead. -
getErrorLine
Kotlin property getter. In Java use
errorLine()
instead. -
getErrorMessage
Kotlin property getter. In Java use
errorMessage()
instead.
-