org.teiid.query.function.source
Class XMLSystemFunctions.XmlConcat

java.lang.Object
  extended by org.teiid.query.function.source.XMLSystemFunctions.XmlConcat
Enclosing class:
XMLSystemFunctions

public static class XMLSystemFunctions.XmlConcat
extends java.lang.Object


Constructor Summary
XMLSystemFunctions.XmlConcat(BufferManager bm)
           
 
Method Summary
 void addValue(java.lang.Object object)
           
 XMLType close()
           
 java.io.Writer getWriter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLSystemFunctions.XmlConcat

public XMLSystemFunctions.XmlConcat(BufferManager bm)
                             throws TeiidProcessingException
Throws:
TeiidProcessingException
Method Detail

addValue

public void addValue(java.lang.Object object)
              throws TeiidProcessingException
Throws:
TeiidProcessingException

getWriter

public java.io.Writer getWriter()

close

public XMLType close()
              throws TeiidProcessingException
Throws:
TeiidProcessingException


Copyright © 2011. All Rights Reserved.