next | previous | forward | backward | up | top | index | toc | Macaulay2 website
XML :: xmlIsElement(LibxmlNode)

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: