8000 Add XML `Document` reader/writer methods · Issue #158 · jenetics/jpx · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Add XML Document reader/writer methods #158
Closed
@jenetics

Description

@jenetics

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'.
void GPX.Writer::write(final GPX gpx, final DOMResult output);

// Reading a 'GPX' object from a 'Document'.
GPX GPX.Reader::read(Document input);

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0