artdaq_node_server
v1_00_09
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Variables
Pages
src
node_modules
xmlrpc
lib
customtype.js
1
var CustomType = module.exports =
function
(raw) {
2
this.raw = raw
3
}
4
5
CustomType.prototype.serialize =
function
(xml) {
6
return
xml.ele(this.tagName).txt(this.raw)
7
}
8
9
CustomType.prototype.tagName =
'customType'
10
Generated on Tue Aug 8 2017 08:37:24 for artdaq_node_server by
1.8.5