net.sf.saxon.event
Class XQueryEmitter

java.lang.Object
  extended by net.sf.saxon.event.Emitter
      extended by net.sf.saxon.event.XMLEmitter
          extended by net.sf.saxon.event.XQueryEmitter
All Implemented Interfaces:
Result, Receiver

public class XQueryEmitter
extends XMLEmitter

The XQueryEmitter is designed to serialize an XQuery that was originally embedded in an XML document. It is a variant of the XMLEmitter, and differs in that the operators <, >, <=, >=, <<, and << are output without escaping. They are recognized by virtue of the fact that they appear in text or attribute content between curly braces but not in quotes.


Constructor Summary
XQueryEmitter()
           
 
Method Summary
 
Methods inherited from class net.sf.saxon.event.XMLEmitter
attribute, characters, close, closeStartTag, comment, endDocument, endElement, namespace, open, processingInstruction, startContent, startDocument, startElement, writeCharSequence, writeDeclaration
 
Methods inherited from class net.sf.saxon.event.Emitter
getConfiguration, getOutputProperties, getOutputStream, getPipelineConfiguration, getSystemId, getWriter, setOutputProperties, setOutputStream, setPipelineConfiguration, setStreamResult, setSystemId, setUnparsedEntity, setWriter, usesWriter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XQueryEmitter

public XQueryEmitter()


Copyright (C) Michael H. Kay. All rights reserved.