xmltooling 1.5.1
|
An XMLObject that exposes arbitrary children via a mutable vector. More...
#include <xmltooling/ElementExtensibleXMLObject.h>
Public Member Functions | |
virtual xmltooling::XMLObjectChildrenList < std::vector< XMLObject * > > | getUnknownXMLObjects ()=0 |
Gets a mutable list of child objects. | |
virtual const std::vector < XMLObject * > & | getUnknownXMLObjects () const =0 |
Gets an immutable list of child objects. |
An XMLObject that exposes arbitrary children via a mutable vector.
virtual xmltooling::XMLObjectChildrenList< std::vector< XMLObject *> > xmltooling::ElementExtensibleXMLObject::getUnknownXMLObjects | ( | ) | [pure virtual] |
Gets a mutable list of child objects.
virtual const std::vector<XMLObject*>& xmltooling::ElementExtensibleXMLObject::getUnknownXMLObjects | ( | ) | const [pure virtual] |
Gets an immutable list of child objects.