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