libsbml.XMLNode.XMLNode C# (CSharp) Method

XMLNode() public method

public XMLNode ( ) : System
return System
        public XMLNode()
            : this(libsbmlPINVOKE.new_XMLNode__SWIG_0(), true)
        {
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
        }

Same methods

XMLNode::XMLNode ( IntPtr cPtr, bool cMemoryOwn ) : 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