| Modifier and Type | Method and Description |
|---|---|
int |
getCharacterOffset()
Return the byte or character offset into the input source this location
is pointing to.
|
int |
getColumnNumber()
Return the column number where the current event ends,
returns -1 if none is available.
|
static EmptyLocation |
getInstance()
Returns the one and only instance of this class.
|
int |
getLineNumber()
Return the line number where the current event ends,
returns -1 if none is available.
|
String |
getPublicId()
Returns the public ID of the XML
|
String |
getSystemId()
Returns the system ID of the XML
|
public static EmptyLocation getInstance()
public int getLineNumber()
getLineNumber in interface Locationpublic int getColumnNumber()
getColumnNumber in interface Locationpublic int getCharacterOffset()
getCharacterOffset in interface Locationpublic String getPublicId()
getPublicId in interface Locationpublic String getSystemId()
getSystemId in interface LocationCopyright © 2016 JBoss by Red Hat. All rights reserved.