org.teiid.query.processor.xml
Class XMLUtil

java.lang.Object
  extended by org.teiid.query.processor.xml.XMLUtil

public class XMLUtil
extends java.lang.Object

Utility methods to be used with the XML and XQuery processing.


Nested Class Summary
static class XMLUtil.FileStoreInputStreamFactory
           
 
Constructor Summary
XMLUtil()
           
 
Method Summary
static SQLXMLImpl saveToBufferManager(BufferManager bufferMgr, XMLTranslator translator)
          This method saves the given XML object to the buffer manager's disk process Documents less than the maxMemorySize will be held directly in memory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLUtil

public XMLUtil()
Method Detail

saveToBufferManager

public static SQLXMLImpl saveToBufferManager(BufferManager bufferMgr,
                                             XMLTranslator translator)
                                      throws TeiidComponentException,
                                             TeiidProcessingException
This method saves the given XML object to the buffer manager's disk process Documents less than the maxMemorySize will be held directly in memory

Throws:
TeiidComponentException
TeiidProcessingException


Copyright © 2010. All Rights Reserved.