com.esri.arcgis.system
Interface IXMLReader2

All Superinterfaces:
IXMLReader, java.io.Serializable
All Known Implementing Classes:
IXMLReader2Proxy, XMLReader

public interface IXMLReader2
extends IXMLReader, java.io.Serializable

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

Description: 'Provides access to members that control the sequential reading of XML.' 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 IID93c1ac3b_4520_450d_b005_95fd01b50c4a
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.system.IXMLReader
IIDd405f844_8057_4df4_b2da_df25dedebf4c
 
Method Summary
 java.lang.String getXML()
          XML representation of the current element.
 long readInt64()
          Reads the current element value as an int64.
 
Methods inherited from interface com.esri.arcgis.system.IXMLReader
closeElement, getAttributes, getLocalName, getNamespaceDeclarations, getNamespacePrefix, getNamespaceURI, getText, isHasElementChildren, isLastChild, lookupPrefix, nextElement, openElement, readBinary, readBoolean, readByte, readDate, readDouble, readFloat, readFrom, readInteger, readShort, readVariant
 

Field Detail

IID93c1ac3b_4520_450d_b005_95fd01b50c4a

static final int IID93c1ac3b_4520_450d_b005_95fd01b50c4a
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

getXML

java.lang.String getXML()
                        throws java.io.IOException,
                               AutomationException
XML representation of the current element.

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

readInt64

long readInt64()
               throws java.io.IOException,
                      AutomationException
Reads the current element value as an int64.

Returns:
Signed 64-bit int
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.