public interface IXMLReader2 extends IXMLReader, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID93c1ac3b_4520_450d_b005_95fd01b50c4a |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDd405f844_8057_4df4_b2da_df25dedebf4c
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getXML()
XML representation of the current element.
|
long |
readInt64()
Reads the current element value as an int64.
|
closeElement, getAttributes, getLocalName, getNamespaceDeclarations, getNamespacePrefix, getNamespaceURI, getText, isHasElementChildren, isLastChild, lookupPrefix, nextElement, openElement, readBinary, readBoolean, readByte, readDate, readDouble, readFloat, readFrom, readInteger, readShort, readVariant
static final int IID93c1ac3b_4520_450d_b005_95fd01b50c4a
static final int xxDummy
static final java.lang.String IID
java.lang.String getXML() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.long readInt64() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.