Example #1
0
 public XMLNode(XMLNodeType eType, String pszText) {
   this(gdalJNI.new_XMLNode__SWIG_1(eType.swigValue(), pszText), true);
 }
Example #2
0
 public XMLNodeType getType() {
   return XMLNodeType.swigToEnum(gdalJNI.XMLNode_Type_get(swigCPtr, this));
 }