com.esri.sde.sdk.client
Class SeXml

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

public class SeXml
extends java.lang.Object


Field Summary
static int SE_DOC_HAS_TAG_CONFLICTS
           
static int SE_XML_INDEX_AUTO
           
static int SE_XML_INDEX_DEFINITION
           
static int SE_XML_INDEX_DOUBLE_TYPE
           
static int SE_XML_INDEX_STRING_TYPE
           
static int SE_XML_INDEX_TEMPLATE
           
 
Constructor Summary
SeXml()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SE_XML_INDEX_STRING_TYPE

public static final int SE_XML_INDEX_STRING_TYPE
See Also:
Constant Field Values

SE_XML_INDEX_DOUBLE_TYPE

public static final int SE_XML_INDEX_DOUBLE_TYPE
See Also:
Constant Field Values

SE_XML_INDEX_TEMPLATE

public static final int SE_XML_INDEX_TEMPLATE
See Also:
Constant Field Values

SE_XML_INDEX_DEFINITION

public static final int SE_XML_INDEX_DEFINITION
See Also:
Constant Field Values

SE_XML_INDEX_AUTO

public static final int SE_XML_INDEX_AUTO
See Also:
Constant Field Values

SE_DOC_HAS_TAG_CONFLICTS

public static final int SE_DOC_HAS_TAG_CONFLICTS
See Also:
Constant Field Values
Constructor Detail

SeXml

public SeXml()