public interface Location extends SourceLocator, Locator
Modifier and Type | Method and Description |
---|---|
int |
getColumnNumber()
Get the column number.
|
int |
getLineNumber()
Get the line number.
|
String |
getPublicId()
Get the Public ID
|
String |
getSystemId()
Get the system ID.
|
Location |
saveLocation()
Get an immutable copy of this Location object.
|
String getSystemId()
The system identifier of a node is in general not the same as its base URI. The base URI is affected by xml:base attributes; the system identifier is not.
getSystemId
in interface Locator
getSystemId
in interface SourceLocator
String getPublicId()
getPublicId
in interface Locator
getPublicId
in interface SourceLocator
int getLineNumber()
getLineNumber
in interface Locator
getLineNumber
in interface SourceLocator
int getColumnNumber()
getColumnNumber
in interface Locator
getColumnNumber
in interface SourceLocator
Location saveLocation()
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.