public class BinaryTextDecoder extends ProxyReceiver
nextReceiver
pipelineConfiguration, previousAtomic, systemId
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING
Constructor and Description |
---|
BinaryTextDecoder(Receiver next,
Properties details) |
Modifier and Type | Method and Description |
---|---|
void |
processingInstruction(String name,
CharSequence value,
int locationId,
int properties)
Output a processing instruction.
|
void |
setOutputProperties(Properties details)
Set output properties
|
append, attribute, characters, close, comment, endDocument, endElement, getNamePool, getUnderlyingReceiver, namespace, open, setPipelineConfiguration, setSystemId, setUnderlyingReceiver, setUnparsedEntity, startContent, startDocument, startElement, usesTypeAnnotations
append, getConfiguration, getPipelineConfiguration, getSystemId
public BinaryTextDecoder(Receiver next, Properties details) throws XPathException
XPathException
public void setOutputProperties(Properties details) throws XPathException
details
- the output serialization propertiesXPathException
public void processingInstruction(String name, CharSequence value, int locationId, int properties) throws XPathException
processingInstruction
in interface Receiver
processingInstruction
in class ProxyReceiver
name
- The PI name. This must be a legal name (it will not be checked).value
- The data portion of the processing instructionlocationId
- an integer which can be interpreted using a LocationProvider
to return
information such as line number and system ID. If no location information is available,
the value zero is supplied.properties
- Additional information about the PI.XPathException
- if an error occursCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.