javax.xml.transform.Result, Receiverpublic class XQueryEmitter extends XMLEmitter
allCharactersEncodable, characterSet, namePool, outputProperties, outputStream, pipelineConfig, streamResult, systemId, writerPI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPINGdeclarationIsWritten, elementCode, elementStack, empty, openStartTag, preferHex, undeclareNamespaces| Constructor | Description |
|---|---|
XQueryEmitter() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
writeEscape(java.lang.CharSequence chars,
boolean inAttribute) |
Write contents of array to current writer, after escaping special characters.
|
getConfiguration, getOutputProperties, getOutputStream, getPipelineConfiguration, getSystemId, getWriter, makeWriter, setOutputProperties, setOutputStream, setPipelineConfiguration, setStreamResult, setSystemId, setUnparsedEntity, setWriter, usesWriterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitattribute, characters, close, closeStartTag, comment, emptyElementTagCloser, endDocument, endElement, getCachedName, namespace, open, openDocument, outputCharacterReference, processingInstruction, putCachedName, startContent, startDocument, startElement, testCharacters, writeAttribute, writeCharSequence, writeDeclaration, writeDocTypeprotected void writeEscape(java.lang.CharSequence chars,
boolean inAttribute)
throws java.io.IOException,
XPathException
writeEscape in class XMLEmitterchars - The character sequence containing the stringinAttribute - Set to true if the text is in an attribute valuejava.io.IOExceptionXPathException