java.lang.Object
io.qt.QtObject
io.qt.xml.QDomDocument.ParseResult
- All Implemented Interfaces:
io.qt.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
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a copy of this object.booleanSeeoperator==(QDomDocument::ParseResult,QDomDocument::ParseResult) final longfinal longfinal Stringfinal longKotlin property getter.final longKotlin property getter.final StringKotlin property getter.inthashCode()Returns the objects's hash code computed byqHash(QDomDocument::ParseResult).final voidsetErrorColumn(long errorColumn) final voidsetErrorLine(long errorLine) final voidsetErrorMessage(String errorMessage) final booleansuccess()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
ParseResult
public ParseResult()See
QDomDocument::ParseResult::ParseResult()
-
-
Method Details
-
success
@QtUninvokable public final boolean success() -
setErrorColumn
@QtUninvokable public final void setErrorColumn(long errorColumn) -
errorColumn
@QtUninvokable public final long errorColumn() -
setErrorLine
@QtUninvokable public final void setErrorLine(long errorLine) -
errorLine
@QtUninvokable public final long errorLine() -
setErrorMessage
-
errorMessage
-
equals
See
operator==(QDomDocument::ParseResult,QDomDocument::ParseResult) - Overrides:
equalsin classio.qt.QtObject- Parameters:
other- other object- Returns:
- true if the native counterpart of the two objects are one and the same.
-
hashCode
@QtUninvokable public int hashCode()Returns the objects's hash code computed byqHash(QDomDocument::ParseResult). -
clone
Creates and returns a copy of this object.
-
getErrorColumn
@QtUninvokable public final long getErrorColumn()Kotlin property getter. In Java use
errorColumn()instead. -
getErrorLine
@QtUninvokable public final long getErrorLine()Kotlin property getter. In Java use
errorLine()instead. -
getErrorMessage
Kotlin property getter. In Java use
errorMessage()instead.
-