# This file was automatically generated by SWIG (http://www.swig.org).  
 | 
# Version 2.0.4  
 | 
#  
 | 
# Do not make changes to this file unless you know what you are doing--modify  
 | 
# the SWIG interface file instead.  
 | 
  
 | 
  
 | 
  
 | 
from sys import version_info  
 | 
if version_info >= (2,6,0):  
 | 
    def swig_import_helper():  
 | 
        from os.path import dirname  
 | 
        import imp  
 | 
        fp = None  
 | 
        try:  
 | 
            fp, pathname, description = imp.find_module('_IPY_XMLLoader', [dirname(__file__)])  
 | 
        except ImportError:  
 | 
            import _IPY_XMLLoader  
 | 
            return _IPY_XMLLoader  
 | 
        if fp is not None:  
 | 
            try:  
 | 
                _mod = imp.load_module('_IPY_XMLLoader', fp, pathname, description)  
 | 
            finally:  
 | 
                fp.close()  
 | 
            return _mod  
 | 
    _IPY_XMLLoader = swig_import_helper()  
 | 
    del swig_import_helper  
 | 
else:  
 | 
    import _IPY_XMLLoader  
 | 
del version_info  
 | 
try:  
 | 
    _swig_property = property  
 | 
except NameError:  
 | 
    pass # Python < 2.2 doesn't have 'property'.  
 | 
def _swig_setattr_nondynamic(self,class_type,name,value,static=1):  
 | 
    if (name == "thisown"): return self.this.own(value)  
 | 
    if (name == "this"):  
 | 
        if type(value).__name__ == 'SwigPyObject':  
 | 
            self.__dict__[name] = value  
 | 
            return  
 | 
    method = class_type.__swig_setmethods__.get(name,None)  
 | 
    if method: return method(self,value)  
 | 
    if (not static):  
 | 
        self.__dict__[name] = value  
 | 
    else:  
 | 
        raise AttributeError("You cannot add attributes to %s" % self)  
 | 
  
 | 
def _swig_setattr(self,class_type,name,value):  
 | 
    return _swig_setattr_nondynamic(self,class_type,name,value,0)  
 | 
  
 | 
def _swig_getattr(self,class_type,name):  
 | 
    if (name == "thisown"): return self.this.own()  
 | 
    method = class_type.__swig_getmethods__.get(name,None)  
 | 
    if method: return method(self)  
 | 
    raise AttributeError(name)  
 | 
  
 | 
def _swig_repr(self):  
 | 
    try: strthis = "proxy of " + self.this.__repr__()  
 | 
    except: strthis = ""  
 | 
    return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,)  
 | 
  
 | 
try:  
 | 
    _object = object  
 | 
    _newclass = 1  
 | 
except AttributeError:  
 | 
    class _object : pass  
 | 
    _newclass = 0  
 | 
  
 | 
  
 | 
class SwigPyIterator(_object):  
 | 
    __swig_setmethods__ = {}  
 | 
    __setattr__ = lambda self, name, value: _swig_setattr(self, SwigPyIterator, name, value)  
 | 
    __swig_getmethods__ = {}  
 | 
    __getattr__ = lambda self, name: _swig_getattr(self, SwigPyIterator, name)  
 | 
    def __init__(self, *args, **kwargs): raise AttributeError("No constructor defined - class is abstract")  
 | 
    __repr__ = _swig_repr  
 | 
    __swig_destroy__ = _IPY_XMLLoader.delete_SwigPyIterator  
 | 
    __del__ = lambda self : None;  
 | 
    def value(self): return _IPY_XMLLoader.SwigPyIterator_value(self)  
 | 
    def incr(self, n = 1): return _IPY_XMLLoader.SwigPyIterator_incr(self, n)  
 | 
    def decr(self, n = 1): return _IPY_XMLLoader.SwigPyIterator_decr(self, n)  
 | 
    def distance(self, *args): return _IPY_XMLLoader.SwigPyIterator_distance(self, *args)  
 | 
    def equal(self, *args): return _IPY_XMLLoader.SwigPyIterator_equal(self, *args)  
 | 
    def copy(self): return _IPY_XMLLoader.SwigPyIterator_copy(self)  
 | 
    def next(self): return _IPY_XMLLoader.SwigPyIterator_next(self)  
 | 
    def __next__(self): return _IPY_XMLLoader.SwigPyIterator___next__(self)  
 | 
    def previous(self): return _IPY_XMLLoader.SwigPyIterator_previous(self)  
 | 
    def advance(self, *args): return _IPY_XMLLoader.SwigPyIterator_advance(self, *args)  
 | 
    def __eq__(self, *args): return _IPY_XMLLoader.SwigPyIterator___eq__(self, *args)  
 | 
    def __ne__(self, *args): return _IPY_XMLLoader.SwigPyIterator___ne__(self, *args)  
 | 
    def __iadd__(self, *args): return _IPY_XMLLoader.SwigPyIterator___iadd__(self, *args)  
 | 
    def __isub__(self, *args): return _IPY_XMLLoader.SwigPyIterator___isub__(self, *args)  
 | 
    def __add__(self, *args): return _IPY_XMLLoader.SwigPyIterator___add__(self, *args)  
 | 
    def __sub__(self, *args): return _IPY_XMLLoader.SwigPyIterator___sub__(self, *args)  
 | 
    def __iter__(self): return self  
 | 
SwigPyIterator_swigregister = _IPY_XMLLoader.SwigPyIterator_swigregister  
 | 
SwigPyIterator_swigregister(SwigPyIterator)  
 | 
  
 | 
class IntVector(_object):  
 | 
    __swig_setmethods__ = {}  
 | 
    __setattr__ = lambda self, name, value: _swig_setattr(self, IntVector, name, value)  
 | 
    __swig_getmethods__ = {}  
 | 
    __getattr__ = lambda self, name: _swig_getattr(self, IntVector, name)  
 | 
    __repr__ = _swig_repr  
 | 
    def iterator(self): return _IPY_XMLLoader.IntVector_iterator(self)  
 | 
    def __iter__(self): return self.iterator()  
 | 
    def __nonzero__(self): return _IPY_XMLLoader.IntVector___nonzero__(self)  
 | 
    def __bool__(self): return _IPY_XMLLoader.IntVector___bool__(self)  
 | 
    def __len__(self): return _IPY_XMLLoader.IntVector___len__(self)  
 | 
    def pop(self): return _IPY_XMLLoader.IntVector_pop(self)  
 | 
    def __getslice__(self, *args): return _IPY_XMLLoader.IntVector___getslice__(self, *args)  
 | 
    def __setslice__(self, *args): return _IPY_XMLLoader.IntVector___setslice__(self, *args)  
 | 
    def __delslice__(self, *args): return _IPY_XMLLoader.IntVector___delslice__(self, *args)  
 | 
    def __delitem__(self, *args): return _IPY_XMLLoader.IntVector___delitem__(self, *args)  
 | 
    def __getitem__(self, *args): return _IPY_XMLLoader.IntVector___getitem__(self, *args)  
 | 
    def __setitem__(self, *args): return _IPY_XMLLoader.IntVector___setitem__(self, *args)  
 | 
    def append(self, *args): return _IPY_XMLLoader.IntVector_append(self, *args)  
 | 
    def empty(self): return _IPY_XMLLoader.IntVector_empty(self)  
 | 
    def size(self): return _IPY_XMLLoader.IntVector_size(self)  
 | 
    def clear(self): return _IPY_XMLLoader.IntVector_clear(self)  
 | 
    def swap(self, *args): return _IPY_XMLLoader.IntVector_swap(self, *args)  
 | 
    def get_allocator(self): return _IPY_XMLLoader.IntVector_get_allocator(self)  
 | 
    def begin(self): return _IPY_XMLLoader.IntVector_begin(self)  
 | 
    def end(self): return _IPY_XMLLoader.IntVector_end(self)  
 | 
    def rbegin(self): return _IPY_XMLLoader.IntVector_rbegin(self)  
 | 
    def rend(self): return _IPY_XMLLoader.IntVector_rend(self)  
 | 
    def pop_back(self): return _IPY_XMLLoader.IntVector_pop_back(self)  
 | 
    def erase(self, *args): return _IPY_XMLLoader.IntVector_erase(self, *args)  
 | 
    def __init__(self, *args):   
 | 
        this = _IPY_XMLLoader.new_IntVector(*args)  
 | 
        try: self.this.append(this)  
 | 
        except: self.this = this  
 | 
    def push_back(self, *args): return _IPY_XMLLoader.IntVector_push_back(self, *args)  
 | 
    def front(self): return _IPY_XMLLoader.IntVector_front(self)  
 | 
    def back(self): return _IPY_XMLLoader.IntVector_back(self)  
 | 
    def assign(self, *args): return _IPY_XMLLoader.IntVector_assign(self, *args)  
 | 
    def resize(self, *args): return _IPY_XMLLoader.IntVector_resize(self, *args)  
 | 
    def insert(self, *args): return _IPY_XMLLoader.IntVector_insert(self, *args)  
 | 
    def reserve(self, *args): return _IPY_XMLLoader.IntVector_reserve(self, *args)  
 | 
    def capacity(self): return _IPY_XMLLoader.IntVector_capacity(self)  
 | 
    __swig_destroy__ = _IPY_XMLLoader.delete_IntVector  
 | 
    __del__ = lambda self : None;  
 | 
IntVector_swigregister = _IPY_XMLLoader.IntVector_swigregister  
 | 
IntVector_swigregister(IntVector)  
 | 
  
 | 
class DoubleVector(_object):  
 | 
    __swig_setmethods__ = {}  
 | 
    __setattr__ = lambda self, name, value: _swig_setattr(self, DoubleVector, name, value)  
 | 
    __swig_getmethods__ = {}  
 | 
    __getattr__ = lambda self, name: _swig_getattr(self, DoubleVector, name)  
 | 
    __repr__ = _swig_repr  
 | 
    def iterator(self): return _IPY_XMLLoader.DoubleVector_iterator(self)  
 | 
    def __iter__(self): return self.iterator()  
 | 
    def __nonzero__(self): return _IPY_XMLLoader.DoubleVector___nonzero__(self)  
 | 
    def __bool__(self): return _IPY_XMLLoader.DoubleVector___bool__(self)  
 | 
    def __len__(self): return _IPY_XMLLoader.DoubleVector___len__(self)  
 | 
    def pop(self): return _IPY_XMLLoader.DoubleVector_pop(self)  
 | 
    def __getslice__(self, *args): return _IPY_XMLLoader.DoubleVector___getslice__(self, *args)  
 | 
    def __setslice__(self, *args): return _IPY_XMLLoader.DoubleVector___setslice__(self, *args)  
 | 
    def __delslice__(self, *args): return _IPY_XMLLoader.DoubleVector___delslice__(self, *args)  
 | 
    def __delitem__(self, *args): return _IPY_XMLLoader.DoubleVector___delitem__(self, *args)  
 | 
    def __getitem__(self, *args): return _IPY_XMLLoader.DoubleVector___getitem__(self, *args)  
 | 
    def __setitem__(self, *args): return _IPY_XMLLoader.DoubleVector___setitem__(self, *args)  
 | 
    def append(self, *args): return _IPY_XMLLoader.DoubleVector_append(self, *args)  
 | 
    def empty(self): return _IPY_XMLLoader.DoubleVector_empty(self)  
 | 
    def size(self): return _IPY_XMLLoader.DoubleVector_size(self)  
 | 
    def clear(self): return _IPY_XMLLoader.DoubleVector_clear(self)  
 | 
    def swap(self, *args): return _IPY_XMLLoader.DoubleVector_swap(self, *args)  
 | 
    def get_allocator(self): return _IPY_XMLLoader.DoubleVector_get_allocator(self)  
 | 
    def begin(self): return _IPY_XMLLoader.DoubleVector_begin(self)  
 | 
    def end(self): return _IPY_XMLLoader.DoubleVector_end(self)  
 | 
    def rbegin(self): return _IPY_XMLLoader.DoubleVector_rbegin(self)  
 | 
    def rend(self): return _IPY_XMLLoader.DoubleVector_rend(self)  
 | 
    def pop_back(self): return _IPY_XMLLoader.DoubleVector_pop_back(self)  
 | 
    def erase(self, *args): return _IPY_XMLLoader.DoubleVector_erase(self, *args)  
 | 
    def __init__(self, *args):   
 | 
        this = _IPY_XMLLoader.new_DoubleVector(*args)  
 | 
        try: self.this.append(this)  
 | 
        except: self.this = this  
 | 
    def push_back(self, *args): return _IPY_XMLLoader.DoubleVector_push_back(self, *args)  
 | 
    def front(self): return _IPY_XMLLoader.DoubleVector_front(self)  
 | 
    def back(self): return _IPY_XMLLoader.DoubleVector_back(self)  
 | 
    def assign(self, *args): return _IPY_XMLLoader.DoubleVector_assign(self, *args)  
 | 
    def resize(self, *args): return _IPY_XMLLoader.DoubleVector_resize(self, *args)  
 | 
    def insert(self, *args): return _IPY_XMLLoader.DoubleVector_insert(self, *args)  
 | 
    def reserve(self, *args): return _IPY_XMLLoader.DoubleVector_reserve(self, *args)  
 | 
    def capacity(self): return _IPY_XMLLoader.DoubleVector_capacity(self)  
 | 
    __swig_destroy__ = _IPY_XMLLoader.delete_DoubleVector  
 | 
    __del__ = lambda self : None;  
 | 
DoubleVector_swigregister = _IPY_XMLLoader.DoubleVector_swigregister  
 | 
DoubleVector_swigregister(DoubleVector)  
 | 
  
 | 
class PairInt(_object):  
 | 
    __swig_setmethods__ = {}  
 | 
    __setattr__ = lambda self, name, value: _swig_setattr(self, PairInt, name, value)  
 | 
    __swig_getmethods__ = {}  
 | 
    __getattr__ = lambda self, name: _swig_getattr(self, PairInt, name)  
 | 
    __repr__ = _swig_repr  
 | 
    def __init__(self, *args):   
 | 
        this = _IPY_XMLLoader.new_PairInt(*args)  
 | 
        try: self.this.append(this)  
 | 
        except: self.this = this  
 | 
    __swig_setmethods__["first"] = _IPY_XMLLoader.PairInt_first_set  
 | 
    __swig_getmethods__["first"] = _IPY_XMLLoader.PairInt_first_get  
 | 
    if _newclass:first = _swig_property(_IPY_XMLLoader.PairInt_first_get, _IPY_XMLLoader.PairInt_first_set)  
 | 
    __swig_setmethods__["second"] = _IPY_XMLLoader.PairInt_second_set  
 | 
    __swig_getmethods__["second"] = _IPY_XMLLoader.PairInt_second_get  
 | 
    if _newclass:second = _swig_property(_IPY_XMLLoader.PairInt_second_get, _IPY_XMLLoader.PairInt_second_set)  
 | 
    def __len__(self): return 2  
 | 
    def __repr__(self): return str((self.first, self.second))  
 | 
    def __getitem__(self, index):   
 | 
      if not (index % 2):   
 | 
        return self.first  
 | 
      else:  
 | 
        return self.second  
 | 
    def __setitem__(self, index, val):  
 | 
      if not (index % 2):   
 | 
        self.first = val  
 | 
      else:  
 | 
        self.second = val  
 | 
    __swig_destroy__ = _IPY_XMLLoader.delete_PairInt  
 | 
    __del__ = lambda self : None;  
 | 
PairInt_swigregister = _IPY_XMLLoader.PairInt_swigregister  
 | 
PairInt_swigregister(PairInt)  
 | 
  
 | 
import IPY_PlayerDefine  
 | 
import IPY_ServerDefine  
 | 
class IPY_XMLNode(_object):  
 | 
    __swig_setmethods__ = {}  
 | 
    __setattr__ = lambda self, name, value: _swig_setattr(self, IPY_XMLNode, name, value)  
 | 
    __swig_getmethods__ = {}  
 | 
    __getattr__ = lambda self, name: _swig_getattr(self, IPY_XMLNode, name)  
 | 
    __repr__ = _swig_repr  
 | 
    __swig_destroy__ = _IPY_XMLLoader.delete_IPY_XMLNode  
 | 
    __del__ = lambda self : None;  
 | 
    def __init__(self, *args):   
 | 
        this = _IPY_XMLLoader.new_IPY_XMLNode(*args)  
 | 
        try: self.this.append(this)  
 | 
        except: self.this = this  
 | 
    def Copy(self, *args): return _IPY_XMLLoader.IPY_XMLNode_Copy(self, *args)  
 | 
    def GetNodeData(self): return _IPY_XMLLoader.IPY_XMLNode_GetNodeData(self)  
 | 
    def SetInstance(self, *args): return _IPY_XMLLoader.IPY_XMLNode_SetInstance(self, *args)  
 | 
    def GetXML(self): return _IPY_XMLLoader.IPY_XMLNode_GetXML(self)  
 | 
    def GetNodeName(self): return _IPY_XMLLoader.IPY_XMLNode_GetNodeName(self)  
 | 
    def GetAttribute(self, *args): return _IPY_XMLLoader.IPY_XMLNode_GetAttribute(self, *args)  
 | 
    def SetAttribute(self, *args): return _IPY_XMLLoader.IPY_XMLNode_SetAttribute(self, *args)  
 | 
    def DelAttribute(self, *args): return _IPY_XMLLoader.IPY_XMLNode_DelAttribute(self, *args)  
 | 
    def GetText(self): return _IPY_XMLLoader.IPY_XMLNode_GetText(self)  
 | 
    def SetText(self, *args): return _IPY_XMLLoader.IPY_XMLNode_SetText(self, *args)  
 | 
    def GetAttributeNode(self): return _IPY_XMLLoader.IPY_XMLNode_GetAttributeNode(self)  
 | 
    def Clear(self): return _IPY_XMLLoader.IPY_XMLNode_Clear(self)  
 | 
    def IsEmpty(self): return _IPY_XMLLoader.IPY_XMLNode_IsEmpty(self)  
 | 
    def ChildNodes(self): return _IPY_XMLLoader.IPY_XMLNode_ChildNodes(self)  
 | 
    def GetChildCount(self): return _IPY_XMLLoader.IPY_XMLNode_GetChildCount(self)  
 | 
    def GetChild(self, *args): return _IPY_XMLLoader.IPY_XMLNode_GetChild(self, *args)  
 | 
    def FindChildNode(self, *args): return _IPY_XMLLoader.IPY_XMLNode_FindChildNode(self, *args)  
 | 
    def ReplaceChildNode(self, *args): return _IPY_XMLLoader.IPY_XMLNode_ReplaceChildNode(self, *args)  
 | 
    def AddChild(self, *args): return _IPY_XMLLoader.IPY_XMLNode_AddChild(self, *args)  
 | 
    def CloneNode(self, *args): return _IPY_XMLLoader.IPY_XMLNode_CloneNode(self, *args)  
 | 
    def GetParentNode(self): return _IPY_XMLLoader.IPY_XMLNode_GetParentNode(self)  
 | 
IPY_XMLNode_swigregister = _IPY_XMLLoader.IPY_XMLNode_swigregister  
 | 
IPY_XMLNode_swigregister(IPY_XMLNode)  
 | 
  
 | 
class IPY_XMLNodeList(_object):  
 | 
    __swig_setmethods__ = {}  
 | 
    __setattr__ = lambda self, name, value: _swig_setattr(self, IPY_XMLNodeList, name, value)  
 | 
    __swig_getmethods__ = {}  
 | 
    __getattr__ = lambda self, name: _swig_getattr(self, IPY_XMLNodeList, name)  
 | 
    __repr__ = _swig_repr  
 | 
    def __init__(self, *args):   
 | 
        this = _IPY_XMLLoader.new_IPY_XMLNodeList(*args)  
 | 
        try: self.this.append(this)  
 | 
        except: self.this = this  
 | 
    __swig_destroy__ = _IPY_XMLLoader.delete_IPY_XMLNodeList  
 | 
    __del__ = lambda self : None;  
 | 
    def SetInstance(self, *args): return _IPY_XMLLoader.IPY_XMLNodeList_SetInstance(self, *args)  
 | 
    def GetCount(self): return _IPY_XMLLoader.IPY_XMLNodeList_GetCount(self)  
 | 
    def Get(self, *args): return _IPY_XMLLoader.IPY_XMLNodeList_Get(self, *args)  
 | 
    def FindNode(self, *args): return _IPY_XMLLoader.IPY_XMLNodeList_FindNode(self, *args)  
 | 
    def IsEmpty(self): return _IPY_XMLLoader.IPY_XMLNodeList_IsEmpty(self)  
 | 
    def Clear(self): return _IPY_XMLLoader.IPY_XMLNodeList_Clear(self)  
 | 
    def Delete(self, *args): return _IPY_XMLLoader.IPY_XMLNodeList_Delete(self, *args)  
 | 
    def Add(self, *args): return _IPY_XMLLoader.IPY_XMLNodeList_Add(self, *args)  
 | 
    def Insert(self, *args): return _IPY_XMLLoader.IPY_XMLNodeList_Insert(self, *args)  
 | 
    def ReplaceNode(self, *args): return _IPY_XMLLoader.IPY_XMLNodeList_ReplaceNode(self, *args)  
 | 
IPY_XMLNodeList_swigregister = _IPY_XMLLoader.IPY_XMLNodeList_swigregister  
 | 
IPY_XMLNodeList_swigregister(IPY_XMLNodeList)  
 | 
  
 | 
class IPY_XMLLoader(_object):  
 | 
    __swig_setmethods__ = {}  
 | 
    __setattr__ = lambda self, name, value: _swig_setattr(self, IPY_XMLLoader, name, value)  
 | 
    __swig_getmethods__ = {}  
 | 
    __getattr__ = lambda self, name: _swig_getattr(self, IPY_XMLLoader, name)  
 | 
    __repr__ = _swig_repr  
 | 
    def __init__(self, *args):   
 | 
        this = _IPY_XMLLoader.new_IPY_XMLLoader(*args)  
 | 
        try: self.this.append(this)  
 | 
        except: self.this = this  
 | 
    __swig_destroy__ = _IPY_XMLLoader.delete_IPY_XMLLoader  
 | 
    __del__ = lambda self : None;  
 | 
    def CreateNode(self, *args): return _IPY_XMLLoader.IPY_XMLLoader_CreateNode(self, *args)  
 | 
    def LoadFromFile(self, *args): return _IPY_XMLLoader.IPY_XMLLoader_LoadFromFile(self, *args)  
 | 
    def LoadFromXML(self, *args): return _IPY_XMLLoader.IPY_XMLLoader_LoadFromXML(self, *args)  
 | 
    def CreateEmptyXML(self, *args): return _IPY_XMLLoader.IPY_XMLLoader_CreateEmptyXML(self, *args)  
 | 
    def Save(self): return _IPY_XMLLoader.IPY_XMLLoader_Save(self)  
 | 
    def SaveToFile(self, *args): return _IPY_XMLLoader.IPY_XMLLoader_SaveToFile(self, *args)  
 | 
    def ClearLoader(self): return _IPY_XMLLoader.IPY_XMLLoader_ClearLoader(self)  
 | 
    def GetNodeList(self): return _IPY_XMLLoader.IPY_XMLLoader_GetNodeList(self)  
 | 
IPY_XMLLoader_swigregister = _IPY_XMLLoader.IPY_XMLLoader_swigregister  
 | 
IPY_XMLLoader_swigregister(IPY_XMLLoader)  
 | 
  
 | 
  
 | 
def PyCoInitialize():  
 | 
  return _IPY_XMLLoader.PyCoInitialize()  
 | 
PyCoInitialize = _IPY_XMLLoader.PyCoInitialize  
 | 
  
 | 
def ClearXML():  
 | 
  return _IPY_XMLLoader.ClearXML()  
 | 
ClearXML = _IPY_XMLLoader.ClearXML  
 | 
  
 | 
def CatchXMLCount():  
 | 
  return _IPY_XMLLoader.CatchXMLCount()  
 | 
CatchXMLCount = _IPY_XMLLoader.CatchXMLCount  
 | 
  
 | 
def PyCoUninitialize():  
 | 
  return _IPY_XMLLoader.PyCoUninitialize()  
 | 
PyCoUninitialize = _IPY_XMLLoader.PyCoUninitialize  
 | 
# This file is compatible with both classic and new-style classes.  
 | 
  
 | 
  
 |