mondrian.xmla
Class Rowset.XmlElement

java.lang.Object
  extended by mondrian.xmla.Rowset.XmlElement
Enclosing class:
Rowset

protected static class Rowset.XmlElement
extends Object

Holder for non-scalar column values of a Rowset.Row.

 

Constructor Summary
Rowset.XmlElement(String tag, String[] attributes)
           
Rowset.XmlElement(String tag, String[] attributes, Rowset.XmlElement[] children)
           
Rowset.XmlElement(String tag, String[] attributes, String text)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rowset.XmlElement

Rowset.XmlElement(String tag,
                  String[] attributes)

Rowset.XmlElement

Rowset.XmlElement(String tag,
                  String[] attributes,
                  String text)

Rowset.XmlElement

Rowset.XmlElement(String tag,
                  String[] attributes,
                  Rowset.XmlElement[] children)

SourceForge.net_Logo