com.esri.sde.sdk.client
Class SeXmlDoc

java.lang.Object
  extended by com.esri.sde.sdk.client.SeXmlDoc

public final class SeXmlDoc
extends java.lang.Object

This class represents and XML documention object.

Since:
ArcSDE 9.0

Constructor Summary
SeXmlDoc()
           
 
Method Summary
 int getLength()
          Return XML doc's length.
 java.lang.String getText()
          Return XML doc's text.
 void setText(java.lang.String text)
          Sets the XML doc text.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeXmlDoc

public SeXmlDoc()
Method Detail

getLength

public int getLength()
              throws SeException
Return XML doc's length.

Returns:
The length of document text.
Throws:
SeException

getText

public java.lang.String getText()
                         throws SeException
Return XML doc's text.

Returns:
The text of the xml document.
Throws:
SeException

setText

public void setText(java.lang.String text)
             throws SeException
Sets the XML doc text.

Parameters:
text - The document text.
Throws:
SeException