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's class QDomDocument::ParseResult
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.final long
final long
final String
final long
Kotlin property getter.final long
Kotlin property getter.final String
Kotlin property getter.int
hashCode()
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() -
ParseResult
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
success
-
setErrorColumn
-
getErrorColumn
Kotlin property getter. In Java use
errorColumn()
instead. -
errorColumn
-
setErrorLine
-
getErrorLine
Kotlin property getter. In Java use
errorLine()
instead. -
errorLine
-
setErrorMessage
-
getErrorMessage
Kotlin property getter. In Java use
errorMessage()
instead. -
errorMessage
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
Creates and returns a copy of this object.
-