AS3_descendants   173 core/XMLListObject.h 		XMLListObject* AS3_descendants (Atom name); 
AS3_descendants   215 core/XMLListObject.h 		inline XMLListObject* descendants (Atom name) { return AS3_descendants (name); } 
AS3_descendants   178 core/XMLObject.h 		XMLListObject* AS3_descendants (Atom PropertyName) const;
AS3_descendants   222 core/XMLObject.h 		inline XMLListObject* descendants (Atom PropertyName) const { return AS3_descendants (PropertyName); }