Skip to content

Tag: java

Edit an xml file element using dom

Please tell me what I’m doing wrong. I work with javafx and by clicking on the button, when the listview element is selected, I pass an object of the Country class to the editing method, but the xml file is not being edited, what is the problem? I attached an xml file, a broken edit function and a worki…

How to access “types” dynamically with java?

I don’t know what types.DocumentType is, but I’m doing an integration of an sdk and I created a cordova plugin. the import from the sdk is like this: Can I somehow pass RG_FRENTE dynamically as it is done in javascript? Something like: Answer This solution is only if DocumentType is enum class lik…