OSL ‐ XML - Mistium/Origin-OS GitHub Wiki

"".xmlTagName()

Tag Text

"".xmlTagText()

"".xmlSetText(txt)

Children

"".xmlTagHasChild()

"".xmlTagChildNum()

"".xmlAddChild(child)

"".xmlReplaceChild(index,new_child)

"".xmlGetChild(index)


Attributes

"".xmlTagAttributes()

"".xmlHasAttribute(att)

"".xmlGetAttribute(att)

"".xmlRemoveAttribute(att)

"".xmlSetAttribute(att,val)