Package org.gdal.gdal
Class XMLNodeType
- java.lang.Object
-
- org.gdal.gdal.XMLNodeType
-
public final class XMLNodeType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static XMLNodeType
CXT_Attribute
static XMLNodeType
CXT_Comment
static XMLNodeType
CXT_Element
static XMLNodeType
CXT_Literal
static XMLNodeType
CXT_Text
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XMLNodeType
swigToEnum(int swigValue)
int
swigValue()
java.lang.String
toString()
-
-
-
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 java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
swigToEnum
public static XMLNodeType swigToEnum(int swigValue)
-
-