Hello, I'm having difficulty extracting the xmi:id attribute value from each of my elements in my xmi file. Assuming there are xmi:id attribute values, how do I extract it's value from the method below
public void processCas(CAS aCAS) throws ResourceProcessException {
???
}
James
