public class BinaryTextDecoder extends ProxyReceiver
nextReceiverpipelineConfiguration, previousAtomic, systemIdPI_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, usesTypeAnnotationsappend, getConfiguration, getPipelineConfiguration, getSystemIdpublic BinaryTextDecoder(Receiver next, Properties details) throws XPathException
XPathExceptionpublic void setOutputProperties(Properties details) throws XPathException
details - the output serialization propertiesXPathExceptionpublic void processingInstruction(String name, CharSequence value, int locationId, int properties) throws XPathException
processingInstruction in interface ReceiverprocessingInstruction in class ProxyReceivername - 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.