Gsf.XMLIn – libgsf-1 Reference Manual
Packages
libgsf-1
Gsf
XMLIn
check_ns
get_input
namecmp
push_state
set_silent_unknowns
content
doc
node
node_stack
user_state
XMLIn
Object Hierarchy:
Description:
[
CCode
( has_type_id =
false
) ]
[
Compact
]
public
class
XMLIn
Namespace:
Gsf
Package:
libgsf-1
Content:
Methods:
public
unowned
string
?
check_ns
(
string
str,
uint
ns_id)
According to
state
is
str
in the namespace
ns_id
?
public
unowned
Input
get_input
()
(New in 1.14.2)
public
bool
namecmp
(
string
str,
uint
ns_id,
string
name)
Checks to see if
str
is the same as
ns_id
::
name
with either an explicit namespace or the current default namespace.
public
void
push_state
(
XMLInDoc
doc,
void
* new_state,
XMLInExtDtor
dtor,
string
[] attrs)
Take the first node from
doc
as the current node and call its start handler.
public
void
set_silent_unknowns
(
bool
silent)
(New in 1.14.33)
Fields:
public
unowned
StringBuilder
content
public
unowned
XMLInDoc
doc
public
unowned
XMLInNode
node
public
unowned
SList
<
void
*>
node_stack
public
void
*
user_state