Class: XmlHelper

Help4.widget.help.XmlHelper()

XML Helper class.

Constructor

new XmlHelper()

Source:

Methods

(static) toEntityTxt(entityXml, projectId) → {Help4.widget.help.project.SEN.EntityTxt|null}

Parameters:
Name Type Description
entityXml Document
projectId string
Source:
Returns:
Type
Help4.widget.help.project.SEN.EntityTxt | null

(static) toLessonJs(projectDpr, entityTxt) → {Help4.widget.help.project.SEN.LessonJs}

Parameters:
Name Type Description
projectDpr Document
entityTxt Help4.widget.help.project.SEN.EntityTxt
Source:
Returns:
Type
Help4.widget.help.project.SEN.LessonJs