Currently, to refer to all interfaces in a document, the xPath accepted by XArchADT must be "/topLevelElement/component/interface" or something like that, i.e., it uses the object names in EMF. It should be "/structure/component/interface", i.e., it should use the element names in the XML document.
See an example of this in XArchADTImplTest.testXQuery
Currently, to refer to all interfaces in a document, the xPath accepted by XArchADT must be "/topLevelElement/component/interface" or something like that, i.e., it uses the object names in EMF. It should be "/structure/component/interface", i.e., it should use the element names in the XML document.
See an example of this in XArchADTImplTest.testXQuery