I want to filter some elements, espaccially by name. Do I have to do it with xQuery or are there methods in your API?
I tried to find methods by myself, but nothing works.
The documents are load into the container and my programm can count the relationships provided by your mehod in the exapmles. I changed the type of the xQuery to "org.xbrlapi.impl.ConceptImpl" because I think there the information I search for are stored. Am I on the right path?
Thats the first time I code with XML :)
Regards,
TJ
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I want to filter some elements, espaccially by name. Do I have to do it with xQuery or are there methods in your API?
I tried to find methods by myself, but nothing works.
The documents are load into the container and my programm can count the relationships provided by your mehod in the exapmles. I changed the type of the xQuery to "org.xbrlapi.impl.ConceptImpl" because I think there the information I search for are stored. Am I on the right path?
Thats the first time I code with XML :)
Regards,
TJ