org.gdal.gdal
Class XMLNodeType

java.lang.Object
  extended by org.gdal.gdal.XMLNodeType

public final class XMLNodeType
extends Object


Field Summary
static XMLNodeType CXT_Attribute
           
static XMLNodeType CXT_Comment
           
static XMLNodeType CXT_Element
           
static XMLNodeType CXT_Literal
           
static XMLNodeType CXT_Text
           
 
Method Summary
static XMLNodeType swigToEnum(int swigValue)
           
 int swigValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CXT_Element

public static final XMLNodeType CXT_Element

CXT_Text

public static final XMLNodeType CXT_Text

CXT_Attribute

public static final XMLNodeType CXT_Attribute

CXT_Comment

public static final XMLNodeType CXT_Comment

CXT_Literal

public static final XMLNodeType CXT_Literal
Method Detail

swigValue

public final int swigValue()

toString

public String toString()
Overrides:
toString in class Object

swigToEnum

public static XMLNodeType swigToEnum(int swigValue)