it.eng.spago.dbaccess.sql.result
Class XMLScrollableDataResult

java.lang.Object
  extended by it.eng.spago.base.AbstractXMLObject
      extended by it.eng.spago.dbaccess.sql.result.XMLScrollableDataResult
All Implemented Interfaces:
XMLObject, java.io.Serializable

public class XMLScrollableDataResult
extends AbstractXMLObject

See Also:
Serialized Form

Constructor Summary
XMLScrollableDataResult(SourceBean rowsBean, boolean asElement, boolean asCData)
           
 
Method Summary
 org.w3c.dom.Element toElement(org.w3c.dom.Document document, XMLSerializer serializer)
          Ritorna un oggetto di tipo Element che verrą utilizzato nella rappresentazione in XML dell'oggetto.
 
Methods inherited from class it.eng.spago.base.AbstractXMLObject
toDocument, toDocument, toElement, toXML, toXML, toXML, toXML, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLScrollableDataResult

public XMLScrollableDataResult(SourceBean rowsBean,
                               boolean asElement,
                               boolean asCData)
                        throws EMFInternalError
Throws:
EMFInternalError
Method Detail

toElement

public org.w3c.dom.Element toElement(org.w3c.dom.Document document,
                                     XMLSerializer serializer)
Description copied from interface: XMLObject
Ritorna un oggetto di tipo Element che verrą utilizzato nella rappresentazione in XML dell'oggetto.

Returns:
Document un oggetto di tipo Document.