com.esri.arcgis.schematic
Interface ISchematicXmlBuilderContext

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicXmlBuilderContextProxy

public interface ISchematicXmlBuilderContext
extends java.io.Serializable

COM Interface 'ISchematicXmlBuilderContext'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that control information related to the context when the Xml builder runs.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID6c4ba488_5ecd_43ad_b740_10540cc0852c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getApplicationHook()
          Esri application hook (desktop application or engine application) for the XML plugin component.
 java.lang.Object getXmlSource()
          Xml Source to parse for generating/updating the diagram.
 void setApplicationHookByRef(java.lang.Object hook)
          Esri application hook (desktop application or engine application) for the XML plugin component.
 void setXmlSource(java.lang.Object xmlSource)
          Xml Source to parse for generating/updating the diagram.
 

Field Detail

IID6c4ba488_5ecd_43ad_b740_10540cc0852c

static final int IID6c4ba488_5ecd_43ad_b740_10540cc0852c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setXmlSource

void setXmlSource(java.lang.Object xmlSource)
                  throws java.io.IOException,
                         AutomationException
Xml Source to parse for generating/updating the diagram. This may be an URL (String/BSTR) that specifies the location of the XML file, a DOMDocument object, a SAFEARRAY of bytes (VT_ARRAY|VT_UI1), or any object that supports IStream, ISequentialStream, or IPer?!?A?y

Parameters:
xmlSource - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getXmlSource

java.lang.Object getXmlSource()
                              throws java.io.IOException,
                                     AutomationException
Xml Source to parse for generating/updating the diagram. This may be an URL (String/BSTR) that specifies the location of the XML file, a DOMDocument object, a SAFEARRAY of bytes (VT_ARRAY|VT_UI1), or any object that supports IStream, ISequentialStream, or IPer?!?A?y

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setApplicationHookByRef

void setApplicationHookByRef(java.lang.Object hook)
                             throws java.io.IOException,
                                    AutomationException
Esri application hook (desktop application or engine application) for the XML plugin component. Useful only when the XMLSource is not provided.

Parameters:
hook - A reference to another Automation Object (IDispatch) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getApplicationHook

java.lang.Object getApplicationHook()
                                    throws java.io.IOException,
                                           AutomationException
Esri application hook (desktop application or engine application) for the XML plugin component. Useful only when the XMLSource is not provided.

Returns:
A reference to another Automation Object (IDispatch)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.