|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IXMLReader
COM Interface 'IXMLReader'. 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 |
IIDd405f844_8057_4df4_b2da_df25dedebf4c
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
closeElement()
Moves position to parent element. |
IXMLAttributes |
getAttributes()
Attributes of current element. |
java.lang.String |
getLocalName()
Local name of current element. |
IXMLNamespaces |
getNamespaceDeclarations()
Namespace declarations of current element. |
java.lang.String |
getNamespacePrefix()
Namespace prefix of current element. |
java.lang.String |
getNamespaceURI()
Namespace URI of current element. |
java.lang.String |
getText()
Text value of current element. |
boolean |
isHasElementChildren()
Indicates whether the current element has child elements. |
boolean |
isLastChild()
Indicates whether the current element is the last child element of its parent. |
java.lang.String |
lookupPrefix(java.lang.String prefix)
Obtains the prefix for a declared URI. |
void |
nextElement()
Moves position to next element. |
void |
openElement()
Moves position to first child element. |
byte[] |
readBinary()
Reads the current element value as a binary array. |
boolean |
readBoolean()
Reads the current element value as a boolean. |
byte |
readByte()
Reads the current element value as a byte. |
java.util.Date |
readDate()
Reads the current element value as a date. |
double |
readDouble()
Reads the current element value as a double. |
float |
readFloat()
Reads the current element value as a float. |
void |
readFrom(IStream inputStream)
Specifies the input XML stream. |
int |
readInteger()
Reads the current element value as a long. |
short |
readShort()
Reads the current element value as a short. |
java.lang.Object |
readVariant()
Reads the current element value as a variant. |
| Field Detail |
|---|
static final int IIDd405f844_8057_4df4_b2da_df25dedebf4c
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void readFrom(IStream inputStream)
throws java.io.IOException,
AutomationException
inputStream - A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getLocalName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getNamespaceURI()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getNamespacePrefix()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IXMLNamespaces getNamespaceDeclarations()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IXMLAttributes getAttributes()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getText()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isHasElementChildren()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isLastChild()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void nextElement()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void openElement()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void closeElement()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String lookupPrefix(java.lang.String prefix)
throws java.io.IOException,
AutomationException
prefix - The prefix (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean readBoolean()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
byte readByte()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
short readShort()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int readInteger()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
float readFloat()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double readDouble()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.util.Date readDate()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
byte[] readBinary()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object readVariant()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||