net.sf.saxon.event
public class LocationCopier extends Object implements CopyInformee, SourceLocationProvider
Note: prior to 9.2, the LocationCopier was a ProxyReceiver that passed all events on the pipeline unchanged. It no longer does this, instead it is found as the LocationProvider on a pipeline, but does not itself see the pipeline events.
Constructor Summary | |
---|---|
LocationCopier(boolean wholeDocument) |
Method Summary | |
---|---|
int | getColumnNumber(long locationId) |
int | getLineNumber(long locationId) |
String | getSystemId(long locationId) |
int | notifyElementNode(NodeInfo element)
Provide information about the node being copied. |
Parameters: element the node being copied, which must be an element node