libsbml.XMLNamespaces.hasNS C# (CSharp) Method

hasNS() public method

public hasNS ( string uri, string prefix ) : bool
uri string
prefix string
return bool
        public bool hasNS(string uri, string prefix)
        {
            bool ret = libsbmlPINVOKE.XMLNamespaces_hasNS(swigCPtr, uri, prefix);
            return ret;
        }