[xsd-users] GML 3.1.1 basicTypes.hxx class doubleList
    Nagle, Gail A (US SSA) 
    gail.nagle at baesystems.com
       
    Fri Oct 26 23:13:08 EDT 2007
    
    
  
Can anyone provide an example of how to traverse an object of type
doubleList produced when the xsd cxx-tree generates code for the
basicTypes.xsd file? 
 
The full class declaration is shown below. Sorry, but I cannot figure
out what a :xsd::cxx::tree::list<> is!
Thank you,
Gail
 
class doubleList: public ::xml_schema::simple_type, public
::xsd::cxx::tree::list< ::xml_schema::double_, char >
  {
    public:
    doubleList ();
 
    doubleList (const ::xercesc::DOMElement& e,
                ::xml_schema::flags f = 0,
                ::xml_schema::type* c = 0);
 
    doubleList (const ::xercesc::DOMAttr& a,
                ::xml_schema::flags f = 0,
                ::xml_schema::type* c = 0);
 
    doubleList (const ::std::string& s,
                const ::xercesc::DOMElement* e,
                ::xml_schema::flags f = 0,
                ::xml_schema::type* c = 0);
 
    doubleList (const doubleList& x,
                ::xml_schema::flags f = 0,
                ::xml_schema::type* c = 0);
 
    virtual doubleList*
    _clone (::xml_schema::flags f = 0,
            ::xml_schema::type* c = 0) const;
  };
 
    
    
More information about the xsd-users
mailing list