public interface IXMLReader3 extends IXMLReader2, 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 |
IID1b8a0010_70d1_4461_8f53_230fe5dc42ed |
static int |
xxDummy
Deprecated.
Internal use only
|
IID93c1ac3b_4520_450d_b005_95fd01b50c4a
IIDd405f844_8057_4df4_b2da_df25dedebf4c
Modifier and Type | Method and Description |
---|---|
int |
readUInteger()
Reads the current element value as an usigned long.
|
short |
readUShort()
Reads the current element value as an unsigned short.
|
getXML, readInt64
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 IID1b8a0010_70d1_4461_8f53_230fe5dc42ed
static final int xxDummy
static final java.lang.String IID
short readUShort() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int readUInteger() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.