|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.crystaldecisions.sdk.occa.report.exportoptions.XMLExportFormatOptions
public class XMLExportFormatOptions
This object is used to specify the XML format of Export.
When possible, use the IXMLExportFormatOptions interface.
| Constructor Summary | |
|---|---|
XMLExportFormatOptions()
|
|
XMLExportFormatOptions(int xmlExportSelection)
|
|
| Method Summary | |
|---|---|
void |
checkValidity(java.util.Locale locale)
|
java.lang.Object |
clone(boolean deepClone)
|
void |
copyTo(java.lang.Object destObject,
boolean deepCopy)
|
java.lang.Object |
createMember(java.lang.String eleName,
org.xml.sax.Attributes attrs,
XMLSerializationContext ctxt,
java.util.Map objState,
boolean[] bLoaded)
|
void |
endElement(java.lang.String eleName,
java.util.Map objState)
|
int |
getXMLExportSelection()
Gets the zero-based index in the XMLExportFormats collection of the XML format to export the report to. |
boolean |
hasContent(java.lang.Object obj)
|
void |
readElement(java.lang.String eleName,
java.lang.String sVal,
org.xml.sax.Attributes attrs,
java.util.Map objState)
|
void |
save(XMLWriter writer,
java.lang.String sTag,
XMLSerializationContext ctxt)
|
void |
save(XMLWriter writer,
XMLSerializationContext ctxt)
|
void |
saveContents(XMLWriter writer,
XMLSerializationContext ctxt)
|
void |
setXMLExportSelection(int xmlExportSelection)
Sets the zero-based index in the XMLExportFormats collection of the XML format to export the report to. |
void |
startElement(java.lang.String eleName,
java.util.Map objState,
org.xml.sax.Attributes attrs)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLExportFormatOptions()
public XMLExportFormatOptions(int xmlExportSelection)
| Method Detail |
|---|
public int getXMLExportSelection()
IXMLExportFormatOptionsGets the zero-based index in the XMLExportFormats collection of the XML format to export the report to.
getXMLExportSelection in interface IXMLExportFormatOptionspublic void setXMLExportSelection(int xmlExportSelection)
IXMLExportFormatOptionsSets the zero-based index in the XMLExportFormats collection of the XML format to export the report to.
setXMLExportSelection in interface IXMLExportFormatOptionsxmlExportSelection - the xml export selection
public java.lang.Object createMember(java.lang.String eleName,
org.xml.sax.Attributes attrs,
XMLSerializationContext ctxt,
java.util.Map objState,
boolean[] bLoaded)
public void endElement(java.lang.String eleName,
java.util.Map objState)
public void readElement(java.lang.String eleName,
java.lang.String sVal,
org.xml.sax.Attributes attrs,
java.util.Map objState)
public void save(XMLWriter writer,
XMLSerializationContext ctxt)
throws java.io.IOException
java.io.IOException
public void save(XMLWriter writer,
java.lang.String sTag,
XMLSerializationContext ctxt)
throws java.io.IOException
java.io.IOException
public void saveContents(XMLWriter writer,
XMLSerializationContext ctxt)
throws java.io.IOException
java.io.IOException
public void startElement(java.lang.String eleName,
java.util.Map objState,
org.xml.sax.Attributes attrs)
public java.lang.Object clone(boolean deepClone)
public void copyTo(java.lang.Object destObject,
boolean deepCopy)
public boolean hasContent(java.lang.Object obj)
public void checkValidity(java.util.Locale locale)
throws ReportSDKException
ReportSDKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||