#include <WSFDefines.h>
#include <stdio.h>
#include <axutil_utils.h>
#include <axiom_node.h>
#include <WSFault.h>
#include <string>
Go to the source code of this file.
Classes | |
class | wso2wsf::OMNode |
class OMNode Defines the base interface used by most of the XML object model within Axis. This tree model for XML captures the idea of deferring the construction of child nodes until they are needed. The isComplete function identifies whether or not a particular node has been fully parsed. A node may not be fully parsed, for example, if all of the children of an element have not yet been parsed. More... | |
Namespaces | |
namespace | wso2wsf |
namespace wso2wsf Namespace of WSO2 Web Services Framework. | |
Functions | |
std::ostream & | wso2wsf::operator<< (std::ostream &str, OMNode const &node) |
std::ostream & | wso2wsf::operator<< (std::ostream &str, OMNode const *node) |