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 LocatorgetSystemId in interface SourceLocatorString getPublicId()
getPublicId in interface LocatorgetPublicId in interface SourceLocatorint getLineNumber()
getLineNumber in interface LocatorgetLineNumber in interface SourceLocatorint getColumnNumber()
getColumnNumber in interface LocatorgetColumnNumber in interface SourceLocatorLocation saveLocation()
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.