java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.xml.QXmlLocator
- All Implemented Interfaces:
io.qt.QtObjectInterface
Deprecated.
The XML handler classes with information about the parsing position within a file
Java wrapper for Qt class QXmlLocator
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionDeprecated.protectedQXmlLocator(io.qt.QtObject.QPrivateConstructor p) Deprecated.Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionabstract intDeprecated.abstract intDeprecated.Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QXmlLocator
public QXmlLocator()Deprecated. -
QXmlLocator
protected QXmlLocator(io.qt.QtObject.QPrivateConstructor p) Deprecated.Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
columnNumber
@QtUninvokable public abstract int columnNumber()Deprecated. -
lineNumber
@QtUninvokable public abstract int lineNumber()Deprecated.
-