|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection
java.util.AbstractList
java.util.ArrayList
com.crystaldecisions.sdk.occa.report.lib.ClonableList
com.crystaldecisions.sdk.occa.report.lib.ReportSDKVector
com.crystaldecisions.sdk.occa.report.exportoptions.XMLExportFormats
public class XMLExportFormats
Contains a collection of XMLExportFormat objects.
| Constructor Summary | |
|---|---|
XMLExportFormats()
|
|
| Method Summary | |
|---|---|
void |
add(int index,
XMLExportFormat element)
Adds an XMLExportFormat object to the collection at the specified index. |
boolean |
add(XMLExportFormat o)
Adds an XMLExportFormat object to the collection. |
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)
For internal use only. |
void |
endElement(java.lang.String eleName,
java.util.Map objState)
For internal use only. |
int |
getDefaultExportSelection()
Gets the zero-based index in the XMLExportFormats collection of the
default XML export format set in the report. |
IXMLExportFormat |
getXMLExportFormat(int index)
Gets an XMLExportFormat object at the specified index. |
boolean |
hasContent(XMLExportFormats _xmlExportFormats)
|
void |
readElement(java.lang.String eleName,
java.lang.String sVal,
org.xml.sax.Attributes attrs,
java.util.Map objState)
For internal use only. |
XMLExportFormat |
remove(int index)
|
void |
save(XMLWriter writer,
java.lang.String sTag,
XMLSerializationContext ctxt)
For internal use only. |
void |
save(XMLWriter writer,
XMLSerializationContext ctxt)
For internal use only. |
void |
saveContents(XMLWriter writer,
XMLSerializationContext ctxt)
For internal use only. |
XMLExportFormat |
set(int index,
XMLExportFormat element)
|
void |
setDefaultExportSelection(int defaultExportSelection)
For internal use only. |
void |
startElement(java.lang.String eleName,
java.util.Map objState,
org.xml.sax.Attributes attrs)
For internal use only. |
| Methods inherited from class com.crystaldecisions.sdk.occa.report.lib.ReportSDKVector |
|---|
addElement, addNullElement, elementAt, insertElementAt, removeAllElements |
| Methods inherited from class com.crystaldecisions.sdk.occa.report.lib.ClonableList |
|---|
copyTo, findIndexOf, hasContent |
| Methods inherited from class java.util.ArrayList |
|---|
addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
|---|
equals, hashCode, iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
|---|
containsAll, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList |
| Constructor Detail |
|---|
public XMLExportFormats()
| Method Detail |
|---|
public IXMLExportFormat getXMLExportFormat(int index)
Gets an XMLExportFormat object at the specified index.
IXMLExportFormat object that was stored at the specified index.public int getDefaultExportSelection()
Gets the zero-based index in the XMLExportFormats collection of the
default XML export format set in the report.
Integer that specifies the index of the default XML export format.public void setDefaultExportSelection(int defaultExportSelection)
For internal use only.
public java.lang.Object createMember(java.lang.String eleName,
org.xml.sax.Attributes attrs,
XMLSerializationContext ctxt,
java.util.Map objState,
boolean[] bLoaded)
For internal use only.
createMember in class ClonableList
public void endElement(java.lang.String eleName,
java.util.Map objState)
For internal use only.
endElement in class ClonableList
public void readElement(java.lang.String eleName,
java.lang.String sVal,
org.xml.sax.Attributes attrs,
java.util.Map objState)
For internal use only.
readElement in class ClonableList
public void save(XMLWriter writer,
XMLSerializationContext ctxt)
throws java.io.IOException
For internal use only.
save in class ClonableListjava.io.IOException
public void save(XMLWriter writer,
java.lang.String sTag,
XMLSerializationContext ctxt)
throws java.io.IOException
For internal use only.
save in class ClonableListjava.io.IOException
public void saveContents(XMLWriter writer,
XMLSerializationContext ctxt)
throws java.io.IOException
For internal use only.
saveContents in class ClonableListjava.io.IOException
public void startElement(java.lang.String eleName,
java.util.Map objState,
org.xml.sax.Attributes attrs)
For internal use only.
startElement in class ClonableListpublic boolean add(XMLExportFormat o)
Adds an XMLExportFormat object to the collection.
add in interface java.util.Collectionadd in interface java.util.Listadd in class ReportSDKVectoro - object to be added into the collection.
java.lang.ClassCastException - class of the specified element that prevents it from being added
to this collection.
java.lang.NullPointerException - if the specified element is null and this collection does not
support null elements.
public void add(int index,
XMLExportFormat element)
Adds an XMLExportFormat object to the collection at the specified index.
add in interface java.util.Listadd in class ReportSDKVectorelement - object to be added into the collection.index - index at which the specified element is to be inserted.
java.lang.ClassCastException - class of the specified element that prevents it from being added to this collection.
java.lang.NullPointerException - if the specified element is null and this collection does not support null elements.
public XMLExportFormat set(int index,
XMLExportFormat element)
set in interface java.util.Listset in class java.util.ArrayListpublic java.lang.Object clone(boolean deepClone)
clone in class ClonableList
public void copyTo(java.lang.Object destObject,
boolean deepCopy)
copyTo in class ClonableListpublic boolean hasContent(XMLExportFormats _xmlExportFormats)
public XMLExportFormat remove(int index)
remove in interface java.util.Listremove in class java.util.ArrayList
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||