Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
CPACK
Home
List packs
Submit pack
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
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.
ClioPatria
(version
V3.1.1-51-ga0b30a5
)