ReaderState Class
Defined in:
Module: xml2json
packages\node-opcua-xml2json\src\xml2json.js:38
Constructor
ReaderState
(
private
-
options
Parameters:
-
options
Object-
[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:
-
parser
Map
Returns:
Map:
_on_endElement
(
protected
-
name
Parameters:
-
name
String
_on_init
(
protected
-
name
-
attrs
Parameters:
-
name
String- the name of the element
-
attrs
Map
_on_startElement
(
protected
-
name
-
attrs
Parameters:
-
name
String- the name of the element
-
attrs
Map
_on_text
(
protected
-
text
Parameters:
-
text
Stringthe text found inside the element
addVariableWithHumanizeText
(
private
-
engine
-
options
Parameters:
-
engine
Object -
options
Object-
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:
-
server
OPCUAServer