public class AdaptiveEmitter extends SequenceWriter
pipelineConfiguration, previousAtomic, systemIdPI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING| Constructor and Description |
|---|
AdaptiveEmitter(PipelineConfiguration pipe,
Writer writer) |
| Modifier and Type | Method and Description |
|---|---|
Properties |
getOutputProperties() |
void |
setOutputProperties(Properties props) |
void |
write(Item item)
Abstract method to be supplied by subclasses: output one item in the sequence.
|
append, attribute, characters, close, comment, endDocument, endElement, getTreeModel, namespace, processingInstruction, setTreeModel, setUnparsedEntity, startContent, startDocument, startElement, usesTypeAnnotationsappend, getConfiguration, getNamePool, getPipelineConfiguration, getSystemId, isTrueSequenceReceiver, open, setPipelineConfiguration, setSystemIdpublic AdaptiveEmitter(PipelineConfiguration pipe, Writer writer)
public void setOutputProperties(Properties props)
public Properties getOutputProperties()
public void write(Item item) throws XPathException
write in class SequenceWriteritem - the item to be written to the sequenceXPathException - if any failure occurs while writing the itemCopyright (c) 2004-2014 Saxonica Limited. All rights reserved.