Package com.saxonica.serialize
Class HexBinaryEmitter
- java.lang.Object
- 
- net.sf.saxon.event.SequenceReceiver
- 
- net.sf.saxon.serialize.Emitter
- 
- com.saxonica.serialize.BinaryEmitter
- 
- com.saxonica.serialize.HexBinaryEmitter
 
 
 
 
- 
- All Implemented Interfaces:
- javax.xml.transform.Result,- Receiver,- ReceiverWithOutputProperties
 
 public class HexBinaryEmitter extends BinaryEmitter This emitter implements output method saxon:hexBinary. All nodes in the result tree other than text nodes are ignored. Text nodes are required to be in the lexical space of base64binary, and are serialized by writing the corresponding octets to the output file. All other serialization parameters are ignored
- 
- 
Field Summary- 
Fields inherited from class net.sf.saxon.serialize.EmitterallCharactersEncodable, characterSet, outputProperties, outputStream, streamResult, writer
 - 
Fields inherited from class net.sf.saxon.event.SequenceReceiverpipelineConfiguration, previousAtomic, systemId
 
- 
 - 
Constructor SummaryConstructors Constructor Description HexBinaryEmitter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected byte[]textNodeToBinary(java.lang.CharSequence chars)- 
Methods inherited from class com.saxonica.serialize.BinaryEmittercharacters, comment, endDocument, endElement, open, processingInstruction, startDocument, startElement, usesTypeAnnotations, usesWriter
 - 
Methods inherited from class net.sf.saxon.serialize.Emitterappend, close, getOutputProperties, getOutputStream, getWriter, makeOutputStream, makeWriter, setOutputProperties, setOutputStream, setStreamResult, setUnparsedEntity, setWriter
 - 
Methods inherited from class net.sf.saxon.event.SequenceReceiverappend, decompose, flatten, getConfiguration, getErrorCodeForDecomposingFunctionItems, getNamePool, getPipelineConfiguration, getSystemId, handlesAppend, setPipelineConfiguration, setSystemId
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface net.sf.saxon.event.Receiverappend, getPipelineConfiguration, handlesAppend, setPipelineConfiguration, setSystemId
 
- 
 
- 
- 
- 
Method Detail- 
textNodeToBinaryprotected byte[] textNodeToBinary(java.lang.CharSequence chars) throws XPathException- Specified by:
- textNodeToBinaryin class- BinaryEmitter
- Throws:
- XPathException
 
 
- 
 
-