|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IXMLObjectElement
Provides access to members that control writing objects to XML.
Method Summary | |
---|---|
void |
readXML(IXMLReader pReader,
IPropertySet environment,
IXMLFlags flags)
Reads the object from XML. |
void |
writeXML(IXMLWriter pWriter,
IPropertySet environment,
IXMLFlags flags,
String elementName,
String elementNamespaceURI)
Writes the object to XML. |
Method Detail |
---|
void writeXML(IXMLWriter pWriter, IPropertySet environment, IXMLFlags flags, String elementName, String elementNamespaceURI) throws IOException, AutomationException
pWriter
- A reference to a com.esri.arcgis.system.IXMLWriter (in)environment
- A reference to a com.esri.arcgis.system.IPropertySet (in)flags
- A reference to a com.esri.arcgis.system.IXMLFlags (in)elementName
- The elementName (in)elementNamespaceURI
- The elementNamespaceURI (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void readXML(IXMLReader pReader, IPropertySet environment, IXMLFlags flags) throws IOException, AutomationException
pReader
- A reference to a com.esri.arcgis.system.IXMLReader (in)environment
- A reference to a com.esri.arcgis.system.IPropertySet (in)flags
- A reference to a com.esri.arcgis.system.IXMLFlags (in)
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 |