3.6 Parsing Primitives
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog SGML/XML parser
Predicate Reference
Parsing Primitives
new_sgml_parser/2
free_sgml_parser/1
set_sgml_parser/2
get_sgml_parser/2
sgml_parse/2
Partial Parsing
Availability:
:- use_module(
library(sgml)
).
(can be autoloaded)
free_sgml_parser
(
+Parser
)
Destroy all resources related to the parser. This does not destroy the DTD if the parser was created using the
dtd(DTD)
option.