public class LocationCopier extends java.lang.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 |
---|---|
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 nodeCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.