public class LocationCopier extends Object implements CopyInformee<Location>
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 and Description |
---|
LocationCopier(boolean wholeDocument) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnNumber(int locationId) |
int |
getLineNumber() |
String |
getSystemId(int locationId) |
Location |
notifyElementNode(NodeInfo element)
Provide information about the node being copied.
|
public Location notifyElementNode(NodeInfo element)
notifyElementNode
in interface CopyInformee<Location>
element
- the node being copied, which must be an element nodepublic String getSystemId(int locationId)
public int getLineNumber()
public int getColumnNumber(int locationId)
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.