public class BinaryTextDecoder extends ProxyReceiver
nextReceiver
pipelineConfiguration, previousAtomic, systemId
Constructor and Description |
---|
BinaryTextDecoder(Receiver next,
java.util.Properties details) |
Modifier and Type | Method and Description |
---|---|
void |
processingInstruction(java.lang.String name,
java.lang.CharSequence value,
Location locationId,
int properties)
Output a processing instruction.
|
void |
setOutputProperties(java.util.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, isTrueSequenceReceiver
public BinaryTextDecoder(Receiver next, java.util.Properties details) throws XPathException
XPathException
public void setOutputProperties(java.util.Properties details) throws XPathException
details
- the output serialization propertiesXPathException
public void processingInstruction(java.lang.String name, java.lang.CharSequence value, Location 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
- provides information such as line number and system ID.properties
- Additional information about the PI.XPathException
- if an error occursCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.