Functions X...
A B C D E F G H I L M N O P Q R S T U V W X Y Z
XML Parser
The XML Parser was implemented with DOM (Document Object Model) Level 2 and allows you to read, write, modify data XML either from a file or from a string. DOM provides an interface to access the contents and structure in order to change them. Additionally it makes a hierarchal view of the document (tree view).
Function | Availabiltiy | Assignment |
---|---|---|
xmlAppendChild() | CTRL | XML function |
xmlChildNodes() | CTRL | XML function |
xmlCloseDocument() | CTRL | XML function |
xmlDocumentFromFile() | CTRL | XML function |
xmlDocumentFromString() | CTRL | XML function |
xmlDocumentToFile() | CTRL | XML function |
xmlDocumentToString() | CTRL | XML function |
xmlElementAttributes() | CTRL | XML function |
xmlFirstChild() | CTRL | XML function |
xmlGetElementAttribute() | CTRL | XML function |
xmlIsSameNode() | CTRL | XML function |
xmlNamedChild() | CTRL | XML function |
xmlNewDocument() | CTRL | XML function |
xmlNextSibling() | CTRL | XML function |
xmlNodeName() | CTRL | XML function |
xmlNodePosition() | CTRL | XML function |
xmlNodeType() | CTRL | XML function |
xmlNodeValue() | CTRL | XML function |
xmlParentNode() | CTRL | XML function |
xmlRemoveElementAttribute() | CTRL | XML function |
xmlRemoveNode() | CTRL | XML function |
xmlSetElementAttribute() | CTRL | XML function |
xmlSetNodeValue() | CTRL | XML function |
CtrlXmlRpc
CtrlXmlRpc is a CTRL extension including XmlRpc functions. XmlRpc is a protocol for web services, similar to SOAP but much simpler. In order to run an XmlRpc server, you have to start the HTTP server and install a handler. "/RPC2" is the default URL for XmlRpc.
Function | Availability | Assignment |
xmlrpcCall() | CTRL | XmlRpc function |
xmlrpcClient() | CTRL | XmlRpc function |
xmlrpcConnectToServer() | CTRL | XmlRpc function |
xmlrpcCloseServer() | CTRL | XmlRpc function |
xmlrpcDecodeRequest() | CTRL | XmlRpc function |
xmlrpcDecodeValue() | CTRL | XmlRpc function |
xmlrpcEncodeResponse() | CTRL | XmlRpc function |
xmlrpcEncodeValue() | CTRL | XmlRpc function |
xmlrpcHandler() | CTRL | XmlRpc function |
xmlrpcSetGzipLimit() | CTRL | XmlRpc function |