Poco::Netconf::XmlContentHandler

struct Entry

Library: Netconf
Package: Netconf
Header: Poco/Netconf/XmlContentHandler.h

Description

An entry stores data detected by one parse step.

Variables

_attributes

XML::AttributesImpl _attributes;

_children

std::vector < Entry > _children;

_name

XML::XMLString _name;

_uri

XML::XMLString _uri;

Optimization: if uri is empty, we have the default namespace from netConf (Note: if the ContentHandler discovers a true empty namespace it will throw an exception!)

_value

XML::XMLString _value;