0.0.33 • Published 1 year ago

@cntwg/xml-lib-js v0.0.33

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
1 year ago
rev.:0.1.9
date:2024-08-01

Introduction

This module provide a base functionality for handling an XML-documents.

Description

This module contains the following components:

1. xObj-manipulator

xObj-manipulator is a set of functions (see docs for @ygracs/xobj-lib-js module).

2. a set of XML-document constants and components

  • constants:

    	+ `XML_DEF_ROOT_ETAG_NAME`;
    	+ `XML_DEF_PARSE_OPTIONS`;
  • functions:

    	+ `readAsTagName` (*experimental*);
    	+ `readAsAttrName` (*experimental*);
    	+ `valueToElementID` (*experimental*);
  • classes:

    	+ `TXmlAttributesMapper`;
    	+ `TXmlElementController`;
    	+ `TXmlElementsListController`;
    	+ `TXmlContentParseOptions`;
    	+ `TXmlContentDeclaration`;
    	+ `TXmlContentRootElement`;
    	+ `TXmlContentContainer`.

For more read the xmldoc-lib.md in the project doc directory.

3. an xmlHelper module extension

  • functions:

    	+ `getChildByPath`;
    	+ `addChildByPath`;
    	+ `extractTextValues`;
    	+ `extractTextValuesLn`.

For more read the xmldoc-lib.md in the project doc directory.

Use cases

Installation

npm install @cntwg/xml-lib-js

0.0.32

1 year ago

0.0.33

1 year ago

0.0.30

2 years ago

0.0.31

2 years ago

0.0.26

2 years ago

0.0.27

2 years ago

0.0.28

2 years ago

0.0.29

2 years ago

0.0.23

3 years ago

0.0.24

3 years ago

0.0.25

3 years ago

0.0.21

3 years ago

0.0.22

3 years ago

0.0.20

3 years ago

0.0.19

3 years ago

0.0.18

4 years ago

0.0.17

4 years ago

0.0.16

4 years ago