libsbml.XMLNode.XMLNode C# (CSharp) Method

XMLNode() private method

private XMLNode ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
return System
        internal XMLNode(IntPtr cPtr, bool cMemoryOwn)
            : base(libsbmlPINVOKE.XMLNode_SWIGUpcast(cPtr), cMemoryOwn)
        {
            //super(libsbmlPINVOKE.XMLNodeUpcast(cPtr), cMemoryOwn);
            swigCPtr = new HandleRef(this, cPtr);
        }

Same methods

XMLNode::XMLNode ( ) : System
XMLNode::XMLNode ( XMLInputStream stream ) : System
XMLNode::XMLNode ( XMLNode orig ) : System
XMLNode::XMLNode ( XMLToken token ) : System
XMLNode::XMLNode ( XMLTriple triple ) : System
XMLNode::XMLNode ( XMLTriple triple, XMLAttributes attributes ) : System
XMLNode::XMLNode ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces ) : System
XMLNode::XMLNode ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces, long line ) : System
XMLNode::XMLNode ( XMLTriple triple, XMLAttributes attributes, XMLNamespaces namespaces, long line, long column ) : System
XMLNode::XMLNode ( XMLTriple triple, XMLAttributes attributes, long line ) : System
XMLNode::XMLNode ( XMLTriple triple, XMLAttributes attributes, long line, long column ) : System
XMLNode::XMLNode ( XMLTriple triple, long line ) : System
XMLNode::XMLNode ( XMLTriple triple, long line, long column ) : System
XMLNode::XMLNode ( string chars ) : System
XMLNode::XMLNode ( string chars, long line ) : System
XMLNode::XMLNode ( string chars, long line, long column ) : System