Uses of Interface
mondrian.xmla.SaxWriter
-
Packages that use SaxWriter Package Description mondrian.xmla Implements the XML for Analysis API.mondrian.xmla.impl -
-
Uses of SaxWriter in mondrian.xmla
Methods in mondrian.xmla that return SaxWriter Modifier and Type Method Description SaxWriter
XmlaResponse. getWriter()
Get helper for writing XML document.Methods in mondrian.xmla with parameters of type SaxWriter Modifier and Type Method Description protected void
RowsetDefinition. writeRowsetXmlSchemaBottom(SaxWriter writer)
protected void
RowsetDefinition. writeRowsetXmlSchemaRowDef(SaxWriter writer)
protected void
RowsetDefinition. writeRowsetXmlSchemaTop(SaxWriter writer)
-
Uses of SaxWriter in mondrian.xmla.impl
Classes in mondrian.xmla.impl that implement SaxWriter Modifier and Type Class Description class
DefaultSaxWriter
Default implementation ofSaxWriter
.Methods in mondrian.xmla.impl that return SaxWriter Modifier and Type Method Description SaxWriter
DefaultXmlaResponse. getWriter()
-