XmlValue::getNextSibling

#include <DbXml.hpp>

class DbXml::XmlValue {
public:
	...
	XmlValue getNextSibling() const
	...
};

Returns the sibling node immediately following this node in the document. If the current node had no siblings following it in the document, a null node is returned.

If the node type is not XmlValue::NODE, XmlException::INVALID_VALUE is thrown.

Class

XmlValue

See Also

XmlValue Methods