You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to create a org.w3c.dom.Document from a GPX object and vice versa.
// Writing a 'GPX' object to a 'Document'.voidGPX.Writer::write(finalGPXgpx, finalDOMResultoutput);
// Reading a 'GPX' object from a 'Document'.GPXGPX.Reader::read(Documentinput);