public class LocationCopier extends ProxyReceiver implements LocationProvider
| Modifier and Type | Field and Description |
|---|---|
int |
lineNumber |
nextReceiverpipelineConfiguration, previousAtomic, systemId| Constructor and Description |
|---|
LocationCopier() |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnNumber() |
int |
getLineNumber() |
int |
getLineNumber(int locationId)
Get the line number within the document or module containing a particular location
|
java.lang.String |
getPublicId() |
java.lang.String |
getSystemId(int locationId)
Get the URI of the document or module containing a particular location
|
void |
setLineNumber(int lineNumber) |
void |
setPipelineConfiguration(PipelineConfiguration pipe)
Set the pipeline configuration
|
attribute, characters, close, comment, endDocument, endElement, getConfiguration, getDocumentLocator, getNamePool, getUnderlyingReceiver, namespace, open, processingInstruction, setSystemId, setUnderlyingReceiver, setUnparsedEntity, startContent, startDocument, startElementappend, getPipelineConfiguration, getSystemIdpublic void setPipelineConfiguration(PipelineConfiguration pipe)
ReceiversetPipelineConfiguration in interface ReceiversetPipelineConfiguration in class ProxyReceiverpublic void setLineNumber(int lineNumber)
public int getColumnNumber()
public int getLineNumber()
public java.lang.String getPublicId()
public java.lang.String getSystemId(int locationId)
LocationProvidergetSystemId in interface LocationProviderlocationId - identifier of the location in question (as passed down the Receiver pipeline)public int getLineNumber(int locationId)
LocationProvidergetLineNumber in interface LocationProviderlocationId - identifier of the location in question (as passed down the Receiver pipeline)