com.metamatrix.common.types
Class XMLDomSourceTranslator

java.lang.Object
  extended by com.metamatrix.common.types.BaseXMLTranslator
      extended by com.metamatrix.common.types.XMLDomSourceTranslator
All Implemented Interfaces:
XMLTranslator

public class XMLDomSourceTranslator
extends BaseXMLTranslator

This class converts the DOMSource input documents into other types of XML documents.


Field Summary
 
Fields inherited from interface com.metamatrix.common.types.XMLTranslator
idenityTransform, INDENT, lineSep
 
Constructor Summary
XMLDomSourceTranslator(javax.xml.transform.dom.DOMSource source, java.util.Properties props)
           
 
Method Summary
 javax.xml.transform.Source getSource()
          Get the XML in the original source form; with however it got created.
 
Methods inherited from class com.metamatrix.common.types.BaseXMLTranslator
getBytes, getInputStream, getProperties, getReader, getString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLDomSourceTranslator

public XMLDomSourceTranslator(javax.xml.transform.dom.DOMSource source,
                              java.util.Properties props)
Method Detail

getSource

public javax.xml.transform.Source getSource()
                                     throws java.io.IOException
Description copied from interface: XMLTranslator
Get the XML in the original source form; with however it got created.

Returns:
Throws:
java.io.IOException
See Also:
XMLTranslator.getSource()


Copyright © 2009. All Rights Reserved.