|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.system.XMLReader
public class XMLReader
COM Class 'XMLReader'. Generated 3/19/2015 1:20:47 PM from 'C:\ArcGIS\COM\esriSystem.olb'
Description 'An XML sequential document reader.' 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 |
|---|
| Fields inherited from interface com.esri.arcgis.system.IXMLReader2 |
|---|
IID, IID93c1ac3b_4520_450d_b005_95fd01b50c4a, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IXMLReader |
|---|
IIDd405f844_8057_4df4_b2da_df25dedebf4c |
| Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Constructor Summary | |
|---|---|
XMLReader()
Constructs a XMLReader using ArcGIS Engine. |
|
XMLReader(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. XMLReader theXMLReader = (XMLReader) obj; |
|
| Method Summary | |
|---|---|
void |
closeElement()
Moves position to parent element. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IXMLAttributes |
getAttributes()
Attributes of current element. |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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. |
java.lang.String |
getXML()
XML representation of the current element. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
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. |
long |
readInt64()
Reads the current element value as an int64. |
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. |
void |
release()
Release a XMLReader. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLReader()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public XMLReader(java.lang.Object obj)
throws java.io.IOException
XMLReader theXMLReader = (XMLReader) obj;
obj to XMLReader.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public void readFrom(IStream inputStream)
throws java.io.IOException,
AutomationException
readFrom in interface IXMLReaderinputStream - 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.
public java.lang.String getLocalName()
throws java.io.IOException,
AutomationException
getLocalName in interface IXMLReaderjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getNamespaceURI()
throws java.io.IOException,
AutomationException
getNamespaceURI in interface IXMLReaderjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getNamespacePrefix()
throws java.io.IOException,
AutomationException
getNamespacePrefix in interface IXMLReaderjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IXMLNamespaces getNamespaceDeclarations()
throws java.io.IOException,
AutomationException
getNamespaceDeclarations in interface IXMLReaderjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IXMLAttributes getAttributes()
throws java.io.IOException,
AutomationException
getAttributes in interface IXMLReaderjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getText()
throws java.io.IOException,
AutomationException
getText in interface IXMLReaderjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHasElementChildren()
throws java.io.IOException,
AutomationException
isHasElementChildren in interface IXMLReaderjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isLastChild()
throws java.io.IOException,
AutomationException
isLastChild in interface IXMLReaderjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void nextElement()
throws java.io.IOException,
AutomationException
nextElement in interface IXMLReaderjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void openElement()
throws java.io.IOException,
AutomationException
openElement in interface IXMLReaderjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void closeElement()
throws java.io.IOException,
AutomationException
closeElement in interface IXMLReaderjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String lookupPrefix(java.lang.String prefix)
throws java.io.IOException,
AutomationException
lookupPrefix in interface IXMLReaderprefix - The prefix (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean readBoolean()
throws java.io.IOException,
AutomationException
readBoolean in interface IXMLReaderjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public byte readByte()
throws java.io.IOException,
AutomationException
readByte in interface IXMLReaderjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short readShort()
throws java.io.IOException,
AutomationException
readShort in interface IXMLReaderjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int readInteger()
throws java.io.IOException,
AutomationException
readInteger in interface IXMLReaderjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public float readFloat()
throws java.io.IOException,
AutomationException
readFloat in interface IXMLReaderjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double readDouble()
throws java.io.IOException,
AutomationException
readDouble in interface IXMLReaderjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.util.Date readDate()
throws java.io.IOException,
AutomationException
readDate in interface IXMLReaderjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public byte[] readBinary()
throws java.io.IOException,
AutomationException
readBinary in interface IXMLReaderjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.Object readVariant()
throws java.io.IOException,
AutomationException
readVariant in interface IXMLReaderjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getXML()
throws java.io.IOException,
AutomationException
getXML in interface IXMLReader2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public long readInt64()
throws java.io.IOException,
AutomationException
readInt64 in interface IXMLReader2java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
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 | ||||||||