java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.xml.QXmlLocator
- All Implemented Interfaces:
QtObjectInterface
@Deprecated public abstract class QXmlLocator extends QtObject
Deprecated.
The XML handler classes with information about the parsing position within a file
Java wrapper for Qt class QXmlLocator
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QXmlLocator()
Deprecated.protected
QXmlLocator(QtObject.QPrivateConstructor p)
Deprecated.Constructor for internal use only. -
Method Summary
Modifier and Type Method Description abstract int
columnNumber()
Deprecated.abstract int
lineNumber()
Deprecated.
-
Constructor Details
-
QXmlLocator
public QXmlLocator()Deprecated. -
QXmlLocator
Deprecated.Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
columnNumber
Deprecated. -
lineNumber
Deprecated.
-