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 SaxWriterXmlaResponse. getWriter()Get helper for writing XML document.Methods in mondrian.xmla with parameters of type SaxWriter Modifier and Type Method Description protected voidRowsetDefinition. writeRowsetXmlSchemaBottom(SaxWriter writer)protected voidRowsetDefinition. writeRowsetXmlSchemaRowDef(SaxWriter writer)protected voidRowsetDefinition. writeRowsetXmlSchemaTop(SaxWriter writer) -
Uses of SaxWriter in mondrian.xmla.impl
Classes in mondrian.xmla.impl that implement SaxWriter Modifier and Type Class Description classDefaultSaxWriterDefault implementation ofSaxWriter.Methods in mondrian.xmla.impl that return SaxWriter Modifier and Type Method Description SaxWriterDefaultXmlaResponse. getWriter()
-