javax.xml.transform.Result, Receiverpublic class BinaryTextDecoder extends ProxyReceiver
| Modifier and Type | Field | Description |
|---|---|---|
(package private) java.lang.String |
outputEncoding |
nextReceiverPI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPINGpipelineConfiguration, previousAtomic, systemId| Constructor | Description |
|---|---|
BinaryTextDecoder(Receiver next,
java.util.Properties details) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
processingInstruction(java.lang.String name,
java.lang.CharSequence value,
int locationId,
int properties) |
Output a processing instruction.
|
void |
setOutputProperties(java.util.Properties details) |
Set output properties
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappend, attribute, characters, close, comment, endDocument, endElement, getNamePool, getUnderlyingReceiver, namespace, open, setPipelineConfiguration, setSystemId, setUnderlyingReceiver, setUnparsedEntity, startContent, startDocument, startElement, usesTypeAnnotationsappend, getConfiguration, getPipelineConfiguration, getSystemIdpublic 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,
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 occurs