public class BinaryTextDecoder extends ProxyReceiver
nextReceiverpipelineConfiguration, 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, getNextReceiver, namespace, open, setPipelineConfiguration, setSystemId, setUnderlyingReceiver, setUnparsedEntity, startContent, startDocument, startElement, usesTypeAnnotationsappend, decompose, flatten, getConfiguration, getErrorCodeForDecomposingFunctionItems, getPipelineConfiguration, getSystemId, handlesAppendpublic BinaryTextDecoder(Receiver next, java.util.Properties details) throws XPathException
XPathExceptionpublic void setOutputProperties(java.util.Properties details)
throws XPathException
details - the output serialization propertiesXPathExceptionpublic void processingInstruction(java.lang.String name,
java.lang.CharSequence value,
Location 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 - provides information such as line number and system ID.properties - Additional information about the PI.XPathException - if an error occursCopyright (c) 2004-2020 Saxonica Limited. All rights reserved.