0.0.31 • Published 9 months ago

@cntwg/xml-lib-js v0.0.31

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
9 months 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.30

9 months ago

0.0.31

9 months ago

0.0.26

1 year ago

0.0.27

12 months ago

0.0.28

11 months ago

0.0.29

11 months ago

0.0.23

2 years ago

0.0.24

2 years ago

0.0.25

2 years ago

0.0.21

2 years ago

0.0.22

2 years ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago