public final class XMLNodeType
extends java.lang.Object
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 |
Modifier and Type | Method | Description |
---|---|---|
static XMLNodeType |
swigToEnum(int swigValue) |
|
int |
swigValue() |
|
java.lang.String |
toString() |
public static final XMLNodeType CXT_Element
public static final XMLNodeType CXT_Text
public static final XMLNodeType CXT_Attribute
public static final XMLNodeType CXT_Comment
public static final XMLNodeType CXT_Literal
public final int swigValue()
public java.lang.String toString()
toString
in class java.lang.Object
public static XMLNodeType swigToEnum(int swigValue)