16 m_name{
name}, m_os{
os}, m_depth{0}, m_nodeIndex{0}, m_nodeId{m_nodeIndex} {
17 std::map<std::string, std::string>::const_iterator
i{attributeMap.begin()};
18 std::map<std::string, std::string>::const_iterator
end{attributeMap.end()};
20 m_attributeNames.push_back(
i->first);
21 m_attributeValues.push_back(
i->second);
28 m_name{
name}, m_attributeNames{attributeNames}, m_attributeValues{attributeValues}, m_os{
os}, m_nodeIndex{0}, m_nodeId{m_nodeIndex} {
34 m_name{
name}, m_os{
os}, m_nodeIndex{0}, m_nodeId{m_nodeIndex} {
35 m_attributeNames.push_back(attributeName);
36 m_attributeValues.push_back(attributeValue);