Qore XML Module  1.4.1
Deprecated List
Member Qore::Xml::makeFormattedXMLFragment (hash h, *string encoding)
use make_xml_fragment(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::makeFormattedXMLRPCCallString (string method,...)
use make_xmlrpc_call(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::makeFormattedXMLRPCCallStringArgs (string method, any argv)
use make_xmlrpc_call(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::makeFormattedXMLRPCCallStringArgsWithEncoding (string encoding, string method, any argv)
use make_xmlrpc_call(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::makeFormattedXMLRPCCallStringWithEncoding (string encoding, string method,...)
use make_xmlrpc_call(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::makeFormattedXMLRPCFaultResponseString (softint code, string msg)
use make_xmlrpc_fault(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::makeFormattedXMLRPCFaultResponseStringWithEncoding (string encoding, softint code, string msg)
use make_xmlrpc_fault(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::makeFormattedXMLRPCResponseString (...)
use make_xmlrpc_response(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::makeFormattedXMLRPCResponseStringWithEncoding (string encoding,...)
use make_xmlrpc_response(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::makeFormattedXMLRPCValueString (any value, *string encoding)
use make_xmlrpc_value(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::makeFormattedXMLString (string key, hash h, *string encoding)
use make_xml(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::makeFormattedXMLString (hash h, *string encoding)
use make_xml(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::makeXMLFragment (hash h, *string encoding)
use make_xml_fragment(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::makeXMLRPCCallString (string method,...)
use make_xmlrpc_call(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::makeXMLRPCCallStringArgs (string method, any args)
use make_xmlrpc_call(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::makeXMLRPCCallStringArgsWithEncoding (string encoding, string method, any args)
use make_xmlrpc_call(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::makeXMLRPCCallStringWithEncoding (string encoding, string method,...)
use make_xmlrpc_call(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::makeXMLRPCFaultResponseString (softint code, string msg)
use make_xmlrpc_fault(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::makeXMLRPCFaultResponseStringWithEncoding (string encoding, softint code, string msg)
use make_xmlrpc_fault(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::makeXMLRPCResponseString (...)
use make_xmlrpc_response(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::makeXMLRPCResponseStringWithEncoding (string encoding,...)
use make_xmlrpc_response(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::makeXMLRPCValueString (any value, *string encoding)
use make_xmlrpc_value(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::makeXMLString (string key, hash h, *string encoding)
use make_xml(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::makeXMLString (hash h, *string encoding)
use make_xml(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::parseXML (string xml, *string encoding)
use parse_xml(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::parseXMLAsData (string xml, *string encoding)
use parse_xml(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::parseXMLAsDataWithRelaxNG (string xml, string relaxng, *string encoding)
use parse_xml_with_relaxng(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::parseXMLAsDataWithSchema (string xml, string xsd, *string encoding)
use parse_xml_with_schema(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::parseXMLRPCCall (string xml, *string encoding)
use parse_xmlrpc_call(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::parseXMLRPCResponse (string xml, *string encoding)
use parse_xmlrpc_response(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::parseXMLRPCValue (string xml, *string encoding)
use parse_xmlrpc_value(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::parseXMLWithRelaxNG (string xml, string relaxng, *string encoding)
use parse_xml_with_relaxng(); camel-case function names were deprecated in xml 1.3
Member Qore::Xml::parseXMLWithSchema (string xml, string xsd, *string encoding)
use parse_xml_with_schema(); camel-case function names were deprecated in xml 1.3