Xml.SaveCtxt – libxml-2.0 Reference Manual
SaveCtxt
Object Hierarchy:
Xml.SaveCtxt
Xml.SaveCtxt
Xml.SaveCtxt
Description:
[
Compact
]
[
CCode
( cname =
"xmlSaveCtxt"
, free_function =
"xmlSaveClose"
) ]
public
class
SaveCtxt
Namespace:
Xml
Package:
libxml-2.0
Content:
Creation methods:
public
SaveCtxt.to_io
(
OutputWriteCallback
iowrite,
OutputCloseCallback
ioclose,
void
* ioctx =
null
,
string
? encoding =
null
,
int
options =
0
)
Methods:
public
int
close
()
public
int
flush
()
public
int
save_doc
(
unowned
Doc
* doc)
public
int
save_tree
(
unowned
Node
* node)
2022 vala-language.org