0.0.7 • Published 1 year ago

camtts v0.0.7

Weekly downloads
11
License
MIT
Repository
github
Last release
1 year ago

CAMT TS

camt.052 parser in Typescript

:warning: API work in progress

Based on the SEPA specs found here

Development

Adding new methods to classes for getting tags from XML elements is easily achievable. Just use the Visual Studio Code snippet in this project. Type c-get and a new code snippet will appear. The cursor will automatically position at the method name and swich to the XML tag with TAB.

Snippets for quick new parsings

  • c-get Simple tag getter
  • c-type Parse new type instead of simple text

Element

CAMTElement: Base class for all objects below 'document'.

0.0.7

1 year ago

0.0.6

2 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

5 years ago

0.0.1

5 years ago