libSBML C API  libSBML 5.20.2 C API
Loading...
Searching...
No Matches
XMLToken.h File Reference

A unit of XML syntax, either an XML element or text. More...

Include dependency graph for XMLToken.h:
This graph shows which files directly or indirectly include this file:

Functions

LIBLAX_EXTERN int XMLToken_addAttr (XMLToken_t *token, const char *name, const char *value)
 _tAdds_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tlocal_t _tname_t _tto_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t.
 
LIBLAX_EXTERN int XMLToken_addAttrWithNS (XMLToken_t *token, const char *name, const char *value, const char *namespaceURI, const char *prefix)
 _tAdds_t _tan_t _tattribute_t _twith_t _ta_t _tprefix_t _tand_t _tnamespace_t _tURI_t _tto_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t.
 
LIBLAX_EXTERN int XMLToken_addAttrWithTriple (XMLToken_t *token, const XMLTriple_t *triple, const char *value)
 _tAdds_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tXMLTriple_t_t/_tvalue_t _tpair_t _tto_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t.
 
LIBLAX_EXTERN int XMLToken_addNamespace (XMLToken_t *token, const char *uri, const char *prefix)
 _tAppends_t _tan_t _tXML_t _tnamespace_t _tprefix_t _tand_t _tURI_t _tpair_t _tto_t _tthis_t _tXMLToken_t_t.
 
LIBLAX_EXTERN int XMLToken_append (XMLToken_t *token, const char *text)
 _tAppends_t _tcharacters_t _tto_t _tthis_t _tXML_t _ttext_t _tcontent_t.
 
LIBLAX_EXTERN int XMLToken_clearAttributes (XMLToken_t *token)
 _tClears_t (_tdeletes_t) _tall_t _tattributes_t _tin_t _tthis_t _tXMLToken_t_t.
 
LIBLAX_EXTERN int XMLToken_clearNamespaces (XMLToken_t *token)
 _tClears_t (_tdeletes_t) _tall_t _tXML_t _tnamespace_t _tdeclarations_t _tin_t _tthe_t _tXMLNamespaces_t_t _tof_t _tthis_t _tXMLNode_t_t.
 
LIBLAX_EXTERN XMLToken_tXMLToken_clone (const XMLToken_t *token)
 _tCreates_t _ta_t _tdeep_t _tcopy_t _tof_t _tthe_t _tgiven_t _tXMLToken_t_t _tstructure_t
 
LIBLAX_EXTERN XMLToken_tXMLToken_create (void)
 @_tclass_t _tdoc_only_for_start_elements_t
 
LIBLAX_EXTERN XMLToken_tXMLToken_createWithText (const char *text)
 _tCreates_t _ta_t _ttext_t _tXMLToken_t_t _tstructure_t.
 
LIBLAX_EXTERN XMLToken_tXMLToken_createWithTriple (const XMLTriple_t *triple)
 _tCreates_t _ta_t _tnew_t _tend_t _telement_t _tXMLToken_t_t _tstructure_t _twith_t _tXMLTriple_t_t _tstructure_t _tset_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
LIBLAX_EXTERN XMLToken_tXMLToken_createWithTripleAttr (const XMLTriple_t *triple, const XMLAttributes_t *attr)
 _tCreates_t _ta_t _tnew_t _tstart_t _telement_t _tXMLToken_t_t _tstructure_t _twith_t _tXMLTriple_t_t _tand_t _tXMLAttributes_t_t _tstructures_t _tset_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
LIBLAX_EXTERN XMLToken_tXMLToken_createWithTripleAttrNS (const XMLTriple_t *triple, const XMLAttributes_t *attr, const XMLNamespaces_t *ns)
 _tCreates_t _ta_t _tnew_t _tstart_t _telement_t _tXMLToken_t_t _tstructure_t _twith_t _tXMLTriple_t_t, _tXMLAttributes_t_t _tand_t _tXMLNamespaces_t_t _tstructures_t _tset_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
LIBLAX_EXTERN void XMLToken_free (XMLToken_t *token)
 _tDestroys_t _tthis_t _tXMLToken_t_t _tstructure_t.
 
LIBLAX_EXTERN const XMLAttributes_tXMLToken_getAttributes (const XMLToken_t *token)
 _tReturns_t _tthe_t _tattributes_t _tof_t _tthis_t _telement_t.
 
LIBLAX_EXTERN int XMLToken_getAttributesLength (const XMLToken_t *token)
 _tReturn_t _tthe_t _tnumber_t _tof_t _tattributes_t _tin_t _tthe_t _tattributes_t _tset_t.
 
LIBLAX_EXTERN int XMLToken_getAttrIndex (const XMLToken_t *token, const char *name, const char *uri)
 _tReturn_t _tthe_t _tindex_t _tof_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tlocal_t _tname_t _tand_t _tnamespace_t _tURI_t.
 
LIBLAX_EXTERN int XMLToken_getAttrIndexByTriple (const XMLToken_t *token, const XMLTriple_t *triple)
 _tReturn_t _tthe_t _tindex_t _tof_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tXMLTriple_t_t.
 
LIBLAX_EXTERN char * XMLToken_getAttrName (const XMLToken_t *token, int index)
 _tReturn_t _tthe_t _tlocal_t _tname_t _tof_t _tan_t _tattribute_t _tin_t _tthe_t _tattributes_t _tset_t _tin_t _tthis_t _tXMLToken_t_t (_tby_t _tposition_t).
 
LIBLAX_EXTERN char * XMLToken_getAttrPrefix (const XMLToken_t *token, int index)
 _tReturn_t _tthe_t _tprefix_t _tof_t _tan_t _tattribute_t _tin_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t (_tby_t _tposition_t).
 
LIBLAX_EXTERN char * XMLToken_getAttrPrefixedName (const XMLToken_t *token, int index)
 _tReturn_t _tthe_t _tprefixed_t _tname_t _tof_t _tan_t _tattribute_t _tin_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t (_tby_t _tposition_t).
 
LIBLAX_EXTERN char * XMLToken_getAttrURI (const XMLToken_t *token, int index)
 _tReturn_t _tthe_t _tnamespace_t _tURI_t _tof_t _tan_t _tattribute_t _tin_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t (_tby_t _tposition_t).
 
LIBLAX_EXTERN char * XMLToken_getAttrValue (const XMLToken_t *token, int index)
 _tReturn_t _tthe_t _tvalue_t _tof_t _tan_t _tattribute_t _tin_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t (_tby_t _tposition_t).
 
LIBLAX_EXTERN char * XMLToken_getAttrValueByName (const XMLToken_t *token, const char *name)
 _tReturn_t _ta_t _tvalue_t _tof_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tlocal_t _tname_t (_twithout_t _tnamespace_t _tURI_t).
 
LIBLAX_EXTERN char * XMLToken_getAttrValueByNS (const XMLToken_t *token, const char *name, const char *uri)
 _tReturn_t _ta_t _tvalue_t _tof_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tlocal_t _tname_t _tand_t _tnamespace_t _tURI_t.
 
LIBLAX_EXTERN char * XMLToken_getAttrValueByTriple (const XMLToken_t *token, const XMLTriple_t *triple)
 _tReturn_t _ta_t _tvalue_t _tof_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tXMLTriple_t_t.
 
LIBLAX_EXTERN const char * XMLToken_getCharacters (const XMLToken_t *token)
 _tReturns_t _tthe_t _ttext_t _tof_t _tthis_t _telement_t.
 
LIBLAX_EXTERN unsigned int XMLToken_getColumn (const XMLToken_t *token)
 _tReturns_t _tthe_t _tcolumn_t _tat_t _twhich_t _tthis_t _tXMLToken_t_t _tstructure_t _toccurred_t.
 
LIBLAX_EXTERN unsigned int XMLToken_getLine (const XMLToken_t *token)
 _tReturns_t _tthe_t _tline_t _tat_t _twhich_t _tthis_t _tXMLToken_t_t _tstructure_t _toccurred_t.
 
LIBLAX_EXTERN const char * XMLToken_getName (const XMLToken_t *token)
 _tReturns_t _tthe_t (_tunqualified_t) _tname_t _tof_t _tthis_t _tXML_t _telement_t.
 
LIBLAX_EXTERN int XMLToken_getNamespaceIndex (const XMLToken_t *token, const char *uri)
 _tLook_t _tup_t _tthe_t _tindex_t _tof_t _tan_t _tXML_t _tnamespace_t _tdeclaration_t _tby_t _tURI_t.
 
LIBLAX_EXTERN int XMLToken_getNamespaceIndexByPrefix (const XMLToken_t *token, 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 char * XMLToken_getNamespacePrefix (const XMLToken_t *token, int index)
 _tLook_t _tup_t _tthe_t _tprefix_t _tof_t _tan_t _tXML_t _tnamespace_t _tdeclaration_t _tby_t _tposition_t.
 
LIBLAX_EXTERN char * XMLToken_getNamespacePrefixByURI (const XMLToken_t *token, 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 const XMLNamespaces_tXMLToken_getNamespaces (const XMLToken_t *token)
 _tReturns_t _tthe_t _tXML_t _tnamespace_t _tdeclarations_t _tfor_t _tthis_t _tXML_t _telement_t.
 
LIBLAX_EXTERN int XMLToken_getNamespacesLength (const XMLToken_t *token)
 _tReturns_t _tthe_t _tnumber_t _tof_t _tXML_t _tnamespaces_t _tstored_t _tin_t _tthe_t _tXMLNamespaces_t_t _tof_t _tthis_t _tXMLNode_t_t.
 
LIBLAX_EXTERN char * XMLToken_getNamespaceURI (const XMLToken_t *token, 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 * XMLToken_getNamespaceURIByPrefix (const XMLToken_t *token, 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 const char * XMLToken_getPrefix (const XMLToken_t *token)
 _tReturns_t _tthe_t _tnamespace_t _tprefix_t _tof_t _tthis_t _tXML_t _telement_t.
 
LIBLAX_EXTERN const char * XMLToken_getURI (const XMLToken_t *token)
 _tReturns_t _tthe_t _tnamespace_t _tURI_t _tof_t _tthis_t _tXML_t _telement_t.
 
LIBLAX_EXTERN int XMLToken_hasAttr (const XMLToken_t *token, int index)
 _tReturns_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tindex_t _texists_t _tin_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t.
 
LIBLAX_EXTERN int XMLToken_hasAttrWithName (const XMLToken_t *token, const char *name)
 _tReturns_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tlocal_t _tname_t (_twithout_t _tnamespace_t _tURI_t) _texists_t _tin_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t.
 
LIBLAX_EXTERN int XMLToken_hasAttrWithNS (const XMLToken_t *token, const char *name, const char *uri)
 _tReturns_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tlocal_t _tname_t _tand_t _tnamespace_t _tURI_t _texists_t _tin_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t.
 
LIBLAX_EXTERN int XMLToken_hasAttrWithTriple (const XMLToken_t *token, const XMLTriple_t *triple)
 _tReturns_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tXML_t _ttriple_t _texists_t _tin_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t
 
LIBLAX_EXTERN int XMLToken_hasNamespaceNS (const XMLToken_t *token, const char *uri, const char *prefix)
 _tReturns_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/_tprefix_t _tpair_t _tis_t _tcontained_t _tin_t _tthe_t _tXMLNamespaces_t_t _tofthis_t _tXMLToken_t_t.
 
LIBLAX_EXTERN int XMLToken_hasNamespacePrefix (const XMLToken_t *token, const char *prefix)
 _tReturns_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 _tprefix_t _tis_t _tcontained_t _tin_t _tthe_t _tXMLNamespaces_t_t _tof_t _tthis_t _tXMLToken_t_t.
 
LIBLAX_EXTERN int XMLToken_hasNamespaceURI (const XMLToken_t *token, const char *uri)
 _tReturns_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 _tthe_t _tXMLNamespaces_t_t _tof_t _tthis_t _tXMLToken_t_t.
 
LIBLAX_EXTERN int XMLToken_isAttributesEmpty (const XMLToken_t *token)
 _tReturns_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t _tset_t _tis_t _tempty_t.
 
LIBLAX_EXTERN int XMLToken_isElement (const XMLToken_t *token)
 _tReturns_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthis_t _tXMLToken_t_t _tstructure_t _tis_t _tan_t _tXML_t _telement_t.
 
LIBLAX_EXTERN int XMLToken_isEnd (const XMLToken_t *token)
 _tReturns_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthis_t _tXMLToken_t_t _tstructure_t _tis_t _tan_t _tXML_t _tend_t _telement_t.
 
LIBLAX_EXTERN int XMLToken_isEndFor (const XMLToken_t *token, const XMLToken_t *element)
 _tReturns_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthis_t _tXMLToken_t_t _tstructure_t _tis_t _tan_t _tXML_t _tend_t _telement_t _tfor_t _tthe_t _tgiven_t _tstart_t _telement_t.
 
LIBLAX_EXTERN int XMLToken_isEOF (const XMLToken_t *token)
 _tReturns_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthis_t _tXMLToken_t_t _tstructure_t _tis_t _tan_t _tend_t _tof_t _tfile_t _tmarker_t.
 
LIBLAX_EXTERN int XMLToken_isNamespacesEmpty (const XMLToken_t *token)
 _tReturns_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthe_t _tXMLNamespaces_t_t _tof_t _tthis_t _tXMLToken_t_t _tis_t _tempty_t.
 
LIBLAX_EXTERN int XMLToken_isStart (const XMLToken_t *token)
 _tReturns_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthis_t _tXMLToken_t_t _tstructure_t _tis_t _tan_t _tXML_t _tstart_t _telement_t.
 
LIBLAX_EXTERN int XMLToken_isText (const XMLToken_t *token)
 _tReturns_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthis_t _tXMLToken_t_t _tstructure_t _tis_t _tan_t _tXML_t _ttext_t _telement_t.
 
LIBLAX_EXTERN int XMLToken_removeAttr (XMLToken_t *token, int n)
 _tRemoves_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tindex_t _tfrom_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t.
 
LIBLAX_EXTERN int XMLToken_removeAttrByName (XMLToken_t *token, const char *name)
 _tRemoves_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tlocal_t _tname_t (_twithout_t _tnamespace_t _tURI_t) _tfrom_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t.
 
LIBLAX_EXTERN int XMLToken_removeAttrByNS (XMLToken_t *token, const char *name, const char *uri)
 _tRemoves_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tlocal_t _tname_t _tand_t _tnamespace_t _tURI_t _tfrom_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t.
 
LIBLAX_EXTERN int XMLToken_removeAttrByTriple (XMLToken_t *token, const XMLTriple_t *triple)
 _tRemoves_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tXMLTriple_t_t _tfrom_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t.
 
LIBLAX_EXTERN int XMLToken_removeNamespace (XMLToken_t *token, int index)
 _tRemoves_t _tan_t _tXML_t _tNamespace_t _tstored_t _tin_t _tthe_t _tgiven_t _tposition_t _tof_t _tthe_t _tXMLNamespaces_t_t _tof_t _tthis_t _tXMLNode_t_t.
 
LIBLAX_EXTERN int XMLToken_removeNamespaceByPrefix (XMLToken_t *token, const char *prefix)
 _tRemoves_t _tan_t _tXML_t _tNamespace_t _twith_t _tthe_t _tgiven_t _tprefix_t.
 
LIBLAX_EXTERN int XMLToken_setAttributes (XMLToken_t *token, const XMLAttributes_t *attributes)
 _tSets_t _tan_t _tXMLAttributes_t_t _tto_t _tthis_t _tXMLToken_t_t.
 
LIBLAX_EXTERN int XMLToken_setCharacters (XMLToken_t *token, const char *text)
 _tSets_t _tcharacters_t _tof_t _tthis_t _tXML_t _ttext_t _tcontent_t.
 
LIBLAX_EXTERN int XMLToken_setEnd (XMLToken_t *token)
 _tDeclares_t _tthis_t _tXML_t _tstart_t _telement_t _tis_t _talso_t _tan_t _tend_t _telement_t.
 
LIBLAX_EXTERN int XMLToken_setEOF (XMLToken_t *token)
 _tDeclares_t _tthis_t _tXMLToken_t_t _tstructure_t _tis_t _tan_t _tend_t-_tof_t-_tfile_t (_tinput_t) _tmarker_t.
 
LIBLAX_EXTERN int XMLToken_setNamespaces (XMLToken_t *token, const XMLNamespaces_t *namespaces)
 _tSets_t _tan_t _tXMLnamespaces_t_t _tto_t _tthis_t _tXML_t _telement_t.
 
LIBLAX_EXTERN int XMLToken_setTriple (XMLToken_t *token, const XMLTriple_t *triple)
 _tSets_t _tthe_t _tXMLTriple_t_t (_tname_t, _turi_t _tand_t _tprefix_t) _tof_t _tthis_t _tXML_t _telement_t.
 
LIBLAX_EXTERN int XMLToken_unsetEnd (XMLToken_t *token)
 _tDeclares_t _tthis_t _tXML_t _tstart_t/_tend_t _telement_t _tis_t _tno_t _tlonger_t _tan_t _tend_t _telement_t.
 

Detailed Description

A unit of XML syntax, either an XML element or text.

Author
Ben Bornstein

Function Documentation

◆ XMLToken_addAttr()

LIBLAX_EXTERN int XMLToken_addAttr ( XMLToken_t token,
const char *  name,
const char *  value 
)

_tAdds_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tlocal_t _tname_t _tto_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t.

(_tnamespace_t _tURI_t _tand_t _tprefix_t _tare_t _tempty_t) _tNothing_t _twill_t _tbe_t _tdone_t _tif_t _tthis_t _tXMLToken_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _twhich_t _tan_t _tattribute_t _tto_t _tbe_t _tadded_t. @_tparam_t _tname_t _ta_t _tstring_t, _tthe_t _tlocal_t _tname_t _tof_t _tthe_t _tattribute_t. @_tparam_t _tvalue_t _ta_t _tstring_t, _tthe_t _tvalue_t _tof_t _tthe_t _tattribute_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_XML_OPERATION_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_OBJECT_t, _tOperationReturnValues_t_t}

@_tnote_t _tif_t _tthe_t _tlocal_t _tname_t _twithout_t _tnamespace_t _tURI_t _talready_t _texists_t _tin_t _tthe_t _tattribute_t _tset_t, _tits_t _tvalue_t _twill_t _tbe_t _treplaced_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_addAttrWithNS()

LIBLAX_EXTERN int XMLToken_addAttrWithNS ( XMLToken_t token,
const char *  name,
const char *  value,
const char *  namespaceURI,
const char *  prefix 
)

_tAdds_t _tan_t _tattribute_t _twith_t _ta_t _tprefix_t _tand_t _tnamespace_t _tURI_t _tto_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t.

_tNothing_t _twill_t _tbe_t _tdone_t _tif_t _tthis_t _tXMLToken_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _twhich_t _tan_t _tattribute_t _tto_t _tbe_t _tadded_t. @_tparam_t _tname_t _ta_t _tstring_t, _tthe_t _tlocal_t _tname_t _tof_t _tthe_t _tattribute_t. @_tparam_t _tvalue_t _ta_t _tstring_t, _tthe_t _tvalue_t _tof_t _tthe_t _tattribute_t. @_tparam_t _tnamespaceURI_t _ta_t _tstring_t, _tthe_t _tnamespace_t _tURI_t _tof_t _tthe_t _tattribute_t. @_tparam_t _tprefix_t _ta_t _tstring_t, _tthe_t _tprefix_t _tof_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_XML_OPERATION_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_OBJECT_t, _tOperationReturnValues_t_t}

@_tcopydetails_t _tdoc_note_overwrites_existing_attribute_t

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_addAttrWithTriple()

LIBLAX_EXTERN int XMLToken_addAttrWithTriple ( XMLToken_t token,
const XMLTriple_t triple,
const char *  value 
)

_tAdds_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tXMLTriple_t_t/_tvalue_t _tpair_t _tto_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t.

_tNothing_t _twill_t _tbe_t _tdone_t _tif_t _tthis_t _tXMLToken_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _twhich_t _tan_t _tattribute_t _tto_t _tbe_t _tadded_t. @_tparam_t _ttriple_t _tan_t _tXMLTriple_t_t, _tthe_t _tXML_t _ttriple_t _tof_t _tthe_t _tattribute_t. @_tparam_t _tvalue_t _ta_t _tstring_t, _tthe_t _tvalue_t _tof_t _tthe_t _tattribute_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_XML_OPERATION_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_OBJECT_t, _tOperationReturnValues_t_t}

@_tcopydetails_t _tdoc_note_overwrites_existing_attribute_t

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_addNamespace()

LIBLAX_EXTERN int XMLToken_addNamespace ( XMLToken_t token,
const char *  uri,
const char *  prefix 
)

_tAppends_t _tan_t _tXML_t _tnamespace_t _tprefix_t _tand_t _tURI_t _tpair_t _tto_t _tthis_t _tXMLToken_t_t.

_tIf_t _tthere_t _tis_t _tan_t _tXML_t _tnamespace_t _twith_t _tthe_t _tgiven_t _tprefix_t _tin_t _tthis_t _tXMLToken_t_t, _tthen_t _tthe_t _texisting_t _tXML_t _tnamespace_t _twill_t _tbe_t _toverwritten_t _tby_t _tthe_t _tnew_t _tone_t.

_tNothing_t _twill_t _tbe_t _tdone_t _tif_t _tthis_t _tXMLToken_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_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_XML_OPERATION_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_OBJECT_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_append()

LIBLAX_EXTERN int XMLToken_append ( XMLToken_t token,
const char *  text 
)

_tAppends_t _tcharacters_t _tto_t _tthis_t _tXML_t _ttext_t _tcontent_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tappended_t _tto_t. @_tparam_t _ttext_t _tstring_t, _tcharacters_t _tto_t _tappend_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 _tXMLToken_t_t

◆ XMLToken_clearAttributes()

LIBLAX_EXTERN int XMLToken_clearAttributes ( XMLToken_t token)

_tClears_t (_tdeletes_t) _tall_t _tattributes_t _tin_t _tthis_t _tXMLToken_t_t.

_tNothing_t _twill_t _tbe_t _tdone_t _tif_t _tthis_t _tXMLToken_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tfrom_t _twhich_t _tattributes_t _tto_t _tbe_t _tremoved_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_XML_OPERATION_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_OBJECT_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_clearNamespaces()

LIBLAX_EXTERN int XMLToken_clearNamespaces ( XMLToken_t token)

_tClears_t (_tdeletes_t) _tall_t _tXML_t _tnamespace_t _tdeclarations_t _tin_t _tthe_t _tXMLNamespaces_t_t _tof_t _tthis_t _tXMLNode_t_t.

_tNothing_t _twill_t _tbe_t _tdone_t _tif_t _tthis_t _tXMLToken_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_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_XML_OPERATION_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 _tXMLToken_t_t

◆ XMLToken_clone()

LIBLAX_EXTERN XMLToken_t * XMLToken_clone ( const XMLToken_t token)

_tCreates_t _ta_t _tdeep_t _tcopy_t _tof_t _tthe_t _tgiven_t _tXMLToken_t_t _tstructure_t

@_tparam_t _ttoken_t _tthe_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tcopied_t.

@_treturn_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthe_t _tgiven_t _tXMLToken_t_t _tstructure_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_create()

LIBLAX_EXTERN XMLToken_t * XMLToken_create ( void  )

@_tclass_t _tdoc_only_for_start_elements_t

@_tpar_t _tThis_t _toperation_t _tonly_t _tmakes_t _tsense_t _tfor_t _tXML_t _tstart_t _telements_t. _tThis_t _tmethod_t _twill_t _treturn_t @_tsbmlconstant_t{_tLIBSBML_INVALID_XML_OPERATION_t, _tOperationReturnValues_t_t} _tif_t _tthis_t _tXMLToken_t _tobject_t _tis_t _tnot_t _tan_t _tXML_t _tstart_t _telement_t.

@_tclass_t _tdoc_note_overwrites_existing_attribute_t

@_tnote_t _tIf_t _tan_t _tattribute_t _twith_t _tthe_t _tsame_t _tname_t _tand_t _tXML_t _tnamespace_t _tURI_t _talready_t _texists_t _ton_t _tthis_t _tXMLToken_t _tobject_t, _tthen_t _tthe_t _tprevious_t _tvalue_t _twill_t _tbe_t _treplaced_t _twith_t _tthe_t _tnew_t _tvalue_t _tprovided_t _tto_t _tthis_t _tmethod_t.

@_tclass_t _tdoc_note_index_out_of_range_behavior_t

@_tnote_t _tIf_t @_tp_t _tindex_t _tis_t _tout_t _tof_t _trange_t, _tthis_t _tmethod_t _twill_t _treturn_t _tan_t _tempty_t _tstring_t. _tXMLToken_t::_thasAttr_t(@_tif_t _tjava_t _tint_t@_tendif_t) _tcan_t _tbe_t _tused_t _tto_t _ttest_t _tfor_t _tan_t _tattribute_t'_ts_t _texistence_t _texplicitly_t, _tand_t _tXMLToken_t::_tgetAttributesLength_t() _tcan_t _tbe_t _tused_t _tto_t _tfind_t _tout_t _tthe_t _tnumber_t _tof_t _tattributes_t _tpossessed_t _tby_t _tthis_t _ttoken_t. @_tcond_t _tdoxygenLibsbmlInternal_t @_tendcond_t

_tCreates_t _ta_t _tnew_t _tempty_t _tXMLToken_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

@_treturn_t _tpointer_t _tto_t _tnew_t _tXMLToken_t_t _tstructure_t.

@_tmemberof_t _tXMLToken_t_t

@_tclass_t _tdoc_only_for_start_elements_t

@_tcond_t _tdoxygenIgnored_t

◆ XMLToken_createWithText()

LIBLAX_EXTERN XMLToken_t * XMLToken_createWithText ( const char *  text)

_tCreates_t _ta_t _ttext_t _tXMLToken_t_t _tstructure_t.

@_tparam_t _ttext_t _ta_t _tstring_t, _tthe_t _ttext_t _tto_t _tbe_t _tadded_t _tto_t _tthe_t _tXMLToken_t_t _tstructure_t.

@_treturn_t _tpointer_t _tto_t _tnew_t _tXMLToken_t_t _tstructure_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_createWithTriple()

LIBLAX_EXTERN XMLToken_t * XMLToken_createWithTriple ( const XMLTriple_t triple)

_tCreates_t _ta_t _tnew_t _tend_t _telement_t _tXMLToken_t_t _tstructure_t _twith_t _tXMLTriple_t_t _tstructure_t _tset_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

@_tparam_t _ttriple_t _tXMLTriple_t_t _tstructure_t _tto_t _tbe_t _tset_t.

@_treturn_t _tpointer_t _tto_t _tnew_t _tXMLToken_t_t _tstructure_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_createWithTripleAttr()

LIBLAX_EXTERN XMLToken_t * XMLToken_createWithTripleAttr ( const XMLTriple_t triple,
const XMLAttributes_t attr 
)

_tCreates_t _ta_t _tnew_t _tstart_t _telement_t _tXMLToken_t_t _tstructure_t _twith_t _tXMLTriple_t_t _tand_t _tXMLAttributes_t_t _tstructures_t _tset_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

@_tparam_t _ttriple_t _tXMLTriple_t_t _tstructure_t _tto_t _tbe_t _tset_t. @_tparam_t _tattr_t _tXMLAttributes_t_t _tstructure_t _tto_t _tbe_t _tset_t.

@_treturn_t _tpointer_t _tto_t _tnew_t _tXMLToken_t_t _tstructure_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_createWithTripleAttrNS()

LIBLAX_EXTERN XMLToken_t * XMLToken_createWithTripleAttrNS ( const XMLTriple_t triple,
const XMLAttributes_t attr,
const XMLNamespaces_t ns 
)

_tCreates_t _ta_t _tnew_t _tstart_t _telement_t _tXMLToken_t_t _tstructure_t _twith_t _tXMLTriple_t_t, _tXMLAttributes_t_t _tand_t _tXMLNamespaces_t_t _tstructures_t _tset_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

@_tparam_t _ttriple_t _tXMLTriple_t_t _tstructure_t _tto_t _tbe_t _tset_t. @_tparam_t _tattr_t _tXMLAttributes_t_t _tstructure_t _tto_t _tbe_t _tset_t. @_tparam_t _tns_t _tXMLNamespaces_t_t _tstructure_t _tto_t _tbe_t _tset_t.

@_treturn_t _tpointer_t _tto_t _tnew_t _tXMLToken_t_t _tstructure_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_free()

LIBLAX_EXTERN void XMLToken_free ( XMLToken_t token)

_tDestroys_t _tthis_t _tXMLToken_t_t _tstructure_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tfreed_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_getAttributes()

LIBLAX_EXTERN const XMLAttributes_t * XMLToken_getAttributes ( const XMLToken_t token)

_tReturns_t _tthe_t _tattributes_t _tof_t _tthis_t _telement_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t.

@_treturn_t _tthe_t _tXMLAttributes_t_t _tof_t _tthis_t _tXML_t _telement_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_getAttributesLength()

LIBLAX_EXTERN int XMLToken_getAttributesLength ( const XMLToken_t token)

_tReturn_t _tthe_t _tnumber_t _tof_t _tattributes_t _tin_t _tthe_t _tattributes_t _tset_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t.

@_treturn_t _tthe_t _tnumber_t _tof_t _tattributes_t _tin_t _tthe_t _tattributes_t _tset_t _tin_t _tthis_t _tXMLToken_t_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_getAttrIndex()

LIBLAX_EXTERN int XMLToken_getAttrIndex ( const XMLToken_t token,
const char *  name,
const char *  uri 
)

_tReturn_t _tthe_t _tindex_t _tof_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tlocal_t _tname_t _tand_t _tnamespace_t _tURI_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _tname_t _ta_t _tstring_t, _tthe_t _tlocal_t _tname_t _tof_t _tthe_t _tattribute_t. @_tparam_t _turi_t _ta_t _tstring_t, _tthe_t _tnamespace_t _tURI_t _tof_t _tthe_t _tattribute_t.

@_treturn_t _tthe_t _tindex_t _tof_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tlocal_t _tname_t _tand_t _tnamespace_t _tURI_t, _tor_t @_tc_t -_t1_t _tif_t _tnot_t _tpresent_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_getAttrIndexByTriple()

LIBLAX_EXTERN int XMLToken_getAttrIndexByTriple ( const XMLToken_t token,
const XMLTriple_t triple 
)

_tReturn_t _tthe_t _tindex_t _tof_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tXMLTriple_t_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _ttriple_t _tan_t _tXMLTriple_t_t, _tthe_t _tXML_t _ttriple_t _tof_t _tthe_t _tattribute_t _tfor_t _twhich_t _tthe_t _tindex_t _tis_t _tbeing_t _tsought_t.

@_treturn_t _tthe_t _tindex_t _tof_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tXMLTriple_t_t, _tor_t @_tc_t -_t1_t _tif_t _tnot_t _tpresent_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_getAttrName()

LIBLAX_EXTERN char * XMLToken_getAttrName ( const XMLToken_t token,
int  index 
)

_tReturn_t _tthe_t _tlocal_t _tname_t _tof_t _tan_t _tattribute_t _tin_t _tthe_t _tattributes_t _tset_t _tin_t _tthis_t _tXMLToken_t_t (_tby_t _tposition_t).

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _tindex_t _tan_t _tinteger_t, _tthe_t _tposition_t _tof_t _tthe_t _tattribute_t _twhose_t _tlocal_t _tname_t _tis_t _tbeing_t _tsought_t.

@_treturn_t _tthe_t _tlocal_t _tname_t _tof_t _tan_t _tattribute_t _tin_t _tthis_t _tlist_t (_tby_t _tposition_t).

@_tnote_t _tIf_t _tindex_t _tis_t _tout_t _tof_t _trange_t, _tan_t _tempty_t _tstring_t _twill_t _tbe_t _treturned_t. _tUse_t _tXMLToken_hasAttr_t() _tto_t _ttest_t _tfor_t _tthe_t _tattribute_t _texistence_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_getAttrPrefix()

LIBLAX_EXTERN char * XMLToken_getAttrPrefix ( const XMLToken_t token,
int  index 
)

_tReturn_t _tthe_t _tprefix_t _tof_t _tan_t _tattribute_t _tin_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t (_tby_t _tposition_t).

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _tindex_t _tan_t _tinteger_t, _tthe_t _tposition_t _tof_t _tthe_t _tattribute_t _twhose_t _tprefix_t _tis_t _trequired_t.

@_treturn_t _tthe_t _tnamespace_t _tprefix_t _tof_t _tan_t _tattribute_t _tin_t _tthe_t _tattribute_t _tset_t (_tby_t _tposition_t).

@_tnote_t _tIf_t _tindex_t _tis_t _tout_t _tof_t _trange_t, _tan_t _tempty_t _tstring_t _twill_t _tbe_t _treturned_t. _tUse_t _tXMLToken_hasAttr_t() _tto_t _ttest_t _tfor_t _tthe_t _tattribute_t _texistence_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_getAttrPrefixedName()

LIBLAX_EXTERN char * XMLToken_getAttrPrefixedName ( const XMLToken_t token,
int  index 
)

_tReturn_t _tthe_t _tprefixed_t _tname_t _tof_t _tan_t _tattribute_t _tin_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t (_tby_t _tposition_t).

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _tindex_t _tan_t _tinteger_t, _tthe_t _tposition_t _tof_t _tthe_t _tattribute_t _twhose_t _tprefixed_t _tname_t _tis_t _tbeing_t _tsought_t.

@_treturn_t _tthe_t _tprefixed_t _tname_t _tof_t _tan_t _tattribute_t _tin_t _tthe_t _tattribute_t _tset_t (_tby_t _tposition_t).

@_tnote_t _tIf_t _tindex_t _tis_t _tout_t _tof_t _trange_t, _tan_t _tempty_t _tstring_t _twill_t _tbe_t _treturned_t. _tUse_t _tXMLToken_hasAttr_t() _tto_t _ttest_t _tfor_t _tattribute_t _texistence_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_getAttrURI()

LIBLAX_EXTERN char * XMLToken_getAttrURI ( const XMLToken_t token,
int  index 
)

_tReturn_t _tthe_t _tnamespace_t _tURI_t _tof_t _tan_t _tattribute_t _tin_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t (_tby_t _tposition_t).

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _tindex_t _tan_t _tinteger_t, _tthe_t _tposition_t _tof_t _tthe_t _tattribute_t _twhose_t _tnamespace_t _tURI_t _tis_t _tbeing_t _tsought_t.

@_treturn_t _tthe_t _tnamespace_t _tURI_t _tof_t _tan_t _tattribute_t _tin_t _tthe_t _tattribute_t _tset_t (_tby_t _tposition_t).

@_tnote_t _tIf_t _tindex_t _tis_t _tout_t _tof_t _trange_t, _tan_t _tempty_t _tstring_t _twill_t _tbe_t _treturned_t. _tUse_t _tXMLToken_hasAttr_t(_tindex_t) _tto_t _ttest_t _tfor_t _tattribute_t _texistence_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_getAttrValue()

LIBLAX_EXTERN char * XMLToken_getAttrValue ( const XMLToken_t token,
int  index 
)

_tReturn_t _tthe_t _tvalue_t _tof_t _tan_t _tattribute_t _tin_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t (_tby_t _tposition_t).

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _tindex_t _tan_t _tinteger_t, _tthe_t _tposition_t _tof_t _tthe_t _tattribute_t _twhose_t _tvalue_t _tis_t _trequired_t.

@_treturn_t _tthe_t _tvalue_t _tof_t _tan_t _tattribute_t _tin_t _tthe_t _tattribute_t _tset_t (_tby_t _tposition_t).

@_tnote_t _tIf_t _tindex_t _tis_t _tout_t _tof_t _trange_t, _tan_t _tempty_t _tstring_t _twill_t _tbe_t _treturned_t. _tUse_t _tXMLToken_hasAttr_t() _tto_t _ttest_t _tfor_t _tattribute_t _texistence_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_getAttrValueByName()

LIBLAX_EXTERN char * XMLToken_getAttrValueByName ( const XMLToken_t token,
const char *  name 
)

_tReturn_t _ta_t _tvalue_t _tof_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tlocal_t _tname_t (_twithout_t _tnamespace_t _tURI_t).

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _tname_t _ta_t _tstring_t, _tthe_t _tlocal_t _tname_t _tof_t _tthe_t _tattribute_t _twhose_t _tvalue_t _tis_t _tbeing_t _tsought_t.

@_treturn_t _tThe_t _tattribute_t _tvalue_t _tas_t _ta_t _tstring_t.

@_tnote_t _tIf_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tlocal_t _tname_t (_twithout_t _tnamespace_t _tURI_t) _tdoes_t _tnot_t _texist_t, _tan_t _tempty_t _tstring_t _twill_t _tbe_t _treturned_t. _tUse_t _tXMLToken_hasAttr_t() _tto_t _ttest_t _tfor_t _tattribute_t _texistence_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_getAttrValueByNS()

LIBLAX_EXTERN char * XMLToken_getAttrValueByNS ( const XMLToken_t token,
const char *  name,
const char *  uri 
)

_tReturn_t _ta_t _tvalue_t _tof_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tlocal_t _tname_t _tand_t _tnamespace_t _tURI_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _tname_t _ta_t _tstring_t, _tthe_t _tlocal_t _tname_t _tof_t _tthe_t _tattribute_t _twhose_t _tvalue_t _tis_t _tbeing_t _tsought_t. @_tparam_t _turi_t _ta_t _tstring_t, _tthe_t _tnamespace_t _tURI_t _tof_t _tthe_t _tattribute_t.

@_treturn_t _tThe_t _tattribute_t _tvalue_t _tas_t _ta_t _tstring_t.

@_tnote_t _tIf_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tlocal_t _tname_t _tand_t _tnamespace_t _tURI_t _tdoes_t _tnot_t _texist_t, _tan_t _tempty_t _tstring_t _twill_t _tbe_t _treturned_t. _tUse_t _tXMLToken_hasAttr_t(_tname_t, _turi_t) _tto_t _ttest_t _tfor_t _tattribute_t _texistence_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_getAttrValueByTriple()

LIBLAX_EXTERN char * XMLToken_getAttrValueByTriple ( const XMLToken_t token,
const XMLTriple_t triple 
)

_tReturn_t _ta_t _tvalue_t _tof_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tXMLTriple_t_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _ttriple_t _tan_t _tXMLTriple_t_t, _tthe_t _tXML_t _ttriple_t _tof_t _tthe_t _tattribute_t _twhose_t _tvalue_t _tis_t _tbeing_t _tsought_t.

@_treturn_t _tThe_t _tattribute_t _tvalue_t _tas_t _ta_t _tstring_t.

@_tnote_t _tIf_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tXMLTriple_t_t _tdoes_t _tnot_t _texist_t, _tan_t _tempty_t _tstring_t _twill_t _tbe_t _treturned_t. _tUse_t _tXMLToken_hasAttr_t() _tto_t _ttest_t _tfor_t _tattribute_t _texistence_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_getCharacters()

LIBLAX_EXTERN const char * XMLToken_getCharacters ( const XMLToken_t token)

_tReturns_t _tthe_t _ttext_t _tof_t _tthis_t _telement_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t.

@_treturn_t _tthe_t _tcharacters_t _tof_t _tthis_t _tXML_t _ttext_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_getColumn()

LIBLAX_EXTERN unsigned int XMLToken_getColumn ( const XMLToken_t token)

_tReturns_t _tthe_t _tcolumn_t _tat_t _twhich_t _tthis_t _tXMLToken_t_t _tstructure_t _toccurred_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t.

@_treturn_t _tthe_t _tcolumn_t _tat_t _twhich_t _tthis_t _tXMLToken_t_t _tstructure_t _toccurred_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_getLine()

LIBLAX_EXTERN unsigned int XMLToken_getLine ( const XMLToken_t token)

_tReturns_t _tthe_t _tline_t _tat_t _twhich_t _tthis_t _tXMLToken_t_t _tstructure_t _toccurred_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t.

@_treturn_t _tthe_t _tline_t _tat_t _twhich_t _tthis_t _tXMLToken_t_t _tstructure_t _toccurred_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_getName()

LIBLAX_EXTERN const char * XMLToken_getName ( const XMLToken_t token)

_tReturns_t _tthe_t (_tunqualified_t) _tname_t _tof_t _tthis_t _tXML_t _telement_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t.

@_treturn_t _tthe_t (_tunqualified_t) _tname_t _tof_t _tthis_t _tXML_t _telement_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_getNamespaceIndex()

LIBLAX_EXTERN int XMLToken_getNamespaceIndex ( const XMLToken_t token,
const char *  uri 
)

_tLook_t _tup_t _tthe_t _tindex_t _tof_t _tan_t _tXML_t _tnamespace_t _tdeclaration_t _tby_t _tURI_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_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 _tXMLToken_t_t

◆ XMLToken_getNamespaceIndexByPrefix()

LIBLAX_EXTERN int XMLToken_getNamespaceIndexByPrefix ( const XMLToken_t token,
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 _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_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 _tXMLToken_t_t

◆ XMLToken_getNamespacePrefix()

LIBLAX_EXTERN char * XMLToken_getNamespacePrefix ( const XMLToken_t token,
int  index 
)

_tLook_t _tup_t _tthe_t _tprefix_t _tof_t _tan_t _tXML_t _tnamespace_t _tdeclaration_t _tby_t _tposition_t.

_tCallers_t _tshould_t _tuse_t _tgetNamespacesLength_t() _tto_t _tfind_t _tout_t _thow_t _tmany_t _tnamespaces_t _tare_t _tstored_t _tin_t _tthe_t _tXMLNamespaces_t_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _tindex_t _tan_t _tinteger_t, _tposition_t _tof_t _tthe_t _tremoved_t _tnamespace_t.

@_treturn_t _tthe_t _tprefix_t _tof_t _tan_t _tXML_t _tnamespace_t _tdeclaration_t _tin_t _tthe_t _tXMLNamespaces_t_t (_tby_t _tposition_t).

@_tnote_t _treturned_t _tchar_t* _tshould_t _tbe_t _tfreed_t _twith_t _tsafe_free_t() _tby_t _tthe_t _tcaller_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_getNamespacePrefixByURI()

LIBLAX_EXTERN char * XMLToken_getNamespacePrefixByURI ( const XMLToken_t token,
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.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _turi_t _ta_t _tstring_t, _turi_t _tof_t _tthe_t _trequired_t _tnamespace_t.

@_treturn_t _tthe_t _tprefix_t _tof_t _tan_t _tXML_t _tnamespace_t _tdeclaration_t _tgiven_t _tits_t _tURI_t.

@_tnote_t _treturned_t _tchar_t* _tshould_t _tbe_t _tfreed_t _twith_t _tsafe_free_t() _tby_t _tthe_t _tcaller_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_getNamespaces()

LIBLAX_EXTERN const XMLNamespaces_t * XMLToken_getNamespaces ( const XMLToken_t token)

_tReturns_t _tthe_t _tXML_t _tnamespace_t _tdeclarations_t _tfor_t _tthis_t _tXML_t _telement_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t.

@_treturn_t _tthe_t _tXML_t _tnamespace_t _tdeclarations_t _tfor_t _tthis_t _tXML_t _telement_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_getNamespacesLength()

LIBLAX_EXTERN int XMLToken_getNamespacesLength ( const XMLToken_t token)

_tReturns_t _tthe_t _tnumber_t _tof_t _tXML_t _tnamespaces_t _tstored_t _tin_t _tthe_t _tXMLNamespaces_t_t _tof_t _tthis_t _tXMLNode_t_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t.

@_treturn_t _tthe_t _tnumber_t _tof_t _tnamespaces_t _tin_t _tthis_t _tlist_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_getNamespaceURI()

LIBLAX_EXTERN char * XMLToken_getNamespaceURI ( const XMLToken_t token,
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.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _tindex_t _tan_t _tinteger_t, _tposition_t _tof_t _tthe_t _tremoved_t _tnamespace_t.

@_treturn_t _tthe_t _tURI_t _tof_t _tan_t _tXML_t _tnamespace_t _tdeclaration_t _tin_t _tthe_t _tXMLNamespaces_t_t (_tby_t _tposition_t).

@_tnote_t _treturned_t _tchar_t* _tshould_t _tbe_t _tfreed_t _twith_t _tsafe_free_t() _tby_t _tthe_t _tcaller_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_getNamespaceURIByPrefix()

LIBLAX_EXTERN char * XMLToken_getNamespaceURIByPrefix ( const XMLToken_t token,
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.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _tprefix_t _ta_t _tstring_t, _tprefix_t _tof_t _tthe_t _trequired_t _tnamespace_t.

@_treturn_t _tthe_t _tURI_t _tof_t _tan_t _tXML_t _tnamespace_t _tdeclaration_t _tgiven_t _tits_t _tprefix_t.

@_tnote_t _treturned_t _tchar_t* _tshould_t _tbe_t _tfreed_t _twith_t _tsafe_free_t() _tby_t _tthe_t _tcaller_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_getPrefix()

LIBLAX_EXTERN const char * XMLToken_getPrefix ( const XMLToken_t token)

_tReturns_t _tthe_t _tnamespace_t _tprefix_t _tof_t _tthis_t _tXML_t _telement_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t.

@_treturn_t _tthe_t _tnamespace_t _tprefix_t _tof_t _tthis_t _tXML_t _telement_t.

@_tnote_t _tIf_t _tno_t _tprefix_t _texists_t, _tan_t _tempty_t _tstring_t _twill_t _tbe_t _treturn_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_getURI()

LIBLAX_EXTERN const char * XMLToken_getURI ( const XMLToken_t token)

_tReturns_t _tthe_t _tnamespace_t _tURI_t _tof_t _tthis_t _tXML_t _telement_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t.

@_treturn_t _tthe_t _tnamespace_t _tURI_t _tof_t _tthis_t _tXML_t _telement_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_hasAttr()

LIBLAX_EXTERN int XMLToken_hasAttr ( const XMLToken_t token,
int  index 
)

_tReturns_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tindex_t _texists_t _tin_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _tindex_t _tan_t _tinteger_t, _tthe_t _tposition_t _tof_t _tthe_t _tattribute_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tindex_t _texists_t _tin_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_hasAttrWithName()

LIBLAX_EXTERN int XMLToken_hasAttrWithName ( const XMLToken_t token,
const char *  name 
)

_tReturns_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tlocal_t _tname_t (_twithout_t _tnamespace_t _tURI_t) _texists_t _tin_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _tname_t _ta_t _tstring_t, _tthe_t _tlocal_t _tname_t _tof_t _tthe_t _tattribute_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tlocal_t _tname_t (_twithout_t _tnamespace_t _tURI_t) _texists_t _tin_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_hasAttrWithNS()

LIBLAX_EXTERN int XMLToken_hasAttrWithNS ( const XMLToken_t token,
const char *  name,
const char *  uri 
)

_tReturns_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tlocal_t _tname_t _tand_t _tnamespace_t _tURI_t _texists_t _tin_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _tname_t _ta_t _tstring_t, _tthe_t _tlocal_t _tname_t _tof_t _tthe_t _tattribute_t. @_tparam_t _turi_t _ta_t _tstring_t, _tthe_t _tnamespace_t _tURI_t _tof_t _tthe_t _tattribute_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tlocal_t _tname_t _tand_t _tnamespace_t _tURI_t _texists_t _tin_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_hasAttrWithTriple()

LIBLAX_EXTERN int XMLToken_hasAttrWithTriple ( const XMLToken_t token,
const XMLTriple_t triple 
)

_tReturns_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tXML_t _ttriple_t _texists_t _tin_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _ttriple_t _tan_t _tXMLTriple_t_t, _tthe_t _tXML_t _ttriple_t _tof_t _tthe_t _tattribute_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tXML_t _ttriple_t _texists_t _tin_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_hasNamespaceNS()

LIBLAX_EXTERN int XMLToken_hasNamespaceNS ( const XMLToken_t token,
const char *  uri,
const char *  prefix 
)

_tReturns_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/_tprefix_t _tpair_t _tis_t _tcontained_t _tin_t _tthe_t _tXMLNamespaces_t_t _tofthis_t _tXMLToken_t_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_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.

@_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 _tthe_t _tXMLNamespaces_t_t _tof_t _tthis_t _tXMLToken_t_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_hasNamespacePrefix()

LIBLAX_EXTERN int XMLToken_hasNamespacePrefix ( const XMLToken_t token,
const char *  prefix 
)

_tReturns_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 _tprefix_t _tis_t _tcontained_t _tin_t _tthe_t _tXMLNamespaces_t_t _tof_t _tthis_t _tXMLToken_t_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _tprefix_t _ta_t _tstring_t, _tthe_t _tprefix_t _tfor_t _tthe_t _tnamespace_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 _tthe_t _tXMLNamespaces_t_t _tof_t _tthis_t _tXMLToken_t_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_hasNamespaceURI()

LIBLAX_EXTERN int XMLToken_hasNamespaceURI ( const XMLToken_t token,
const char *  uri 
)

_tReturns_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 _tthe_t _tXMLNamespaces_t_t _tof_t _tthis_t _tXMLToken_t_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _turi_t _ta_t _tstring_t, _tthe_t _turi_t _tfor_t _tthe_t _tnamespace_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 _tthe_t _tXMLNamespaces_t_t _tof_t _tthis_t _tXMLToken_t_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_isAttributesEmpty()

LIBLAX_EXTERN int XMLToken_isAttributesEmpty ( const XMLToken_t token)

_tReturns_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t _tset_t _tis_t _tempty_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t _tis_t _tempty_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_isElement()

LIBLAX_EXTERN int XMLToken_isElement ( const XMLToken_t token)

_tReturns_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthis_t _tXMLToken_t_t _tstructure_t _tis_t _tan_t _tXML_t _telement_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tXMLToken_t_t _tstructure_t _tis_t _tan_t _tXML_t _telement_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_isEnd()

LIBLAX_EXTERN int XMLToken_isEnd ( const XMLToken_t token)

_tReturns_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthis_t _tXMLToken_t_t _tstructure_t _tis_t _tan_t _tXML_t _tend_t _telement_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tXMLToken_t_t _tstructure_t _tis_t _tan_t _tXML_t _tend_t _telement_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_isEndFor()

LIBLAX_EXTERN int XMLToken_isEndFor ( const XMLToken_t token,
const XMLToken_t element 
)

_tReturns_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthis_t _tXMLToken_t_t _tstructure_t _tis_t _tan_t _tXML_t _tend_t _telement_t _tfor_t _tthe_t _tgiven_t _tstart_t _telement_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _telement_t _tXMLToken_t_t _tstructure_t, _telement_t _tfor_t _twhich_t _tquery_t _tis_t _tmade_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tXMLToken_t_t _tstructure_t _tis_t _tan_t _tXML_t _tend_t _telement_t _tfor_t _tthe_t _tgiven_t _tXMLToken_t_t _tstructure_t _tstart_t _telement_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_isEOF()

LIBLAX_EXTERN int XMLToken_isEOF ( const XMLToken_t token)

_tReturns_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthis_t _tXMLToken_t_t _tstructure_t _tis_t _tan_t _tend_t _tof_t _tfile_t _tmarker_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tXMLToken_t_t _tstructure_t _tis_t _tan_t _tend_t _tof_t _tfile_t (_tinput_t) _tmarker_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_isNamespacesEmpty()

LIBLAX_EXTERN int XMLToken_isNamespacesEmpty ( const XMLToken_t token)

_tReturns_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthe_t _tXMLNamespaces_t_t _tof_t _tthis_t _tXMLToken_t_t _tis_t _tempty_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tXMLNamespaces_t_t _tof_t _tthis_t _tXMLToken_t_t _tis_t _tempty_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_isStart()

LIBLAX_EXTERN int XMLToken_isStart ( const XMLToken_t token)

_tReturns_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthis_t _tXMLToken_t_t _tstructure_t _tis_t _tan_t _tXML_t _tstart_t _telement_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t.

@_treturn_t @_tc_t _ttrue_t _tif_t _tthis_t _tXMLToken_t_t _tstructure_t _tis_t _tan_t _tXML_t _tstart_t _telement_t, @_tc_t _tfalse_t _totherwise_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_isText()

LIBLAX_EXTERN int XMLToken_isText ( const XMLToken_t token)

_tReturns_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthis_t _tXMLToken_t_t _tstructure_t _tis_t _tan_t _tXML_t _ttext_t _telement_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tXMLToken_t_t _tstructure_t _tis_t _tan_t _tXML_t _ttext_t _telement_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_removeAttr()

LIBLAX_EXTERN int XMLToken_removeAttr ( XMLToken_t token,
int  n 
)

_tRemoves_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tindex_t _tfrom_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t.

_tNothing_t _twill_t _tbe_t _tdone_t _tif_t _tthis_t _tXMLToken_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tfrom_t _twhich_t _tan_t _tattribute_t _tto_t _tbe_t _tremoved_t. @_tparam_t _tn_t _tan_t _tinteger_t _tthe_t _tindex_t _tof_t _tthe_t _tresource_t _tto_t _tbe_t _tdeleted_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_XML_OPERATION_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 _tXMLToken_t_t

◆ XMLToken_removeAttrByName()

LIBLAX_EXTERN int XMLToken_removeAttrByName ( XMLToken_t token,
const char *  name 
)

_tRemoves_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tlocal_t _tname_t (_twithout_t _tnamespace_t _tURI_t) _tfrom_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t.

_tNothing_t _twill_t _tbe_t _tdone_t _tif_t _tthis_t _tXMLToken_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tfrom_t _twhich_t _tan_t _tattribute_t _tto_t _tbe_t _tremoved_t. @_tparam_t _tname_t _ta_t _tstring_t, _tthe_t _tlocal_t _tname_t _tof_t _tthe_t _tattribute_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_XML_OPERATION_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 _tXMLToken_t_t

◆ XMLToken_removeAttrByNS()

LIBLAX_EXTERN int XMLToken_removeAttrByNS ( XMLToken_t token,
const char *  name,
const char *  uri 
)

_tRemoves_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tlocal_t _tname_t _tand_t _tnamespace_t _tURI_t _tfrom_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t.

_tNothing_t _twill_t _tbe_t _tdone_t _tif_t _tthis_t _tXMLToken_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tfrom_t _twhich_t _tan_t _tattribute_t _tto_t _tbe_t _tremoved_t. @_tparam_t _tname_t _ta_t _tstring_t, _tthe_t _tlocal_t _tname_t _tof_t _tthe_t _tattribute_t. @_tparam_t _turi_t _ta_t _tstring_t, _tthe_t _tnamespace_t _tURI_t _tof_t _tthe_t _tattribute_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_XML_OPERATION_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 _tXMLToken_t_t

◆ XMLToken_removeAttrByTriple()

LIBLAX_EXTERN int XMLToken_removeAttrByTriple ( XMLToken_t token,
const XMLTriple_t triple 
)

_tRemoves_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tXMLTriple_t_t _tfrom_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLToken_t_t.

_tNothing_t _twill_t _tbe_t _tdone_t _tif_t _tthis_t _tXMLToken_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tfrom_t _twhich_t _tan_t _tattribute_t _tto_t _tbe_t _tremoved_t. @_tparam_t _ttriple_t _tan_t _tXMLTriple_t_t, _tthe_t _tXML_t _ttriple_t _tof_t _tthe_t _tattribute_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_XML_OPERATION_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 _tXMLToken_t_t

◆ XMLToken_removeNamespace()

LIBLAX_EXTERN int XMLToken_removeNamespace ( XMLToken_t token,
int  index 
)

_tRemoves_t _tan_t _tXML_t _tNamespace_t _tstored_t _tin_t _tthe_t _tgiven_t _tposition_t _tof_t _tthe_t _tXMLNamespaces_t_t _tof_t _tthis_t _tXMLNode_t_t.

_tNothing_t _twill_t _tbe_t _tdone_t _tif_t _tthis_t _tXMLToken_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_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_INVALID_XML_OPERATION_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 _tXMLToken_t_t

◆ XMLToken_removeNamespaceByPrefix()

LIBLAX_EXTERN int XMLToken_removeNamespaceByPrefix ( XMLToken_t token,
const char *  prefix 
)

_tRemoves_t _tan_t _tXML_t _tNamespace_t _twith_t _tthe_t _tgiven_t _tprefix_t.

_tNothing_t _twill_t _tbe_t _tdone_t _tif_t _tthis_t _tXMLToken_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_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_INVALID_XML_OPERATION_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 _tXMLToken_t_t

◆ XMLToken_setAttributes()

LIBLAX_EXTERN int XMLToken_setAttributes ( XMLToken_t token,
const XMLAttributes_t attributes 
)

_tSets_t _tan_t _tXMLAttributes_t_t _tto_t _tthis_t _tXMLToken_t_t.

_tNothing_t _twill_t _tbe_t _tdone_t _tif_t _tthis_t _tXMLToken_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tset_t. @_tparam_t _tattributes_t _tXMLAttributes_t_t _tto_t _tbe_t _tset_t _tto_t _tthis_t _tXMLToken_t_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_XML_OPERATION_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_OBJECT_t, _tOperationReturnValues_t_t}

@_tnote_t _tThis_t _tfunction_t _treplaces_t _tthe_t _texisting_t _tXMLAttributes_t_t _twith_t _tthe_t _tnew_t _tone_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_setCharacters()

LIBLAX_EXTERN int XMLToken_setCharacters ( XMLToken_t token,
const char *  text 
)

_tSets_t _tcharacters_t _tof_t _tthis_t _tXML_t _ttext_t _tcontent_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _twhose_t _tcharacters_t _tto_t _tset_t. @_tparam_t _ttext_t _tstring_t, _tcharacters_t _tto_t _tset_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 _tXMLToken_t_t

◆ XMLToken_setEnd()

LIBLAX_EXTERN int XMLToken_setEnd ( XMLToken_t token)

_tDeclares_t _tthis_t _tXML_t _tstart_t _telement_t _tis_t _talso_t _tan_t _tend_t _telement_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tset_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} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_OBJECT_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_setEOF()

LIBLAX_EXTERN int XMLToken_setEOF ( XMLToken_t token)

_tDeclares_t _tthis_t _tXMLToken_t_t _tstructure_t _tis_t _tan_t _tend_t-_tof_t-_tfile_t (_tinput_t) _tmarker_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tset_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} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_OBJECT_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_setNamespaces()

LIBLAX_EXTERN int XMLToken_setNamespaces ( XMLToken_t token,
const XMLNamespaces_t namespaces 
)

_tSets_t _tan_t _tXMLnamespaces_t_t _tto_t _tthis_t _tXML_t _telement_t.

_tNothing_t _twill_t _tbe_t _tdone_t _tif_t _tthis_t _tXMLToken_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _tnamespaces_t _tXMLNamespaces_t_t _tto_t _tbe_t _tset_t _tto_t _tthis_t _tXMLToken_t_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_XML_OPERATION_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}

@_tnote_t _tThis_t _tfunction_t _treplaces_t _tthe_t _texisting_t _tXMLNamespaces_t_t _twith_t _tthe_t _tnew_t _tone_t.

@_tmemberof_t _tXMLToken_t_t

◆ XMLToken_setTriple()

LIBLAX_EXTERN int XMLToken_setTriple ( XMLToken_t token,
const XMLTriple_t triple 
)

_tSets_t _tthe_t _tXMLTriple_t_t (_tname_t, _turi_t _tand_t _tprefix_t) _tof_t _tthis_t _tXML_t _telement_t.

_tNothing_t _twill_t _tbe_t _tdone_t _tif_t _tthis_t _tXML_t _telement_t _tis_t _ta_t _ttext_t _tnode_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _ttriple_t _tan_t _tXMLTriple_t_t, _tthe_t _tXML_t _ttriple_t _tto_t _tbe_t _tset_t _tto_t _tthis_t _tXML_t _telement_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_XML_OPERATION_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 _tXMLToken_t_t

◆ XMLToken_unsetEnd()

LIBLAX_EXTERN int XMLToken_unsetEnd ( XMLToken_t token)

_tDeclares_t _tthis_t _tXML_t _tstart_t/_tend_t _telement_t _tis_t _tno_t _tlonger_t _tan_t _tend_t _telement_t.

@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tset_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} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_OBJECT_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tXMLToken_t_t