Package eu.europa.ec.taxud.cesop.readers
Class XmlLocation
- java.lang.Object
-
- eu.europa.ec.taxud.cesop.readers.XmlLocation
-
-
Constructor Summary
Constructors Constructor Description XmlLocation(Location delegate, List<String> xmlPath)
Instantiates a new Xml location.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCharacterOffset()
int
getColumnNumber()
int
getLineNumber()
String
getPublicId()
String
getSystemId()
List<String>
getXmlPath()
Gets xml path.
-
-
-
Method Detail
-
getLineNumber
public int getLineNumber()
- Specified by:
getLineNumber
in interfaceLocation
-
getColumnNumber
public int getColumnNumber()
- Specified by:
getColumnNumber
in interfaceLocation
-
getCharacterOffset
public int getCharacterOffset()
- Specified by:
getCharacterOffset
in interfaceLocation
-
getPublicId
public String getPublicId()
- Specified by:
getPublicId
in interfaceLocation
-
getSystemId
public String getSystemId()
- Specified by:
getSystemId
in interfaceLocation
-
-