libsbml.XMLNode.XMLNode C# (CSharp) Method

XMLNode() public method

public XMLNode ( XMLTriple triple, XMLAttributes attributes, long line ) : System
triple XMLTriple
attributes XMLAttributes
line long
return System
        public XMLNode(XMLTriple triple, XMLAttributes attributes, long line)
            : this(libsbmlPINVOKE.new_XMLNode__SWIG_6(XMLTriple.getCPtr(triple), XMLAttributes.getCPtr(attributes), line), true)
        {
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
        }

Same methods

XMLNode::XMLNode ( ) : System
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, 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