Macaulay2 » Documentation
Packages » XML :: xmlIsElement(LibxmlNode)
next | previous | forward | backward | up | index | toc

xmlIsElement(LibxmlNode) -- whether an XML node is an element

Synopsis

Description

i1 : xmlParse ///<bar/>///

o1 = <bar/>

o1 : LibxmlNode (xmlTypeDescription)
i2 : xmlIsElement oo

o2 = true

See also

Ways to use this method: