src/Configuration.h
branchv_0
changeset 2 0d3eb5129582
parent 1 7d6ac51c0d48
child 4 a0689654b3c2
equal deleted inserted replaced
1:7d6ac51c0d48 2:0d3eb5129582
    42 
    42 
    43 	virtual ~RelationConfiguration() {
    43 	virtual ~RelationConfiguration() {
    44 	}
    44 	}
    45 
    45 
    46 	relpipe::writer::string_t relation;
    46 	relpipe::writer::string_t relation;
       
    47 	relpipe::writer::boolean_t nameIsXPath = false;
    47 	relpipe::writer::string_t xpath;
    48 	relpipe::writer::string_t xpath;
    48 	std::vector<AttributeRecipe> attributes;
    49 	std::vector<AttributeRecipe> attributes;
    49 	
    50 	
    50 };
    51 };
    51 
    52