ReaderState Class
Defined in:
Module: xml2json
packages\node-opcua-xml2json\src\xml2json.js:38
Constructor
ReaderState
(
private
-
options
Parameters:
-
optionsObject-
[parser=null]Mapoptional }
-
[init|null]Function optional -
[finish]Function optional -
[startElement]Function optional -
[endElement]Function optional
-
Item Index
Methods
_coerceParser
(
Map
private
static
-
parser
Parameters:
-
parserMap
Returns:
Map:
_on_endElement
(
protected
-
name
Parameters:
-
nameString
_on_init
(
protected
-
name -
attrs
Parameters:
-
nameString- the name of the element
-
attrsMap
_on_startElement
(
protected
-
name -
attrs
Parameters:
-
nameString- the name of the element
-
attrsMap
_on_text
(
protected
-
text
Parameters:
-
textStringthe text found inside the element
addVariableWithHumanizeText
(
private
-
engine -
options
Parameters:
-
engineObject -
optionsObject-
browseName
-
install_optional_cpu_and_memory_usage_node
(
-
server
optionally install a CPU Usage and Memory Usage node ( condition : running on linux and require("usage")
Parameters:
-
serverOPCUAServer
The NodeOPCUA API