libSBML C API
libSBML 5.20.4 C API
|
Class definition of XMLNode_t, a node in an XML document tree. More...
Functions | |
LIBLAX_EXTERN int | XMLNode_addAttr (XMLNode_t *node, 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 _tXMLNode_t_t. | |
LIBLAX_EXTERN int | XMLNode_addAttrWithNS (XMLNode_t *node, 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 _tXMLNode_t_t _toptionally_t _tNothing_t _twill_t _tbe_t _tdone_t _tif_t _tthis_t _tXMLNode_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t. | |
LIBLAX_EXTERN int | XMLNode_addAttrWithTriple (XMLNode_t *node, const XMLTriple_t *triple, const char *value) |
_tAdds_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tXMLTriple_t/_tvalue_t _tpair_t _tto_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLNode_t_t. | |
LIBLAX_EXTERN int | XMLNode_addChild (XMLNode_t *node, const XMLNode_t *child) |
_tAdds_t _ta_t _tcopy_t _tof_t _tchild_t _tnode_t _tto_t _tthis_t _tXMLNode_t_t _tstructure_t. | |
LIBLAX_EXTERN int | XMLNode_addNamespace (XMLNode_t *node, 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 _tXMLNode_t_t. | |
LIBLAX_EXTERN int | XMLNode_clearAttributes (XMLNode_t *node) |
_tClears_t (_tdeletes_t) _tall_t _tattributes_t _tin_t _tthis_t _tXMLNode_t_t. | |
LIBLAX_EXTERN int | XMLNode_clearNamespaces (XMLNode_t *node) |
_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 XMLNode_t * | XMLNode_clone (const XMLNode_t *n) |
_tCreates_t _ta_t _tdeep_t _tcopy_t _tof_t _tthe_t _tgiven_t _tXMLNode_t_t _tstructure_t | |
LIBLAX_EXTERN XMLNode_t * | XMLNode_convertStringToXMLNode (const char *xml, const XMLNamespaces_t *xmlns) |
_tReturns_t _tan_t _tXMLNode_t_t _tpointer_t _twhich_t _tis_t _tconverted_t _tfrom_t _ta_t _tgiven_t _tstring_t _tcontaining_t _tXML_t _tcontent_t. | |
LIBLAX_EXTERN const char * | XMLNode_convertXMLNodeToString (const XMLNode_t *node) |
_tReturns_t _ta_t _tstring_t _twhich_t _tis_t _tconverted_t _tfrom_t _ta_t _tgiven_t _tXMLNode_t_t. | |
LIBLAX_EXTERN XMLNode_t * | XMLNode_create (void) |
_tCreates_t _ta_t _tnew_t _tempty_t _tXMLNode_t_t _tstructure_t _twith_t _tno_t _tchildren_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t. | |
LIBLAX_EXTERN XMLNode_t * | XMLNode_createEndElement (const XMLTriple_t *triple) |
_tCreates_t _ta_t _tnew_t _tend_t _telement_t _tXMLNode_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 XMLNode_t * | XMLNode_createFromToken (const XMLToken_t *token) |
_tCreates_t _ta_t _tnew_t _tXMLNode_t_t _tstructure_t _tby_t _tcopying_t _ttoken_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t. | |
LIBLAX_EXTERN XMLNode_t * | XMLNode_createStartElement (const XMLTriple_t *triple, const XMLAttributes_t *attr) |
_tCreates_t _ta_t _tnew_t _tstart_t _telement_t _tXMLNode_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 XMLNode_t * | XMLNode_createStartElementNS (const XMLTriple_t *triple, const XMLAttributes_t *attr, const XMLNamespaces_t *ns) |
_tCreates_t _ta_t _tnew_t _tstart_t _telement_t _tXMLNode_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 XMLNode_t * | XMLNode_createTextNode (const char *text) |
_tCreates_t _ta_t _ttext_t _tXMLNode_t_t. | |
LIBLAX_EXTERN int | XMLNode_equals (const XMLNode_t *node, const XMLNode_t *other) |
_tCompare_t _tone_t _tXMLNode_t _tagainst_t _tanother_t _tXMLNode_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tboth_t _tnodes_t _trepresent_t _tthe_t _tsame_t _tXML_t _ttree_t, _tor_t @_tc_t _t0_t (_tfalse_t) _totherwise_t. | |
LIBLAX_EXTERN void | XMLNode_free (XMLNode_t *node) |
_tDestroys_t _tthis_t _tXMLNode_t_t _tstructure_t. | |
LIBLAX_EXTERN const XMLAttributes_t * | XMLNode_getAttributes (const XMLNode_t *node) |
_tReturns_t _tthe_t _tattributes_t _tof_t _tthis_t _telement_t. | |
LIBLAX_EXTERN int | XMLNode_getAttributesLength (const XMLNode_t *node) |
_tReturn_t _tthe_t _tnumber_t _tof_t _tattributes_t _tin_t _tthe_t _tattributes_t _tset_t. | |
LIBLAX_EXTERN int | XMLNode_getAttrIndex (const XMLNode_t *node, 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 | XMLNode_getAttrIndexByTriple (const XMLNode_t *node, 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 * | XMLNode_getAttrName (const XMLNode_t *node, 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 _tXMLNode_t_t (_tby_t _tposition_t). | |
LIBLAX_EXTERN char * | XMLNode_getAttrPrefix (const XMLNode_t *node, 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 _tXMLNode_t (_tby_t _tposition_t). | |
LIBLAX_EXTERN char * | XMLNode_getAttrPrefixedName (const XMLNode_t *node, 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 _tXMLNode_t (_tby_t _tposition_t). | |
LIBLAX_EXTERN char * | XMLNode_getAttrURI (const XMLNode_t *node, 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 _tXMLNode_t (_tby_t _tposition_t). | |
LIBLAX_EXTERN char * | XMLNode_getAttrValue (const XMLNode_t *node, 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 _tXMLNode_t_t (_tby_t _tposition_t). | |
LIBLAX_EXTERN char * | XMLNode_getAttrValueByName (const XMLNode_t *node, 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 * | XMLNode_getAttrValueByNS (const XMLNode_t *node, 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 * | XMLNode_getAttrValueByTriple (const XMLNode_t *node, 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 * | XMLNode_getCharacters (const XMLNode_t *node) |
_tReturns_t _tthe_t _ttext_t _tof_t _tthis_t _telement_t. | |
LIBLAX_EXTERN const XMLNode_t * | XMLNode_getChild (const XMLNode_t *node, const int n) |
_tReturns_t _tthe_t _tnth_t _tchild_t _tof_t _tthis_t _tXMLNode_t_t _tstructure_t. | |
LIBLAX_EXTERN const XMLNode_t * | XMLNode_getChildForName (const XMLNode_t *node, const char *name) |
_tReturns_t _tthe_t _tfirst_t _tchild_t _tof_t _tthe_t _tXMLNode_t_t _tstructure_t _tnode_t _twith_t _tthe_t _tgiven_t _tname_t. | |
LIBLAX_EXTERN XMLNode_t * | XMLNode_getChildForNameNC (XMLNode_t *node, const char *name) |
_tReturns_t _tthe_t (_tnon_t-_tconst_t) _tthe_t _tfirst_t _tchild_t _tof_t _tthe_t _tXMLNode_t_t _tstructure_t _tnode_t _twith_t _tthe_t _tgiven_t _tname_t. | |
LIBLAX_EXTERN XMLNode_t * | XMLNode_getChildNC (XMLNode_t *node, const unsigned int n) |
_tReturns_t _tthe_t (_tnon_t-_tconst_t) _tnth_t _tchild_t _tof_t _tthis_t _tXMLNode_t_t _tstructure_t. | |
LIBLAX_EXTERN int | XMLNode_getIndex (const XMLNode_t *node, const char *name) |
_tReturn_t _tthe_t _tindex_t _tof_t _tthe_t _tfirst_t _tchild_t _tof_t _tthe_t _tXMLNode_t_t _tstructure_t _tnode_t _twith_t _tthe_t _tgiven_t _tname_t. | |
LIBLAX_EXTERN const char * | XMLNode_getName (const XMLNode_t *node) |
_tReturns_t _tthe_t (_tunqualified_t) _tname_t _tof_t _tthis_t _tXML_t _telement_t. | |
LIBLAX_EXTERN int | XMLNode_getNamespaceIndex (const XMLNode_t *node, 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 | XMLNode_getNamespaceIndexByPrefix (const XMLNode_t *node, 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 * | XMLNode_getNamespacePrefix (const XMLNode_t *node, 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 * | XMLNode_getNamespacePrefixByURI (const XMLNode_t *node, 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_t * | XMLNode_getNamespaces (const XMLNode_t *node) |
_tReturns_t _tthe_t _tXML_t _tnamespace_t _tdeclarations_t _tfor_t _tthis_t _tXML_t _telement_t. | |
LIBLAX_EXTERN int | XMLNode_getNamespacesLength (const XMLNode_t *node) |
_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 * | XMLNode_getNamespaceURI (const XMLNode_t *node, 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 * | XMLNode_getNamespaceURIByPrefix (const XMLNode_t *node, 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 unsigned int | XMLNode_getNumChildren (const XMLNode_t *node) |
_tReturns_t _tthe_t _tnumber_t _tof_t _tchildren_t _tfor_t _tthis_t _tXMLNode_t_t _tstructure_t. | |
LIBLAX_EXTERN const char * | XMLNode_getPrefix (const XMLNode_t *node) |
_tReturns_t _tthe_t _tnamespace_t _tprefix_t _tof_t _tthis_t _tXML_t _telement_t. | |
LIBLAX_EXTERN const char * | XMLNode_getURI (const XMLNode_t *node) |
_tReturns_t _tthe_t _tnamespace_t _tURI_t _tof_t _tthis_t _tXML_t _telement_t. | |
LIBLAX_EXTERN int | XMLNode_hasAttr (const XMLNode_t *node, int index) |
_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 _tattribute_t _twith_t _tthe_t _tgiven_t _tindex_t _texists_t _tin_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLNode_t. | |
LIBLAX_EXTERN int | XMLNode_hasAttrWithName (const XMLNode_t *node, const char *name) |
_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 _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 _tXMLNode_t_t. | |
LIBLAX_EXTERN int | XMLNode_hasAttrWithNS (const XMLNode_t *node, const char *name, 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 _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 _tXMLNode_t_t. | |
LIBLAX_EXTERN int | XMLNode_hasAttrWithTriple (const XMLNode_t *node, const XMLTriple_t *triple) |
_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 _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 _tXMLNode_t_t | |
LIBLAX_EXTERN int | XMLNode_hasChild (const XMLNode_t *node, const char *name) |
\* _tReturn_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tindicating_t _twhether_t _tnode_t _thas_t _ta_t _tchild_t _twith_t _tthe_t _tgiven_t _tname_t. | |
LIBLAX_EXTERN int | XMLNode_hasNamespaceNS (const XMLNode_t *node, 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/_tprefix_t _tpair_t _tis_t _tcontained_t _tin_t _tthe_t _tXMLNamespaces_t_t _tof_t _tthis_t _tXMLNode_t_t. | |
LIBLAX_EXTERN int | XMLNode_hasNamespacePrefix (const XMLNode_t *node, 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 _tprefix_t _tis_t _tcontained_t _tin_t _tthe_t _tXMLNamespaces_t_t _tof_t _tthis_t _tXMLNode_t_t. | |
LIBLAX_EXTERN int | XMLNode_hasNamespaceURI (const XMLNode_t *node, 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 _tthe_t _tXMLNamespaces_t_t _tof_t _tthis_t _tXMLNode_t_t. | |
LIBLAX_EXTERN XMLNode_t * | XMLNode_insertChild (XMLNode_t *node, unsigned int n, const XMLNode_t *child) |
_tInserts_t _ta_t _tcopy_t _tof_t _tchild_t _tnode_t _tto_t _tthis_t _tXMLNode_t_t _tstructure_t. | |
LIBLAX_EXTERN int | XMLNode_isAttributesEmpty (const XMLNode_t *node) |
_tPredicate_t _treturning_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 _tXMLNode_t_t _tset_t _tis_t _tempty_t. | |
LIBLAX_EXTERN int | XMLNode_isElement (const XMLNode_t *node) |
_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 _tXMLNode_t_t _tstructure_t _tis_t _tan_t _tXML_t _telement_t. | |
LIBLAX_EXTERN int | XMLNode_isEnd (const XMLNode_t *node) |
_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 _tXMLNode_t_t _tstructure_t _tis_t _tan_t _tXML_t _tend_t _telement_t. | |
LIBLAX_EXTERN int | XMLNode_isEndFor (const XMLNode_t *node, const XMLNode_t *element) |
_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 _tXMLNode_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 | XMLNode_isEOF (const XMLNode_t *node) |
_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 _tXMLNode_t_t _tstructure_t _tis_t _tan_t _tend_t _tof_t _tfile_t _tmarker_t. | |
LIBLAX_EXTERN int | XMLNode_isNamespacesEmpty (const XMLNode_t *node) |
_tPredicate_t _treturning_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 _tXMLNode_t_t _tis_t _tempty_t. | |
LIBLAX_EXTERN int | XMLNode_isStart (const XMLNode_t *node) |
_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 _tXMLNode_t_t _tstructure_t _tis_t _tan_t _tXML_t _tstart_t _telement_t. | |
LIBLAX_EXTERN int | XMLNode_isText (const XMLNode_t *node) |
_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 _tXMLNode_t_t _tstructure_t _tis_t _tan_t _tXML_t _ttext_t _telement_t. | |
LIBLAX_EXTERN int | XMLNode_removeAttr (XMLNode_t *node, 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 _tXMLNode_t_t. | |
LIBLAX_EXTERN int | XMLNode_removeAttrByName (XMLNode_t *node, 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 _tXMLNode_t_t. | |
LIBLAX_EXTERN int | XMLNode_removeAttrByNS (XMLNode_t *node, 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 _tXMLNode_t_t. | |
LIBLAX_EXTERN int | XMLNode_removeAttrByTriple (XMLNode_t *node, 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 _tXMLNode_t_t. | |
LIBLAX_EXTERN XMLNode_t * | XMLNode_removeChild (XMLNode_t *node, unsigned int n) |
_tRemoves_t _tthe_t _tnth_t _tchild_t _tof_t _tthis_t _tXMLNode_t_t _tand_t _treturned_t _tthe_t _tremoved_t _tnode_t. | |
LIBLAX_EXTERN int | XMLNode_removeChildren (XMLNode_t *node) |
_tRemoves_t _tall_t _tchildren_t _tfrom_t _tthis_t _tnode_t. | |
LIBLAX_EXTERN int | XMLNode_removeNamespace (XMLNode_t *node, 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 | XMLNode_removeNamespaceByPrefix (XMLNode_t *node, const char *prefix) |
_tRemoves_t _tan_t _tXML_t _tNamespace_t _twith_t _tthe_t _tgiven_t _tprefix_t. | |
LIBLAX_EXTERN int | XMLNode_setAttributes (XMLNode_t *node, const XMLAttributes_t *attributes) |
_tSets_t _tan_t _tXMLAttributes_t_t _tto_t _tthis_t _tXMLNode_t_t. | |
LIBLAX_EXTERN int | XMLNode_setEnd (XMLNode_t *node) |
_tDeclares_t _tthis_t _tXML_t _tstart_t _telement_t _tis_t _talso_t _tan_t _tend_t _telement_t. | |
LIBLAX_EXTERN int | XMLNode_setEOF (XMLNode_t *node) |
_tDeclares_t _tthis_t _tXMLNode_t_t _tstructure_t _tis_t _tan_t _tend_t-_tof_t-_tfile_t (_tinput_t) _tmarker_t. | |
LIBLAX_EXTERN int | XMLNode_setNamespaces (XMLNode_t *node, const XMLNamespaces_t *namespaces) |
_tSets_t _tan_t _tXMLnamespaces_t_t _tto_t _tthis_t _tXML_t _telement_t. | |
LIBLAX_EXTERN int | XMLNode_setTriple (XMLNode_t *node, const XMLTriple_t *triple) |
_tSets_t _tthe_t _tXMLTripe_t_t (_tname_t, _turi_t _tand_t _tprefix_t) _tof_t _tthis_t _tXML_t _telement_t. | |
LIBLAX_EXTERN char * | XMLNode_toXMLString (const XMLNode_t *node) |
_tReturns_t _ta_t _tstring_t _twhich_t _tis_t _tconverted_t _tfrom_t _ta_t _tgiven_t _tXMLNode_t_t. | |
LIBLAX_EXTERN int | XMLNode_unsetEnd (XMLNode_t *node) |
_tDeclares_t _tthis_t _tXML_t _tstart_t/_tend_t _telement_t _tis_t _tno_t _tlonger_t _tan_t _tend_t _telement_t. | |
Class definition of XMLNode_t, a node in an XML document tree.
LIBLAX_EXTERN int XMLNode_addAttr | ( | XMLNode_t * | node, |
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 _tXMLNode_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 _tXMLNode_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_addAttrWithNS | ( | XMLNode_t * | node, |
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 _tXMLNode_t_t _toptionally_t _tNothing_t _twill_t _tbe_t _tdone_t _tif_t _tthis_t _tXMLNode_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.
@_tparam_t _tnode_t _tXMLNode_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}
@_tnote_t _tif_t _tlocal_t _tname_t _twith_t _tthe_t _tsame_t _tnamespace_t _tURI_t _talready_t _texists_t _tin_t _tthe_t _tattribute_t _tset_t, _tits_t _tvalue_t _tand_t _tprefix_t _twill_t _tbe_t _treplaced_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_addAttrWithTriple | ( | XMLNode_t * | node, |
const XMLTriple_t * | triple, | ||
const char * | value | ||
) |
_tAdds_t _tan_t _tattribute_t _twith_t _tthe_t _tgiven_t _tXMLTriple_t/_tvalue_t _tpair_t _tto_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLNode_t_t.
_tNothing_t _twill_t _tbe_t _tdone_t _tif_t _tthis_t _tXMLNode_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.
@_tnote_t _tif_t _tlocal_t _tname_t _twith_t _tthe_t _tsame_t _tnamespace_t _tURI_t _talready_t _texists_t _tin_t _tthe_t _tattribute_t _tset_t, _tits_t _tvalue_t _tand_t _tprefix_t _twill_t _tbe_t _treplaced_t.
@_tparam_t _tnode_t _tXMLNode_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}
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_addChild | ( | XMLNode_t * | node, |
const XMLNode_t * | child | ||
) |
_tAdds_t _ta_t _tcopy_t _tof_t _tchild_t _tnode_t _tto_t _tthis_t _tXMLNode_t_t _tstructure_t.
@_tparam_t _tnode_t _tXMLNode_t_t _tstructure_t _tto_t _twhich_t _tchild_t _tis_t _tto_t _tbe_t _tadded_t. @_tparam_t _tchild_t _tXMLNode_t_t _tstructure_t _tto_t _tbe_t _tadded_t _tas_t _tchild_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 _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_addNamespace | ( | XMLNode_t * | node, |
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 _tXMLNode_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 _tXMLNode_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 _tXMLNode_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_clearAttributes | ( | XMLNode_t * | node | ) |
_tClears_t (_tdeletes_t) _tall_t _tattributes_t _tin_t _tthis_t _tXMLNode_t_t.
_tNothing_t _twill_t _tbe_t _tdone_t _tif_t _tthis_t _tXMLNode_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.
@_tparam_t _tnode_t _tXMLNode_t_t _tstructure_t _tfrom_t _twhich_t _tattributes_t _tto_t _tbe_t _tcleared_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 _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_clearNamespaces | ( | XMLNode_t * | node | ) |
_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 _tXMLNode_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.
@_tparam_t _tnode_t _tXMLNode_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}
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN XMLNode_t * XMLNode_clone | ( | const XMLNode_t * | n | ) |
_tCreates_t _ta_t _tdeep_t _tcopy_t _tof_t _tthe_t _tgiven_t _tXMLNode_t_t _tstructure_t
@_tparam_t _tn_t _tthe_t _tXMLNode_t_t _tstructure_t _tto_t _tbe_t _tcopied_t.
@_treturn_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthe_t _tgiven_t _tXMLNode_t_t _tstructure_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN XMLNode_t * XMLNode_convertStringToXMLNode | ( | const char * | xml, |
const XMLNamespaces_t * | xmlns | ||
) |
_tReturns_t _tan_t _tXMLNode_t_t _tpointer_t _twhich_t _tis_t _tconverted_t _tfrom_t _ta_t _tgiven_t _tstring_t _tcontaining_t _tXML_t _tcontent_t.
_tXMLNamespaces_t (_tthe_t _tsecond_t _targument_t) _tmust_t _tbe_t _tgiven_t _tif_t _tthe_t _tcorresponding_t _txmlns_t _tattribute_t _tis_t _tnot_t _tincluded_t _tin_t _tthe_t _tstring_t _tof_t _tthe_t _tfirst_t _targument_t.
@_tparam_t _txml_t _tstring_t _tto_t _tbe_t _tconverted_t _tto_t _ta_t _tXML_t _tnode_t. @_tparam_t _txmlns_t _tXMLNamespaces_t_t _tstructure_t _tthe_t _tnamespaces_t _tto_t _tset_t.
@_treturn_t _tpointer_t _tto_t _tXMLNode_t_t _tstructure_t _twhich_t _tis_t _tconverted_t _tfrom_t _ta_t _tgiven_t _tstring_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN const char * XMLNode_convertXMLNodeToString | ( | const XMLNode_t * | node | ) |
_tReturns_t _ta_t _tstring_t _twhich_t _tis_t _tconverted_t _tfrom_t _ta_t _tgiven_t _tXMLNode_t_t.
@_tparam_t _tnode_t _tXMLNode_t_t _tto_t _tbe_t _tconverted_t _tto_t _ta_t _tstring_t.
@_treturn_t _ta_t _tstring_t (_tchar_t*) _twhich_t _tis_t _tconverted_t _tfrom_t _ta_t _tgiven_t _tXMLNode_t_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 _tXMLNode_t_t
LIBLAX_EXTERN XMLNode_t * XMLNode_create | ( | void | ) |
_tCreates_t _ta_t _tnew_t _tempty_t _tXMLNode_t_t _tstructure_t _twith_t _tno_t _tchildren_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
@_treturn_t _tpointer_t _tto_t _tthe_t _tnew_t _tXMLNode_t_t _tstructure_t.
@_tmemberof_t _tXMLNode_t_t
_tCreates_t _ta_t _tnew_t _tempty_t _tXMLNode_t_t _tstructure_t _twith_t _tno_t _tchildren_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
@_tcond_t _tdoxygenIgnored_t
LIBLAX_EXTERN XMLNode_t * XMLNode_createEndElement | ( | const XMLTriple_t * | triple | ) |
_tCreates_t _ta_t _tnew_t _tend_t _telement_t _tXMLNode_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 _tXMLNode_t_t _tstructure_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN XMLNode_t * XMLNode_createFromToken | ( | const XMLToken_t * | token | ) |
_tCreates_t _ta_t _tnew_t _tXMLNode_t_t _tstructure_t _tby_t _tcopying_t _ttoken_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
@_tparam_t _ttoken_t _tXMLToken_t_t _tstructure_t _tto_t _tbe_t _tcopied_t _tto_t _tXMLNode_t_t _tstructure_t.
@_treturn_t _tpointer_t _tto_t _tthe_t _tnew_t _tXMLNode_t_t _tstructure_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN XMLNode_t * XMLNode_createStartElement | ( | const XMLTriple_t * | triple, |
const XMLAttributes_t * | attr | ||
) |
_tCreates_t _ta_t _tnew_t _tstart_t _telement_t _tXMLNode_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 _tXMLNode_t_t _tstructure_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN XMLNode_t * XMLNode_createStartElementNS | ( | const XMLTriple_t * | triple, |
const XMLAttributes_t * | attr, | ||
const XMLNamespaces_t * | ns | ||
) |
_tCreates_t _ta_t _tnew_t _tstart_t _telement_t _tXMLNode_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 _tXMLNode_t_t _tstructure_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN XMLNode_t * XMLNode_createTextNode | ( | const char * | text | ) |
_tCreates_t _ta_t _ttext_t _tXMLNode_t_t.
_tDefaults_t _tto_t _tcreating_t _tthe_t _tnode_t _twith_t _ta_t _tline_t _tnumber_t _tof_t _t0_t _tand_t _ta_t _tcolumn_t _tnumber_t _tof_t _t0_t.
@_tparam_t _ttext_t _tthe_t _ttext_t _tto_t _tbe_t _tadded_t _tto_t _tthe_t _tXMLToken_t_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_equals | ( | const XMLNode_t * | node, |
const XMLNode_t * | other | ||
) |
_tCompare_t _tone_t _tXMLNode_t _tagainst_t _tanother_t _tXMLNode_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tif_t _tboth_t _tnodes_t _trepresent_t _tthe_t _tsame_t _tXML_t _ttree_t, _tor_t @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tparam_t _tnode_t _tthe_t _toriginal_t _tXMLNode_t_t _tstructure_t. @_tparam_t _tother_t _tanother_t _tXMLNode_t_t _tto_t _tcompare_t _tagainst_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tboth_t _tnodes_t _trepresent_t _tthe_t _tsame_t _tXML_t _ttree_t, _tor_t @_tc_t _t0_t (_tfalse_t) _totherwise_t
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN void XMLNode_free | ( | XMLNode_t * | node | ) |
_tDestroys_t _tthis_t _tXMLNode_t_t _tstructure_t.
@_tparam_t _tnode_t _tXMLNode_t_t _tstructure_t _tto_t _tbe_t _tfreed_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN const XMLAttributes_t * XMLNode_getAttributes | ( | const XMLNode_t * | node | ) |
_tReturns_t _tthe_t _tattributes_t _tof_t _tthis_t _telement_t.
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_getAttributesLength | ( | const XMLNode_t * | node | ) |
_tReturn_t _tthe_t _tnumber_t _tof_t _tattributes_t _tin_t _tthe_t _tattributes_t _tset_t.
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_t_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_getAttrIndex | ( | const XMLNode_t * | node, |
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 _tnode_t _tXMLNode_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 _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_getAttrIndexByTriple | ( | const XMLNode_t * | node, |
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 _tnode_t _tXMLNode_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 _trequired_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 _tXMLNode_t_t
LIBLAX_EXTERN char * XMLNode_getAttrName | ( | const XMLNode_t * | node, |
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 _tXMLNode_t_t (_tby_t _tposition_t).
@_tparam_t _tnode_t _tXMLNode_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 _trequired_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 _tXMLNode_hasAttr_t() _tto_t _ttest_t _tfor_t _tthe_t _tattribute_t _texistence_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN char * XMLNode_getAttrPrefix | ( | const XMLNode_t * | node, |
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 _tXMLNode_t (_tby_t _tposition_t).
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_hasAttr_t() _tto_t _ttest_t _tfor_t _tthe_t _tattribute_t _texistence_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN char * XMLNode_getAttrPrefixedName | ( | const XMLNode_t * | node, |
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 _tXMLNode_t (_tby_t _tposition_t).
@_tparam_t _tnode_t _tXMLNode_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 _trequired_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 _tXMLNode_hasAttr_t() _tto_t _ttest_t _tfor_t _tattribute_t _texistence_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN char * XMLNode_getAttrURI | ( | const XMLNode_t * | node, |
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 _tXMLNode_t (_tby_t _tposition_t).
@_tparam_t _tnode_t _tXMLNode_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 _trequired_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 _tXMLNode_hasAttr_t(_tindex_t) _tto_t _ttest_t _tfor_t _tattribute_t _texistence_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN char * XMLNode_getAttrValue | ( | const XMLNode_t * | node, |
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 _tXMLNode_t_t (_tby_t _tposition_t).
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_hasAttr_t() _tto_t _ttest_t _tfor_t _tattribute_t _texistence_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN char * XMLNode_getAttrValueByName | ( | const XMLNode_t * | node, |
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 _tnode_t _tXMLNode_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 _trequired_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 _tXMLNode_hasAttr_t() _tto_t _ttest_t _tfor_t _tattribute_t _texistence_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN char * XMLNode_getAttrValueByNS | ( | const XMLNode_t * | node, |
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 _tnode_t _tXMLNode_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 _trequired_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 _tXMLNode_hasAttr_t(_tname_t, _turi_t) _tto_t _ttest_t _tfor_t _tattribute_t _texistence_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN char * XMLNode_getAttrValueByTriple | ( | const XMLNode_t * | node, |
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 _tnode_t _tXMLNode_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 _trequired_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 _tXMLNode_hasAttr_t() _tto_t _ttest_t _tfor_t _tattribute_t _texistence_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN const char * XMLNode_getCharacters | ( | const XMLNode_t * | node | ) |
_tReturns_t _tthe_t _ttext_t _tof_t _tthis_t _telement_t.
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_t_t
LIBLAX_EXTERN const XMLNode_t * XMLNode_getChild | ( | const XMLNode_t * | node, |
const int | n | ||
) |
_tReturns_t _tthe_t _tnth_t _tchild_t _tof_t _tthis_t _tXMLNode_t_t _tstructure_t.
@_tparam_t _tnode_t _tXMLNode_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _tn_t _tthe_t _tindex_t _tof_t _tthe_t _tnode_t _tto_t _treturn_t.
@_treturn_t _tthe_t _tnth_t _tchild_t _tof_t _tthis_t _tXMLNode_t_t _tstructure_t. _tIf_t _tthe_t _tindex_t @_tp_t _tn_t _tis_t _tinvalid_t, @_tc_t _tNULL_t _tis_t _treturned_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN const XMLNode_t * XMLNode_getChildForName | ( | const XMLNode_t * | node, |
const char * | name | ||
) |
_tReturns_t _tthe_t _tfirst_t _tchild_t _tof_t _tthe_t _tXMLNode_t_t _tstructure_t _tnode_t _twith_t _tthe_t _tgiven_t _tname_t.
_tIf_t _tno_t _tchild_t _twith_t _tcorrsponding_t _tname_t _tcan_t _tbe_t _tfound_t, _tthis_t _tmethod_t _treturns_t _tan_t _tempty_t _tnode_t.
@_tparam_t _tnode_t _tXMLNode_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _tname_t _tthe_t _tname_t _tof_t _tthe_t _tnode_t _tto_t _treturn_t.
@_treturn_t _tthe_t _tfirst_t _tchild_t _tof_t _tthis_t _tXMLNode_t_t _twith_t _tgiven_t _tname_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN XMLNode_t * XMLNode_getChildForNameNC | ( | XMLNode_t * | node, |
const char * | name | ||
) |
_tReturns_t _tthe_t (_tnon_t-_tconst_t) _tthe_t _tfirst_t _tchild_t _tof_t _tthe_t _tXMLNode_t_t _tstructure_t _tnode_t _twith_t _tthe_t _tgiven_t _tname_t.
_tIf_t _tno_t _tchild_t _twith_t _tcorrsponding_t _tname_t _tcan_t _tbe_t _tfound_t, _tthis_t _tmethod_t _treturns_t _tan_t _tempty_t _tnode_t.
@_tparam_t _tnode_t _tXMLNode_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _tname_t _tthe_t _tname_t _tof_t _tthe_t _tnode_t _tto_t _treturn_t.
@_treturn_t _tthe_t _tfirst_t _tchild_t _tof_t _tthis_t _tXMLNode_t_t _twith_t _tgiven_t _tname_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN XMLNode_t * XMLNode_getChildNC | ( | XMLNode_t * | node, |
const unsigned int | n | ||
) |
_tReturns_t _tthe_t (_tnon_t-_tconst_t) _tnth_t _tchild_t _tof_t _tthis_t _tXMLNode_t_t _tstructure_t.
@_tparam_t _tnode_t _tXMLNode_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _tn_t _tthe_t _tindex_t _tof_t _tthe_t _tnode_t _tto_t _treturn_t.
@_treturn_t _tthe_t _tnon_t-_tconst_t _tnth_t _tchild_t _tof_t _tthis_t _tXMLNode_t_t _tstructure_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_getIndex | ( | const XMLNode_t * | node, |
const char * | name | ||
) |
_tReturn_t _tthe_t _tindex_t _tof_t _tthe_t _tfirst_t _tchild_t _tof_t _tthe_t _tXMLNode_t_t _tstructure_t _tnode_t _twith_t _tthe_t _tgiven_t _tname_t.
@_tparam_t _tnode_t _tXMLNode_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _tname_t _ta_t _tstring_t, _tthe_t _tname_t _tof_t _tthe_t _tchild_t _tfor_t _twhich_t _tthe_t _tindex_t _tis_t _trequired_t.
@_treturn_t _tthe_t _tindex_t _tof_t _tthe_t _tfirst_t _tchild_t _tof_t _tnode_t _twith_t _tthe_t _tgiven_t _tname_t, _tor_t @_tc_t -_t1_t _tif_t _tnot_t _tpresent_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN const char * XMLNode_getName | ( | const XMLNode_t * | node | ) |
_tReturns_t _tthe_t (_tunqualified_t) _tname_t _tof_t _tthis_t _tXML_t _telement_t.
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_getNamespaceIndex | ( | const XMLNode_t * | node, |
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 _tnode_t _tXMLNode_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 _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_getNamespaceIndexByPrefix | ( | const XMLNode_t * | node, |
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 _tnode_t _tXMLNode_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 _tXMLNode_t_t
LIBLAX_EXTERN char * XMLNode_getNamespacePrefix | ( | const XMLNode_t * | node, |
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.
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_t_t
LIBLAX_EXTERN char * XMLNode_getNamespacePrefixByURI | ( | const XMLNode_t * | node, |
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 _tnode_t _tXMLNode_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 _tXMLNode_t_t
LIBLAX_EXTERN const XMLNamespaces_t * XMLNode_getNamespaces | ( | const XMLNode_t * | node | ) |
_tReturns_t _tthe_t _tXML_t _tnamespace_t _tdeclarations_t _tfor_t _tthis_t _tXML_t _telement_t.
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_getNamespacesLength | ( | const XMLNode_t * | node | ) |
_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 _tnode_t _tXMLNode_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 _tXMLNode_t_t
LIBLAX_EXTERN char * XMLNode_getNamespaceURI | ( | const XMLNode_t * | node, |
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 _tnode_t _tXMLNode_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 _tXMLNode_t_t
LIBLAX_EXTERN char * XMLNode_getNamespaceURIByPrefix | ( | const XMLNode_t * | node, |
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 _tnode_t _tXMLNode_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 _tXMLNode_t_t
LIBLAX_EXTERN unsigned int XMLNode_getNumChildren | ( | const XMLNode_t * | node | ) |
_tReturns_t _tthe_t _tnumber_t _tof_t _tchildren_t _tfor_t _tthis_t _tXMLNode_t_t _tstructure_t.
@_tparam_t _tnode_t _tXMLNode_t_t _tstructure_t _tto_t _tbe_t _tqueried_t.
@_treturn_t _tthe_t _tnumber_t _tof_t _tchildren_t _tfor_t _tthis_t _tXMLNode_t_t _tstructure_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN const char * XMLNode_getPrefix | ( | const XMLNode_t * | node | ) |
_tReturns_t _tthe_t _tnamespace_t _tprefix_t _tof_t _tthis_t _tXML_t _telement_t.
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_t_t
LIBLAX_EXTERN const char * XMLNode_getURI | ( | const XMLNode_t * | node | ) |
_tReturns_t _tthe_t _tnamespace_t _tURI_t _tof_t _tthis_t _tXML_t _telement_t.
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_hasAttr | ( | const XMLNode_t * | node, |
int | index | ||
) |
_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 _tattribute_t _twith_t _tthe_t _tgiven_t _tindex_t _texists_t _tin_t _tthe_t _tattribute_t _tset_t _tin_t _tthis_t _tXMLNode_t.
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_t_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_hasAttrWithName | ( | const XMLNode_t * | node, |
const char * | name | ||
) |
_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 _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 _tXMLNode_t_t.
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_t_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_hasAttrWithNS | ( | const XMLNode_t * | node, |
const char * | name, | ||
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 _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 _tXMLNode_t_t.
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_t_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_hasAttrWithTriple | ( | const XMLNode_t * | node, |
const XMLTriple_t * | triple | ||
) |
_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 _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 _tXMLNode_t_t
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_t_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_hasChild | ( | const XMLNode_t * | node, |
const char * | name | ||
) |
\* _tReturn_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tindicating_t _twhether_t _tnode_t _thas_t _ta_t _tchild_t _twith_t _tthe_t _tgiven_t _tname_t.
@_tparam_t _tnode_t _tXMLNode_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _tname_t _ta_t _tstring_t, _tthe_t _tname_t _tof_t _tthe_t _tchild_t _tto_t _tbe_t _tchecked_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tnode_t _thas_t _ta_t _tchild_t _twith_t _tthe_t _tgiven_t _tname_t @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_hasNamespaceNS | ( | const XMLNode_t * | node, |
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/_tprefix_t _tpair_t _tis_t _tcontained_t _tin_t _tthe_t _tXMLNamespaces_t_t _tof_t _tthis_t _tXMLNode_t_t.
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_t_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_hasNamespacePrefix | ( | const XMLNode_t * | node, |
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 _tprefix_t _tis_t _tcontained_t _tin_t _tthe_t _tXMLNamespaces_t_t _tof_t _tthis_t _tXMLNode_t_t.
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_t_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_hasNamespaceURI | ( | const XMLNode_t * | node, |
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 _tthe_t _tXMLNamespaces_t_t _tof_t _tthis_t _tXMLNode_t_t.
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_t_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN XMLNode_t * XMLNode_insertChild | ( | XMLNode_t * | node, |
unsigned int | n, | ||
const XMLNode_t * | child | ||
) |
_tInserts_t _ta_t _tcopy_t _tof_t _tchild_t _tnode_t _tto_t _tthis_t _tXMLNode_t_t _tstructure_t.
@_tparam_t _tnode_t _tXMLNode_t_t _tstructure_t _tto_t _twhich_t _tchild_t _tis_t _tto_t _tbe_t _tadded_t. @_tparam_t _tn_t _tthe_t _tindex_t _tat_t _twhich_t _tthe_t _tgiven_t _tnode_t _tis_t _tinserted_t. @_tparam_t _tchild_t _tXMLNode_t_t _tstructure_t _tto_t _tbe_t _tinserted_t _tas_t _tnth_t _tchild_t.
@_treturn_t _tthe_t _tnewly_t _tinserted_t _tchild_t _tin_t _tthis_t _tXMLNode_t_t. @_tc_t _tNULL_t _twill_t _tbe_t _treturned_t _tif_t _tthe_t _tgiven_t _tchild_t _tis_t @_tc_t _tNULL_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_isAttributesEmpty | ( | const XMLNode_t * | node | ) |
_tPredicate_t _treturning_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 _tXMLNode_t_t _tset_t _tis_t _tempty_t.
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_t_t _tis_t _tempty_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_isElement | ( | const XMLNode_t * | node | ) |
_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 _tXMLNode_t_t _tstructure_t _tis_t _tan_t _tXML_t _telement_t.
@_tparam_t _tnode_t _tXMLNode_t_t _tstructure_t _tto_t _tbe_t _tqueried_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tXMLNode_t_t _tstructure_t _tis_t _tan_t _tXML_t _telement_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_isEnd | ( | const XMLNode_t * | node | ) |
_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 _tXMLNode_t_t _tstructure_t _tis_t _tan_t _tXML_t _tend_t _telement_t.
@_tparam_t _tnode_t _tXMLNode_t_t _tstructure_t _tto_t _tbe_t _tqueried_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tXMLNode_t_t _tstructure_t _tis_t _tan_t _tXML_t _tend_t _telement_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_isEndFor | ( | const XMLNode_t * | node, |
const XMLNode_t * | element | ||
) |
_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 _tXMLNode_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 _tnode_t _tXMLNode_t_t _tstructure_t _tto_t _tbe_t _tqueried_t. @_tparam_t _telement_t _tXMLNode_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 _tXMLNode_t_t _tstructure_t _tis_t _tan_t _tXML_t _tend_t _telement_t _tfor_t _tthe_t _tgiven_t _tXMLNode_t_t _tstructure_t _tstart_t _telement_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_isEOF | ( | const XMLNode_t * | node | ) |
_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 _tXMLNode_t_t _tstructure_t _tis_t _tan_t _tend_t _tof_t _tfile_t _tmarker_t.
@_tparam_t _tnode_t _tXMLNode_t_t _tstructure_t _tto_t _tbe_t _tqueried_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tXMLNode_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 _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_isNamespacesEmpty | ( | const XMLNode_t * | node | ) |
_tPredicate_t _treturning_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 _tXMLNode_t_t _tis_t _tempty_t.
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_t_t _tis_t _tempty_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_isStart | ( | const XMLNode_t * | node | ) |
_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 _tXMLNode_t_t _tstructure_t _tis_t _tan_t _tXML_t _tstart_t _telement_t.
@_tparam_t _tnode_t _tXMLNode_t_t _tstructure_t _tto_t _tbe_t _tqueried_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tXMLNode_t_t _tstructure_t _tis_t _tan_t _tXML_t _tstart_t _telement_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_isText | ( | const XMLNode_t * | node | ) |
_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 _tXMLNode_t_t _tstructure_t _tis_t _tan_t _tXML_t _ttext_t _telement_t.
@_tparam_t _tnode_t _tXMLNode_t_t _tstructure_t _tto_t _tbe_t _tqueried_t.
@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthis_t _tXMLNode_t_t _tstructure_t _tis_t _tan_t _tXML_t _ttext_t _telement_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_removeAttr | ( | XMLNode_t * | node, |
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 _tXMLNode_t_t.
_tNothing_t _twill_t _tbe_t _tdone_t _tif_t _tthis_t _tXMLNode_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_removeAttrByName | ( | XMLNode_t * | node, |
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 _tXMLNode_t_t.
_tNothing_t _twill_t _tbe_t _tdone_t _tif_t _tthis_t _tXMLNode_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_removeAttrByNS | ( | XMLNode_t * | node, |
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 _tXMLNode_t_t.
_tNothing_t _twill_t _tbe_t _tdone_t _tif_t _tthis_t _tXMLNode_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_removeAttrByTriple | ( | XMLNode_t * | node, |
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 _tXMLNode_t_t.
_tNothing_t _twill_t _tbe_t _tdone_t _tif_t _tthis_t _tXMLNode_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_t_t
LIBLAX_EXTERN XMLNode_t * XMLNode_removeChild | ( | XMLNode_t * | node, |
unsigned int | n | ||
) |
_tRemoves_t _tthe_t _tnth_t _tchild_t _tof_t _tthis_t _tXMLNode_t_t _tand_t _treturned_t _tthe_t _tremoved_t _tnode_t.
@_tparam_t _tnode_t _tXMLNode_t_t _tstructure_t _tto_t _twhich_t _tchild_t _tis_t _tto_t _tbe_t _tremoved_t. @_tparam_t _tn_t _tthe_t _tindex_t _tof_t _tthe_t _tnode_t _tto_t _tbe_t _tremoved_t.
@_treturn_t _tthe_t _tremoved_t _tchild_t, _tor_t @_tc_t _tNULL_t _tif_t _tthe_t _tgiven_t _tindex_t _tis_t _tout_t _tof_t _trange_t.
@_tnote_t _tThis_t _tfunction_t _tinvalidates_t _tall_t _texisting_t _treferences_t _tto_t _tchild_t _tnodes_t _tafter_t _tthe_t _tposition_t _tor_t _tfirst_t.
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_removeChildren | ( | XMLNode_t * | node | ) |
_tRemoves_t _tall_t _tchildren_t _tfrom_t _tthis_t _tnode_t.
@_tparam_t _tnode_t _tXMLNode_t_t _tstructure_t _twhose_t _tchildren_t _tto_t _tremove_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}
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_removeNamespace | ( | XMLNode_t * | node, |
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 _tXMLNode_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_removeNamespaceByPrefix | ( | XMLNode_t * | node, |
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 _tXMLNode_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_setAttributes | ( | XMLNode_t * | node, |
const XMLAttributes_t * | attributes | ||
) |
_tSets_t _tan_t _tXMLAttributes_t_t _tto_t _tthis_t _tXMLNode_t_t.
_tNothing_t _twill_t _tbe_t _tdone_t _tif_t _tthis_t _tXMLNode_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.
@_tparam_t _tnode_t _tXMLNode_t_t _tstructure_t _tto_t _twhich_t _tattributes_t _tto_t _tbe_t _tset_t. @_tparam_t _tattributes_t _tXMLAttributes_t _tto_t _tbe_t _tset_t _tto_t _tthis_t _tXMLNode_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}
@_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 _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_setEnd | ( | XMLNode_t * | node | ) |
_tDeclares_t _tthis_t _tXML_t _tstart_t _telement_t _tis_t _talso_t _tan_t _tend_t _telement_t.
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_setEOF | ( | XMLNode_t * | node | ) |
_tDeclares_t _tthis_t _tXMLNode_t_t _tstructure_t _tis_t _tan_t _tend_t-_tof_t-_tfile_t (_tinput_t) _tmarker_t.
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_setNamespaces | ( | XMLNode_t * | node, |
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 _tXMLNode_t_t _tis_t _tnot_t _ta_t _tstart_t _telement_t.
@_tparam_t _tnode_t _tXMLNode_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 _tXMLNode_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}
@_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 _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_setTriple | ( | XMLNode_t * | node, |
const XMLTriple_t * | triple | ||
) |
_tSets_t _tthe_t _tXMLTripe_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 _tnode_t _tXMLNode_t_t _tstructure_t _tto_t _twhich_t _tthe_t _ttriple_t _tto_t _tbe_t _tadded_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}
@_tmemberof_t _tXMLNode_t_t
LIBLAX_EXTERN char * XMLNode_toXMLString | ( | const XMLNode_t * | node | ) |
_tReturns_t _ta_t _tstring_t _twhich_t _tis_t _tconverted_t _tfrom_t _ta_t _tgiven_t _tXMLNode_t_t.
@_tparam_t _tnode_t _tXMLNode_t_t _tto_t _tbe_t _tconverted_t _tto_t _ta_t _tstring_t.
@_treturn_t _ta_t _tstring_t (_tchar_t*) _twhich_t _tis_t _tconverted_t _tfrom_t _ta_t _tgiven_t _tXMLNode_t_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 _tXMLNode_t_t
LIBLAX_EXTERN int XMLNode_unsetEnd | ( | XMLNode_t * | node | ) |
_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 _tnode_t _tXMLNode_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 _tXMLNode_t_t