Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /usr/share/doc/libgsf-1-dev/html/gsf/ drwxr-xr-x | |
| Viewing file: Select action/file-type:
FunctionsFunctionsGsfXMLInUnknownFunc ()gboolean (*GsfXMLInUnknownFunc) ( GsfXMLProbeFunc ()gboolean (*GsfXMLProbeFunc) ( GSF_XML_IN_NODE_FULL()#define GSF_XML_IN_NODE_FULL(parent_id, id, ns, name, has_content, \
share_children_with_parent, check_ns, start, end, user)
gsf_xml_in_doc_new ()GsfXMLInDoc * gsf_xml_in_doc_new ( Combine the nodes in the gsf_xml_in_doc_add_nodes ()void gsf_xml_in_doc_add_nodes ( Adds additional nodes to the structure of gsf_xml_in_doc_parse ()gboolean gsf_xml_in_doc_parse ( Read an xml document from gsf_xml_in_doc_set_unknown_handler ()void gsf_xml_in_doc_set_unknown_handler ( Call the function gsf_xml_in_push_state ()void gsf_xml_in_push_state ( Take the first node from gsf_xml_in_namecmp ()gboolean gsf_xml_in_namecmp ( Checks to see if Parameters
gsf_xml_in_check_ns ()char const * gsf_xml_in_check_ns ( According to Returnsa pointer to [transfer none][nullable] gsf_xml_out_set_doc_type ()void gsf_xml_out_set_doc_type ( Store some optional <!DOCTYPE .. > content gsf_xml_out_get_output ()GsfOutput *
gsf_xml_out_get_output (
Get the GsfOutput we are writing to.. gsf_xml_out_start_element ()void gsf_xml_out_start_element ( Output a start element gsf_xml_out_end_element ()char const *
gsf_xml_out_end_element (
Closes/ends an XML element. gsf_xml_out_add_cstr ()void gsf_xml_out_add_cstr ( dump gsf_xml_out_add_cstr_unchecked ()void gsf_xml_out_add_cstr_unchecked ( dump gsf_xml_out_add_bool ()void gsf_xml_out_add_bool ( dump boolean value gsf_xml_out_add_int ()void gsf_xml_out_add_int ( dump integer value gsf_xml_out_add_uint ()void gsf_xml_out_add_uint ( dump unsigned integer value gsf_xml_out_add_float ()void gsf_xml_out_add_float ( dump float value gsf_xml_out_add_enum ()void gsf_xml_out_add_enum ( Output the name of value gsf_xml_out_add_color ()void gsf_xml_out_add_color ( dump Color gsf_xml_out_add_base64 ()void gsf_xml_out_add_base64 ( Dump gsf_xml_out_add_gvalue ()void gsf_xml_out_add_gvalue ( Output the value of gsf_xml_out_simple_element ()void gsf_xml_out_simple_element ( Convenience routine to output a simple gsf_xml_out_simple_float_element ()void gsf_xml_out_simple_float_element ( Convenience routine to output an element gsf_xml_out_simple_int_element ()void gsf_xml_out_simple_int_element ( Convenience routine to output an element gsf_xml_parser_context ()xmlParserCtxt *
gsf_xml_parser_context (
Create a libxml2 pull style parser context wrapper around gsf input This adds a reference to
input.A simple wrapper around a cleaner implementation that will fold in
when we add other api changes. Its not worth bumping just for this.
NOTE: skipped since xmlParserCtxt is not exported to introspection. [skip] gsf_xml_gvalue_from_str ()gboolean gsf_xml_gvalue_from_str ( Try to parse Types and ValuesGsfXMLIntypedef struct {
/* public state : read only */
gpointer user_state;
GString *content;
GsfXMLInDoc const *doc;
GsfXMLInNode const *node; /* current node (not on the stack) */
} GsfXMLIn;
Members
GsfXMLInNodetypedef struct {
char const *id; /* unique in the entire tree */
int ns_id;
char const *name;
char const *parent_id;
void (*start) (GsfXMLIn *xin, xmlChar const **attrs);
void (*end) (GsfXMLIn *xin, GsfXMLBlob *unknown);
union {
int v_int;
gboolean v_bool;
gpointer v_blob;
char const *v_str;
} user_data;
GsfXMLContent has_content;
unsigned int check_children_for_ns : 1;
unsigned int share_children_with_parent : 1;
} GsfXMLInNode;
Members
Property DetailsThe
|
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.006 ]-- |