Class representing an XML Attribute vector. More...
#include <XmlAttributeVector.hpp>
Public Member Functions | |
XmlAttributeVector | getAttributesWithName (string name) |
Generates an XmlAttributeVector that is a subset of. | |
shared_ptr< XmlAttribute > | getFirstAttributeWithName (string name) |
Gets the first XmlAttribute that has the name. |
Class representing an XML Attribute vector.
Definition at line 69 of file XmlAttributeVector.hpp.
XmlAttributeVector XmlAttributeVector::getAttributesWithName | ( | string | name | ) |
Generates an XmlAttributeVector that is a subset of.
the current one. The XmlAttributes inside the resulting XmlAttributeVector have their name equal to the string passed as argument.
name | The name of the desired XmlAttributes |
Definition at line 43 of file XmlAttributeVector.cpp.
shared_ptr< XmlAttribute > XmlAttributeVector::getFirstAttributeWithName | ( | string | name | ) |
Gets the first XmlAttribute that has the name.
equal to the string passed as argument.
name | The name of the desired XmlAttribute |
Definition at line 63 of file XmlAttributeVector.cpp.