libSBML C API
libSBML 5.20.4 C API
|
A list of XMLNamespace declarations (URI/prefix pairs) More...
Functions | |
LIBLAX_EXTERN int | XMLNamespaces_add (XMLNamespaces_t *ns, const char *uri, const char *prefix) |
_tAppends_t _tan_t _tXML_t _tnamespace_t _tprefix_t/_tURI_t _tpair_t _tto_t _tthis_t _tXMLNamespaces_t_t _tstructure_t. | |
LIBLAX_EXTERN int | XMLNamespaces_clear (XMLNamespaces_t *ns) |
_tClears_t _tthis_t _tXMLNamespaces_t_t _tstructure_t. | |
LIBLAX_EXTERN XMLNamespaces_t * | XMLNamespaces_clone (const XMLNamespaces_t *ns) |
_tCreates_t _ta_t _tdeep_t _tcopy_t _tof_t _tthe_t _tgiven_t _tXMLNamespaces_t_t _tstructure_t | |
LIBLAX_EXTERN XMLNamespaces_t * | XMLNamespaces_create (void) |
_tCreates_t _ta_t _tnew_t _tempty_t _tXMLNamespaces_t_t _tstructure_t. | |
LIBLAX_EXTERN void | XMLNamespaces_free (XMLNamespaces_t *ns) |
_tFrees_t _tthe_t _tgiven_t _tXMLNamespaces_t_t _tstructure_t. | |
LIBLAX_EXTERN int | XMLNamespaces_getIndex (const XMLNamespaces_t *ns, const char *uri) |
_tLookup_t _tthe_t _tindex_t _tof_t _tan_t _tXML_t _tnamespace_t _tdeclaration_t _tby_t _tURI_t. | |
LIBLAX_EXTERN int | XMLNamespaces_getIndexByPrefix (const XMLNamespaces_t *ns, const char *prefix) |
_tLook_t _tup_t _tthe_t _tindex_t _tof_t _tan_t _tXML_t _tnamespace_t _tdeclaration_t _tby_t @_tp_t _tprefix_t. | |
LIBLAX_EXTERN int | XMLNamespaces_getLength (const XMLNamespaces_t *ns) |
_tReturns_t _tthe_t _ttotal_t _tnumber_t _tof_t _tURI_t-_tand_t-_tprefix_t _tpairs_t _tstored_t _tin_t _tthis_t _tparticular_t _tXMLNamespaces_t _tinstance_t. | |
LIBLAX_EXTERN int | XMLNamespaces_getNumNamespaces (const XMLNamespaces_t *ns) |
_tReturns_t _tthe_t _ttotal_t _tnumber_t _tof_t _tURI_t-_tand_t-_tprefix_t _tpairs_t _tstored_t _tin_t _tthis_t _tparticular_t _tXMLNamespaces_t _tinstance_t. | |
LIBLAX_EXTERN char * | XMLNamespaces_getPrefix (const XMLNamespaces_t *ns, int index) |
_tLook_t _tup_t _tthe_t _tprefix_t _tof_t _tan_t _tXML_t _tnamespace_t _tdeclaration_t _tby_t _tits_t _tposition_t. | |
LIBLAX_EXTERN char * | XMLNamespaces_getPrefixByURI (const XMLNamespaces_t *ns, const char *uri) |
_tLook_t _tup_t _tthe_t _tprefix_t _tof_t _tan_t _tXML_t _tnamespace_t _tdeclaration_t _tby_t _tits_t _tURI_t. | |
LIBLAX_EXTERN char * | XMLNamespaces_getURI (const XMLNamespaces_t *ns, int index) |
_tLook_t _tup_t _tthe_t _tURI_t _tof_t _tan_t _tXML_t _tnamespace_t _tdeclaration_t _tby_t _tits_t _tposition_t. | |
LIBLAX_EXTERN char * | XMLNamespaces_getURIByPrefix (const XMLNamespaces_t *ns, const char *prefix) |
_tLook_t _tup_t _tthe_t _tURI_t _tof_t _tan_t _tXML_t _tnamespace_t _tdeclaration_t _tby_t _tits_t _tprefix_t. | |
LIBLAX_EXTERN int | XMLNamespaces_hasNS (const XMLNamespaces_t *ns, const char *uri, const char *prefix) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tan_t _tXML_t _tNamespace_t _twith_t _tthe_t _tgiven_t _tURI_t _tis_t _tcontained_t _tin_t _tthis_t _tXMLNamespaces_t_t _tlist_t. | |
LIBLAX_EXTERN int | XMLNamespaces_hasPrefix (const XMLNamespaces_t *ns, const char *prefix) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tan_t _tXML_t _tNamespace_t _tthe_t _tgiven_t @_tp_t _tprefix_t _tis_t _tcontained_t _tin_t _tthis_t _tXMLNamespaces_t_t _tlist_t. | |
LIBLAX_EXTERN int | XMLNamespaces_hasURI (const XMLNamespaces_t *ns, const char *uri) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tan_t _tXML_t _tNamespace_t _twith_t _tthe_t _tgiven_t _tURI_t _tis_t _tcontained_t _tin_t _tthis_t _tXMLNamespaces_t_t _tlist_t. | |
LIBLAX_EXTERN int | XMLNamespaces_isEmpty (const XMLNamespaces_t *ns) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthis_t _tXMLNamespaces_t_t _tlist_t _tis_t _tempty_t. | |
LIBLAX_EXTERN int | XMLNamespaces_remove (XMLNamespaces_t *ns, int index) |
_tRemoves_t _tan_t _tXML_t _tNamespace_t _tstored_t _tin_t _tthe_t _tgiven_t _tposition_t _tof_t _tthis_t _tlist_t. | |
LIBLAX_EXTERN int | XMLNamespaces_removeByPrefix (XMLNamespaces_t *ns, const char *prefix) |
_tRemoves_t _tan_t _tXML_t _tNamespace_t _twith_t _tthe_t _tgiven_t @_tp_t _tprefix_t. | |
A list of XMLNamespace declarations (URI/prefix pairs)
LIBLAX_EXTERN int XMLNamespaces_add | ( | XMLNamespaces_t * | ns, |
const char * | uri, | ||
const char * | prefix | ||
) |
_tAppends_t _tan_t _tXML_t _tnamespace_t _tprefix_t/_tURI_t _tpair_t _tto_t _tthis_t _tXMLNamespaces_t_t _tstructure_t.
@_tparam_t _tns_t _tthe_t _tXMLNamespaces_t_t _tstructure_t. @_tparam_t _turi_t _ta_t _tstring_t, _tthe_t _turi_t _tfor_t _tthe_t _tnamespace_t. @_tparam_t _tprefix_t _ta_t _tstring_t, _tthe_t _tprefix_t _tfor_t _tthe_t _tnamespace_t.
@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_OBJECT_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}
@_tmemberof_t _tXMLNamespaces_t_t
LIBLAX_EXTERN int XMLNamespaces_clear | ( | XMLNamespaces_t * | ns | ) |
_tClears_t _tthis_t _tXMLNamespaces_t_t _tstructure_t.
@_tparam_t _tns_t _tXMLNamespaces_t _tstructure_t.
@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}
@_tmemberof_t _tXMLNamespaces_t_t
LIBLAX_EXTERN XMLNamespaces_t * XMLNamespaces_clone | ( | const XMLNamespaces_t * | ns | ) |
_tCreates_t _ta_t _tdeep_t _tcopy_t _tof_t _tthe_t _tgiven_t _tXMLNamespaces_t_t _tstructure_t
@_tparam_t _tns_t _tthe_t _tXMLNamespaces_t_t _tstructure_t _tto_t _tbe_t _tcopied_t.
@_treturn_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthe_t _tgiven_t _tXMLNamespaces_t_t _tstructure_t.
@_tmemberof_t _tXMLNamespaces_t_t
LIBLAX_EXTERN XMLNamespaces_t * XMLNamespaces_create | ( | void | ) |
_tCreates_t _ta_t _tnew_t _tempty_t _tXMLNamespaces_t_t _tstructure_t.
@_tmemberof_t _tXMLNamespaces_t_t
_tCreates_t _ta_t _tnew_t _tempty_t _tXMLNamespaces_t_t _tstructure_t.
@_tcond_t _tdoxygenIgnored_t
LIBLAX_EXTERN void XMLNamespaces_free | ( | XMLNamespaces_t * | ns | ) |
_tFrees_t _tthe_t _tgiven_t _tXMLNamespaces_t_t _tstructure_t.
@_tparam_t _tns_t _tXMLNamespaces_t _tstructure_t _tto_t _tbe_t _tfreed_t.
@_tmemberof_t _tXMLNamespaces_t_t
LIBLAX_EXTERN int XMLNamespaces_getIndex | ( | const XMLNamespaces_t * | ns, |
const char * | uri | ||
) |
_tLookup_t _tthe_t _tindex_t _tof_t _tan_t _tXML_t _tnamespace_t _tdeclaration_t _tby_t _tURI_t.
@_tparam_t _tns_t _tthe_t _tXMLNamespaces_t_t _tstructure_t. @_tparam_t _turi_t _ta_t _tstring_t, _turi_t _tof_t _tthe_t _trequired_t _tnamespace_t.
@_treturn_t _tthe_t _tindex_t _tof_t _tthe_t _tgiven_t _tdeclaration_t, _tor_t @_tc_t -_t1_t _tif_t _tnot_t _tpresent_t.
@_tmemberof_t _tXMLNamespaces_t_t
LIBLAX_EXTERN int XMLNamespaces_getIndexByPrefix | ( | const XMLNamespaces_t * | ns, |
const char * | prefix | ||
) |
_tLook_t _tup_t _tthe_t _tindex_t _tof_t _tan_t _tXML_t _tnamespace_t _tdeclaration_t _tby_t @_tp_t _tprefix_t.
@_tparam_t _tns_t _tthe_t _tXMLNamespaces_t_t _tstructure_t. @_tparam_t _tprefix_t _ta_t _tstring_t, _tprefix_t _tof_t _tthe_t _trequired_t _tnamespace_t.
@_treturn_t _tthe_t _tindex_t _tof_t _tthe_t _tgiven_t _tdeclaration_t, _tor_t @_tc_t -_t1_t _tif_t _tnot_t _tpresent_t.
@_tmemberof_t _tXMLNamespaces_t_t
LIBLAX_EXTERN int XMLNamespaces_getLength | ( | const XMLNamespaces_t * | ns | ) |
_tReturns_t _tthe_t _ttotal_t _tnumber_t _tof_t _tURI_t-_tand_t-_tprefix_t _tpairs_t _tstored_t _tin_t _tthis_t _tparticular_t _tXMLNamespaces_t _tinstance_t.
@_tparam_t _tns_t _tthe_t _tXMLNamespaces_t_t _tstructure_t.
@_treturn_t _tthe_t _tnumber_t _tof_t _tnamespaces_t _tin_t _tthis_t _tlist_t.
@_tmemberof_t _tXMLNamespaces_t_t
LIBLAX_EXTERN int XMLNamespaces_getNumNamespaces | ( | const XMLNamespaces_t * | ns | ) |
_tReturns_t _tthe_t _ttotal_t _tnumber_t _tof_t _tURI_t-_tand_t-_tprefix_t _tpairs_t _tstored_t _tin_t _tthis_t _tparticular_t _tXMLNamespaces_t _tinstance_t.
_tThis_t _tfunction_t _tis_t _tan_t _talias_t _tfor_t _tgetLength_t _tintroduced_t _tfor_t _tconsistency_t _twith_t _tother_t _tXML_t _tclasses_t.
@_tparam_t _tns_t _tthe_t _tXMLNamespaces_t_t _tstructure_t.
@_treturn_t _tthe_t _tnumber_t _tof_t _tnamespaces_t _tin_t _tthis_t _tlist_t.
@_tmemberof_t _tXMLNamespaces_t_t
LIBLAX_EXTERN char * XMLNamespaces_getPrefix | ( | const XMLNamespaces_t * | ns, |
int | index | ||
) |
_tLook_t _tup_t _tthe_t _tprefix_t _tof_t _tan_t _tXML_t _tnamespace_t _tdeclaration_t _tby_t _tits_t _tposition_t.
_tAn_t _tXMLNamespaces_t _tstructure_t _tstores_t _ta_t _tlist_t _tof_t _tpairs_t _tof_t _tnamespaces_t _tand_t _ttheir_t _tprefixes_t. _tThis_t _tmethod_t _treturns_t _tthe_t _tprefix_t _tof_t _tthe_t <_tcode_t>_tn_t</_tcode_t>_tth_t _telement_t _tin_t _tthat_t _tlist_t (_tif_t _tit_t _texists_t). _tCallers_t _tshould_t _tuse_t _tXMLAttributes_getLength_t() _tfirst_t _tto_t _tfind_t _tout_t _thow_t _tmany_t _tnamespaces_t _tare_t _tstored_t _tin_t _tthe_t _tlist_t.
@_tparam_t _tns_t _tthe_t _tXMLNamespaces_t_t _tstructure_t. @_tparam_t _tindex_t _tan_t _tinteger_t, _tposition_t _tof_t _tthe_t _tsought_t-_tafter_t _tprefix_t.
@_treturn_t _tthe_t _tprefix_t _tof_t _tan_t _tXML_t _tnamespace_t _tdeclaration_t _tin_t _tthis_t _tlist_t (_tby_t _tposition_t), _tor_t _tan_t _tempty_t _tstring_t _tif_t _tthe_t @_tp_t _tindex_t _tis_t _tout_t _tof_t _trange_t
@_tsee_t _tXMLNamespaces_getLength_t()
@_tmemberof_t _tXMLNamespaces_t_t
LIBLAX_EXTERN char * XMLNamespaces_getPrefixByURI | ( | const XMLNamespaces_t * | ns, |
const char * | uri | ||
) |
_tLook_t _tup_t _tthe_t _tprefix_t _tof_t _tan_t _tXML_t _tnamespace_t _tdeclaration_t _tby_t _tits_t _tURI_t.
_tAn_t _tXMLNamespaces_t _tstructure_t _tstores_t _ta_t _tlist_t _tof_t _tpairs_t _tof_t _tnamespaces_t _tand_t _ttheir_t _tprefixes_t. _tThis_t _tmethod_t _treturns_t _tthe_t _tprefix_t _tfor_t _ta_t _tpair_t _tthat_t _thas_t _tthe_t _tgiven_t @_tp_t _turi_t.
@_tparam_t _tns_t _tthe_t _tXMLNamespaces_t_t _tstructure_t. @_tparam_t _turi_t _ta_t _tstring_t, _tthe_t _tURI_t _tof_t _tthe_t _tprefix_t _tbeing_t _tsought_t.
@_treturn_t _tthe_t _tprefix_t _tof_t _tan_t _tXML_t _tnamespace_t _tdeclaration_t _tgiven_t _tits_t _tURI_t, _tor_t _tan_t _tempty_t _tstring_t _tif_t _tno_t _tsuch_t @_tp_t _turi_t _texists_t _tin_t _tthis_t _tXMLNamespaces_t_t _tstructure_t
@_tmemberof_t _tXMLNamespaces_t_t
LIBLAX_EXTERN char * XMLNamespaces_getURI | ( | const XMLNamespaces_t * | ns, |
int | index | ||
) |
_tLook_t _tup_t _tthe_t _tURI_t _tof_t _tan_t _tXML_t _tnamespace_t _tdeclaration_t _tby_t _tits_t _tposition_t.
_tAn_t _tXMLNamespaces_t _tstructure_t _tstores_t _ta_t _tlist_t _tof_t _tpairs_t _tof_t _tnamespaces_t _tand_t _ttheir_t _tprefixes_t. _tThis_t _tmethod_t _treturns_t _tthe_t _tURI_t _tof_t _tthe_t <_tcode_t>_tn_t</_tcode_t>_tth_t _telement_t _tin_t _tthat_t _tlist_t (_tif_t _tit_t _texists_t). _tCallers_t _tshould_t _tuse_t _tXMLAttributes_getLength_t() _tfirst_t _tto_t _tfind_t _tout_t _thow_t _tmany_t _tnamespaces_t _tare_t _tstored_t _tin_t _tthe_t _tlist_t.
@_tparam_t _tns_t _tthe_t _tXMLNamespaces_t_t _tstructure_t. @_tparam_t _tindex_t _tan_t _tinteger_t, _tposition_t _tof_t _tthe_t _trequired_t _tURI_t.
@_treturn_t _tthe_t _tURI_t _tof_t _tan_t _tXML_t _tnamespace_t _tdeclaration_t _tin_t _tthis_t _tlist_t (_tby_t _tposition_t), _tor_t _tan_t _tempty_t _tstring_t _tif_t _tthe_t @_tp_t _tindex_t _tis_t _tout_t _tof_t _trange_t.
@_tsee_t _tXMLNamespaces_getLength_t()
@_tmemberof_t _tXMLNamespaces_t_t
LIBLAX_EXTERN char * XMLNamespaces_getURIByPrefix | ( | const XMLNamespaces_t * | ns, |
const char * | prefix | ||
) |
_tLook_t _tup_t _tthe_t _tURI_t _tof_t _tan_t _tXML_t _tnamespace_t _tdeclaration_t _tby_t _tits_t _tprefix_t.
_tAn_t _tXMLNamespaces_t _tobject_t _tstores_t _ta_t _tlist_t _tof_t _tpairs_t _tof_t _tnamespaces_t _tand_t _ttheir_t _tprefixes_t. _tThis_t _tmethod_t _treturns_t _tthe_t _tnamespace_t _tURI_t _tfor_t _ta_t _tpair_t _tthat_t _thas_t _tthe_t _tgiven_t @_tp_t _tprefix_t.
@_tparam_t _tns_t _tthe_t _tXMLNamespaces_t_t _tstructure_t. @_tparam_t _tprefix_t _ta_t _tstring_t, _tthe_t _tprefix_t _tof_t _tthe_t _trequired_t _tURI_t.
@_treturn_t _tthe_t _tURI_t _tof_t _tan_t _tXML_t _tnamespace_t _tdeclaration_t _thaving_t _tthe_t _tgiven_t @_tp_t _tprefix_t, _tor_t _tan_t _tempty_t _tstring_t _tif_t _tno_t _tsuch_t _tprefix_t-_tand_t-_tURI_t _tpair_t _texists_t _tin_t _tthis_t _tXMLNamespaces_t_t _tobject_t
@_tifnot_t _thasDefaultArgs_t @_thtmlinclude_t _twarn_t-_tdefault_t-_targs_t-_tin_t-_tdocs._thtml_t @_tendif_t
@_tsee_t _tgetURI_t()
@_tmemberof_t _tXMLNamespaces_t_t
LIBLAX_EXTERN int XMLNamespaces_hasNS | ( | const XMLNamespaces_t * | ns, |
const char * | uri, | ||
const char * | prefix | ||
) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tan_t _tXML_t _tNamespace_t _twith_t _tthe_t _tgiven_t _tURI_t _tis_t _tcontained_t _tin_t _tthis_t _tXMLNamespaces_t_t _tlist_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tan_t _tXML_t _tNamespace_t _twith_t _tthe_t _tgiven_t _turi_t/_tprefix_t _tpair_t _tis_t _tcontained_t _tin_t _tthis_t _tXMLNamespaces_t_t _tlist_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tXMLNamespaces_t_t
LIBLAX_EXTERN int XMLNamespaces_hasPrefix | ( | const XMLNamespaces_t * | ns, |
const char * | prefix | ||
) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tan_t _tXML_t _tNamespace_t _tthe_t _tgiven_t @_tp_t _tprefix_t _tis_t _tcontained_t _tin_t _tthis_t _tXMLNamespaces_t_t _tlist_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tan_t _tXML_t _tNamespace_t _twith_t _tthe_t _tgiven_t _tURI_t _tis_t _tcontained_t _tin_t _tthis_t _tXMLNamespaces_t _tlist_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tXMLNamespaces_t_t
LIBLAX_EXTERN int XMLNamespaces_hasURI | ( | const XMLNamespaces_t * | ns, |
const char * | uri | ||
) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tan_t _tXML_t _tNamespace_t _twith_t _tthe_t _tgiven_t _tURI_t _tis_t _tcontained_t _tin_t _tthis_t _tXMLNamespaces_t_t _tlist_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tan_t _tXML_t _tNamespace_t _twith_t _tthe_t _tgiven_t _tURI_t _tis_t _tcontained_t _tin_t _tthis_t _tXMLNamespaces_t _tlist_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tXMLNamespaces_t_t
LIBLAX_EXTERN int XMLNamespaces_isEmpty | ( | const XMLNamespaces_t * | ns | ) |
_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthis_t _tXMLNamespaces_t_t _tlist_t _tis_t _tempty_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tXMLNamespaces_t_t _tlist_t _tis_t _tempty_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tXMLNamespaces_t_t
LIBLAX_EXTERN int XMLNamespaces_remove | ( | XMLNamespaces_t * | ns, |
int | index | ||
) |
_tRemoves_t _tan_t _tXML_t _tNamespace_t _tstored_t _tin_t _tthe_t _tgiven_t _tposition_t _tof_t _tthis_t _tlist_t.
@_tparam_t _tns_t _tXMLNamespaces_t _tstructure_t. @_tparam_t _tindex_t _tan_t _tinteger_t, _tposition_t _tof_t _tthe_t _tremoved_t _tnamespace_t.
@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INDEX_EXCEEDS_SIZE_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_OBJECT_t, _tOperationReturnValues_t_t}
@_tmemberof_t _tXMLNamespaces_t_t
LIBLAX_EXTERN int XMLNamespaces_removeByPrefix | ( | XMLNamespaces_t * | ns, |
const char * | prefix | ||
) |
_tRemoves_t _tan_t _tXML_t _tNamespace_t _twith_t _tthe_t _tgiven_t @_tp_t _tprefix_t.
@_tparam_t _tns_t _tXMLNamespaces_t _tstructure_t. @_tparam_t _tprefix_t _ta_t _tstring_t, _tprefix_t _tof_t _tthe_t _trequired_t _tnamespace_t.
@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INDEX_EXCEEDS_SIZE_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_OBJECT_t, _tOperationReturnValues_t_t}
@_tmemberof_t _tXMLNamespaces_t_t