BT-MatML-Editor 0.1.4
Editor for the MatML 3.1 XML Schema
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Compound Class Reference
Inheritance diagram for Compound:
Default< Compound >

Public Types

typedef ::Element Element_type
 
typedef ::xsd::cxx::tree::sequence< Element_typeElement_sequence
 
typedef Element_sequence::iterator Element_iterator
 
typedef Element_sequence::const_iterator Element_const_iterator
 
typedef ::xsd::cxx::tree::traits< Element_type, char > Element_traits
 
typedef ::Concentration Concentration_type
 
typedef ::xsd::cxx::tree::optional< Concentration_typeConcentration_optional
 
typedef ::xsd::cxx::tree::traits< Concentration_type, char > Concentration_traits
 
typedef ::Notes Notes_type
 
typedef ::xsd::cxx::tree::optional< Notes_typeNotes_optional
 
typedef ::xsd::cxx::tree::traits< Notes_type, char > Notes_traits
 

Public Member Functions

const Element_sequence & Element () const
 
Element_sequence & Element ()
 
void Element (const Element_sequence &s)
 
const Concentration_optional & Concentration () const
 
Concentration_optional & Concentration ()
 
void Concentration (const Concentration_type &x)
 
void Concentration (const Concentration_optional &x)
 
void Concentration (::std::auto_ptr< Concentration_type > p)
 
const Notes_optional & Notes () const
 
Notes_optional & Notes ()
 
void Notes (const Notes_type &x)
 
void Notes (const Notes_optional &x)
 
void Notes (::std::auto_ptr< Notes_type > p)
 
 Compound (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 
 Compound (const Compound &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 
virtual Compound_clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const
 
Compoundoperator= (const Compound &x)
 

Protected Member Functions

void parse (::xsd::cxx::xml::dom::parser< char > &, ::xml_schema::flags)
 

Protected Attributes

Element_sequence Element_
 
Concentration_optional Concentration_
 
Notes_optional Notes_
 

The documentation for this class was generated from the following files: