3.7 Type checking
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog SGML/XML parser
Predicate Reference
Type checking
xml_is_dom/1
Availability:
:- use_module(
library(sgml)
).
(can be autoloaded)
xml_is_dom
(
@Term
)
True if
Term
is an SGML/XML term as produced by one of the above predicates and acceptable by
xml_write/3
and friends.