Macaulay2
»
Documentation
Packages
»
XML
::
LibxmlAttribute
next
|
previous
|
forward
|
backward
| up |
index
|
toc
LibxmlAttribute -- the class of all XML attributes created by the library libxml
Functions and methods returning an object of class LibxmlAttribute:
xmlAddAttribute(LibxmlNode,String,String)
-- add an attribute to an XML node
xmlFirstAttribute(LibxmlNode)
-- get the first attribute of an XML node
xmlGetNext(LibxmlAttribute)
-- see
xmlGetNext
-- get the next XML node or attribute
Methods that use an object of class LibxmlAttribute:
getChildren(LibxmlAttribute)
-- see
getChildren
-- get the list of children of an XML node
xmlFirstChild(LibxmlAttribute)
-- see
xmlFirstChild
-- get the first child of an XML node or attribute
xmlGetName(LibxmlAttribute)
-- see
xmlGetName
-- get the name of an XML node or attribute
For the programmer
The object
LibxmlAttribute
is
a
type
, with ancestor class
Thing
.