base_soap::SOAPSerializer Member List

This is the complete list of members for base_soap::SOAPSerializer, including all inherited members.
add(xercesc::DOMDocument *doc, xercesc::DOMElement *node, const base::String &name, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
add(xercesc::DOMDocument *doc, xercesc::DOMElement *node, const base::String &name, bool value)base_soap::SOAPSerializer [static]
add(xercesc::DOMDocument *doc, xercesc::DOMElement *node, const base::String &name, const base::DateTime &value)base_soap::SOAPSerializer [static]
add(xercesc::DOMDocument *doc, xercesc::DOMElement *node, const base::String &name, double value)base_soap::SOAPSerializer [static]
add(xercesc::DOMDocument *doc, xercesc::DOMElement *node, const base::String &name, int value)base_soap::SOAPSerializer [static]
add(xercesc::DOMDocument *doc, xercesc::DOMElement *node, const base::String &name, unsigned int value)base_soap::SOAPSerializer [static]
add(xercesc::DOMDocument *doc, xercesc::DOMElement *node, const base::String &name, long value)base_soap::SOAPSerializer [static]
add(xercesc::DOMDocument *doc, xercesc::DOMElement *node, const base::String &name, unsigned long value)base_soap::SOAPSerializer [static]
add(xercesc::DOMDocument *doc, xercesc::DOMElement *node, const base::String &name, base::longlong_t value)base_soap::SOAPSerializer [static]
add(xercesc::DOMDocument *doc, xercesc::DOMElement *node, const base::String &name, base::u_longlong_t value)base_soap::SOAPSerializer [static]
add(xercesc::DOMDocument *doc, xercesc::DOMElement *node, const base::String &name, const char *value, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
add(xercesc::DOMDocument *doc, xercesc::DOMElement *node, const base::String &name, const base::String &value, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
add(xercesc::DOMDocument *doc, xercesc::DOMElement *node, const std::vector< base::String > &names, const std::vector< base::String > &values, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
add(xercesc::DOMDocument *doc, xercesc::DOMElement *node, const base::String &name, const std::vector< base::String > &names, const std::vector< base::String > &values, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
add(xercesc::DOMDocument *doc, xercesc::DOMElement *node, const base::String &name, const std::vector< std::pair< base::String, base::String > > &value, bool lower=true, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
add(xercesc::DOMDocument *doc, xercesc::DOMElement *node, const base::String &name, const std::map< base::String, base::String > &value, bool lower=true, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
add(xercesc::DOMDocument *doc, xercesc::DOMElement *node, const base::String &name, const std::vector< base::String > &value, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
add(xercesc::DOMDocument *doc, xercesc::DOMElement *node, const base::String &name, const std::vector< std::map< base::String, base::String > > &value, bool lower=true, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
add(xercesc::DOMDocument *doc, xercesc::DOMElement *node, const SOAPException &exception)base_soap::SOAPSerializer [static]
createDocument(xercesc::DOMImplementation *impl, const base::String &qname, const base::String &nsuri="")base_soap::SOAPSerializer [static]
createElement(xercesc::DOMDocument *doc, const base::String &name, bool lower=false)base_soap::SOAPSerializer [static]
createElementNode(xercesc::DOMDocument *doc, const base::String &name)base_soap::SOAPSerializer [static]
createTextNode(xercesc::DOMDocument *doc, const char *value, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
deserializeBool(const xercesc::DOMNode *node, const base::String &name, bool *isnull=NULL)base_soap::SOAPSerializer [static]
deserializeDateTime(const xercesc::DOMNode *node, const base::String &name, bool *isnull=NULL)base_soap::SOAPSerializer [static]
deserializeDouble(const xercesc::DOMNode *node, const base::String &name, bool *isnull=NULL)base_soap::SOAPSerializer [static]
deserializeInt(const xercesc::DOMNode *node, const base::String &name, bool *isnull=NULL)base_soap::SOAPSerializer [static]
deserializeLong(const xercesc::DOMNode *node, const base::String &name, bool *isnull=NULL)base_soap::SOAPSerializer [static]
deserializeLongLong(const xercesc::DOMNode *node, const base::String &name, bool *isnull=NULL)base_soap::SOAPSerializer [static]
deserializeMap(const xercesc::DOMNode *node, const base::String &name, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
deserializeString(const xercesc::DOMNode *node, bool *isnull=NULL, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
deserializeStructArray(xercesc::DOMDocument *doc, const xercesc::DOMNode *node, const base::String &name, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
deserializeUInt(const xercesc::DOMNode *node, const base::String &name, bool *isnull=NULL)base_soap::SOAPSerializer [static]
deserializeULong(const xercesc::DOMNode *node, const base::String &name, bool *isnull=NULL)base_soap::SOAPSerializer [static]
deserializeULongLong(const xercesc::DOMNode *node, const base::String &name, bool *isnull=NULL)base_soap::SOAPSerializer [static]
deserializeVectorOfMaps(const xercesc::DOMNode *root, const base::String &name, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
deserializeVectorOfPairs(const xercesc::DOMNode *node, const base::String &name, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
deserializeVectorOfStrings(const xercesc::DOMNode *node, const base::String &name, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
get(const xercesc::DOMNode *node, const base::String &name, bool *exists=NULL, bool *isnull=NULL, enum xercesc::DOMNode::NodeType type=xercesc::DOMNode::TEXT_NODE)base_soap::SOAPSerializer [static]
getBool(const xercesc::DOMNode *node, const base::String &name, bool *exists=NULL, bool *isnull=NULL)base_soap::SOAPSerializer [static]
getDateTime(const xercesc::DOMNode *node, const base::String &name, bool *exists=NULL, bool *isnull=NULL)base_soap::SOAPSerializer [static]
getDOMImplementation(const base::String &name)base_soap::SOAPSerializer [static]
getDouble(const xercesc::DOMNode *node, const base::String &name, bool *exists=NULL, bool *isnull=NULL)base_soap::SOAPSerializer [static]
getInt(const xercesc::DOMNode *node, const base::String &name, bool *exists=NULL, bool *isnull=NULL)base_soap::SOAPSerializer [static]
getLong(const xercesc::DOMNode *node, const base::String &name, bool *exists=NULL, bool *isnull=NULL)base_soap::SOAPSerializer [static]
getLongLong(const xercesc::DOMNode *node, const base::String &name, bool *exists=NULL, bool *isnull=NULL)base_soap::SOAPSerializer [static]
getMap(const xercesc::DOMNode *node, const base::String &name, bool *exists=NULL, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
getNamedItem(xercesc::DOMNamedNodeMap *list, const char *name)base_soap::SOAPSerializer [static]
getNodeName(const xercesc::DOMNode *node)base_soap::SOAPSerializer [static]
getNodeValue(const xercesc::DOMNode *node, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
getString(const xercesc::DOMNode *node, const base::String &name, bool *exists=NULL, bool *isnull=NULL, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
getStruct(xercesc::DOMDocument *doc, const xercesc::DOMNode *node, const base::String &name, bool *exists=NULL, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
getStructArray(xercesc::DOMDocument *doc, const xercesc::DOMNode *node, const base::String &name, bool *exists=NULL, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
getUInt(const xercesc::DOMNode *node, const base::String &name, bool *exists=NULL, bool *isnull=NULL)base_soap::SOAPSerializer [static]
getULong(const xercesc::DOMNode *node, const base::String &name, bool *exists=NULL, bool *isnull=NULL)base_soap::SOAPSerializer [static]
getULongLong(const xercesc::DOMNode *node, const base::String &name, bool *exists=NULL, bool *isnull=NULL)base_soap::SOAPSerializer [static]
getVectorOfMaps(const xercesc::DOMNode *root, const base::String &name, bool *exists=NULL, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
getVectorOfPairs(const xercesc::DOMNode *node, const base::String &name, bool *exists=NULL, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
getVectorOfStrings(const xercesc::DOMNode *node, const base::String &name, bool *exists=NULL, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
renameNode(xercesc::DOMDocument *doc, xercesc::DOMNode *node, const base::String &qname, const base::String &nsuri="", SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
serialize(xercesc::DOMDocument *doc, const base::String &name, bool value)base_soap::SOAPSerializer [static]
serialize(xercesc::DOMDocument *doc, const base::String &name, const base::DateTime &value)base_soap::SOAPSerializer [static]
serialize(xercesc::DOMDocument *doc, const base::String &name, double value)base_soap::SOAPSerializer [static]
serialize(xercesc::DOMDocument *doc, const base::String &name, int value)base_soap::SOAPSerializer [static]
serialize(xercesc::DOMDocument *doc, const base::String &name, unsigned int value)base_soap::SOAPSerializer [static]
serialize(xercesc::DOMDocument *doc, const base::String &name, long value)base_soap::SOAPSerializer [static]
serialize(xercesc::DOMDocument *doc, const base::String &name, unsigned long value)base_soap::SOAPSerializer [static]
serialize(xercesc::DOMDocument *doc, const base::String &name, base::longlong_t value)base_soap::SOAPSerializer [static]
serialize(xercesc::DOMDocument *doc, const base::String &name, base::u_longlong_t value)base_soap::SOAPSerializer [static]
serialize(xercesc::DOMDocument *doc, const base::String &name, const char *value, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
serialize(xercesc::DOMDocument *doc, const base::String &name, const base::String &value, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
serialize(xercesc::DOMDocument *doc, xercesc::DOMElement *elem, const std::vector< base::String > &names, const std::vector< base::String > &values, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
serialize(xercesc::DOMDocument *doc, const base::String &name, const std::vector< base::String > &names, const std::vector< base::String > &values, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
serialize(xercesc::DOMDocument *doc, const base::String &name, const std::vector< std::pair< base::String, base::String > > &value, bool lower, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
serialize(xercesc::DOMDocument *doc, const base::String &name, const std::map< base::String, base::String > &value, bool lower, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
serialize(xercesc::DOMDocument *doc, const base::String &name, const std::vector< base::String > &value, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
serialize(xercesc::DOMDocument *doc, const base::String &name, const std::vector< std::map< base::String, base::String > > &value, bool lower, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
serialize(xercesc::DOMDocument *doc, const base::String &name, const SOAPException &exception, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
setAttribute(xercesc::DOMElement *elem, const base::String &name, const base::String &value, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
setNodeValue(xercesc::DOMNode *node, const base::String &value, SOAPTranscoder *transcoder=NULL)base_soap::SOAPSerializer [static]
toString(const xercesc::DOMNode *node)base_soap::SOAPSerializer [static]