Package org.kie.dmn.model.api
Class RowLocation
- java.lang.Object
-
- org.kie.dmn.model.api.RowLocation
-
- All Implemented Interfaces:
javax.xml.stream.Location
@GwtIncompatible public class RowLocation extends java.lang.Object implements javax.xml.stream.Location
-
-
Constructor Summary
Constructors Constructor Description RowLocation(javax.xml.stream.Location from)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCharacterOffset()intgetColumnNumber()intgetLineNumber()java.lang.StringgetPublicId()java.lang.StringgetSystemId()java.lang.StringtoString()
-
-
-
Method Detail
-
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumberin interfacejavax.xml.stream.Location
-
getColumnNumber
public int getColumnNumber()
- Specified by:
getColumnNumberin interfacejavax.xml.stream.Location
-
getCharacterOffset
public int getCharacterOffset()
- Specified by:
getCharacterOffsetin interfacejavax.xml.stream.Location
-
getPublicId
public java.lang.String getPublicId()
- Specified by:
getPublicIdin interfacejavax.xml.stream.Location
-
getSystemId
public java.lang.String getSystemId()
- Specified by:
getSystemIdin interfacejavax.xml.stream.Location
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-