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
Modifier and Type Method Description static XMLNodeType
swigToEnum(int swigValue)
int
swigValue()
java.lang.String
toString()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
CXT_Element
-
CXT_Text
-
CXT_Attribute
-
CXT_Comment
-
CXT_Literal
-
-
Method Details
-
swigValue
public final int swigValue() -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
swigToEnum
-