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