|
Nyx Node
|
XML document. More...
Public Member Functions | |
| __init__ (self, int ptr) | |
| Wraps a C XML document pointer. | |
| str | to_string (self) |
| Returns a string representing this XML document. | |
| NyxObject | to_json (self) |
| Converts this XML Nyx / INDI command to the JSON one. | |
Static Public Member Functions | |
| NyxXMLDoc | from_string (str string) |
| Parses an XML document from a string. | |
| nyx.xml.NyxXMLDoc.__init__ | ( | self, | |
| int | ptr ) |
|
static |
| str nyx.xml.NyxXMLDoc.to_string | ( | self | ) |
| NyxObject nyx.xml.NyxXMLDoc.to_json | ( | self | ) |