api documentation for xml2js (v0.4.17)

Simple XML to JavaScript object converter.

table of contents

  1. module xml2js
    1. function xml2js.Builder (opts)
    2. function xml2js.Parser (opts)
    3. function xml2js.ValidationError (message)
    4. function xml2js.parseString (str, a, b)
    5. object xml2js
    6. object xml2js.Builder.prototype
    7. object xml2js.Parser.prototype
    8. object xml2js.ValidationError.prototype
    9. object xml2js.bom
    10. object xml2js.defaults
    11. object xml2js.processors
  2. module xml2js.Builder
    1. function xml2js.Builder (opts)
  3. module xml2js.Builder.prototype
    1. function xml2js.Builder.prototype.buildObject (rootObj)
  4. module xml2js.Parser
    1. boolean xml2js.Parser.usingDomains
    2. function xml2js.Parser (opts)
    3. function xml2js.Parser.EventEmitter ()
    4. function xml2js.Parser.init ()
    5. function xml2js.Parser.listenerCount (emitter, type)
    6. number xml2js.Parser.defaultMaxListeners
    7. object xml2js.Parser.__super__
  5. module xml2js.Parser.prototype
    1. function xml2js.Parser.prototype.assignOrPush (obj, key, newValue)
    2. function xml2js.Parser.prototype.constructor (opts)
    3. function xml2js.Parser.prototype.parseString (str, cb)
    4. function xml2js.Parser.prototype.processAsync ()
    5. function xml2js.Parser.prototype.reset ()
  6. module xml2js.ValidationError
    1. function xml2js.ValidationError (message)
    2. function xml2js.ValidationError.captureStackTrace ()
    3. number xml2js.ValidationError.stackTraceLimit
    4. object xml2js.ValidationError.__super__
  7. module xml2js.ValidationError.prototype
    1. function xml2js.ValidationError.prototype.constructor (message)
  8. module xml2js.bom
    1. function xml2js.bom.stripBOM (str)
  9. module xml2js.processors
    1. function xml2js.processors.firstCharLowerCase (str)
    2. function xml2js.processors.normalize (str)
    3. function xml2js.processors.parseBooleans (str)
    4. function xml2js.processors.parseNumbers (str)
    5. function xml2js.processors.stripPrefix (str)
  10. module xml2js.xml2js
    1. function xml2js.xml2js.Builder (opts)
    2. function xml2js.xml2js.Parser (opts)
    3. function xml2js.xml2js.ValidationError (message)
    4. function xml2js.xml2js.parseString (str, a, b)
    5. object xml2js.xml2js.defaults
    6. object xml2js.xml2js.processors

module xml2js

function xml2js.Builder (opts)

function xml2js.Parser (opts)

function xml2js.ValidationError (message)

function xml2js.parseString (str, a, b)

module xml2js.Builder

function xml2js.Builder (opts)

module xml2js.Builder.prototype

function xml2js.Builder.prototype.buildObject (rootObj)

module xml2js.Parser

function xml2js.Parser (opts)

function xml2js.Parser.EventEmitter ()

function xml2js.Parser.init ()

function xml2js.Parser.listenerCount (emitter, type)

module xml2js.Parser.prototype

function xml2js.Parser.prototype.assignOrPush (obj, key, newValue)

function xml2js.Parser.prototype.constructor (opts)

function xml2js.Parser.prototype.parseString (str, cb)

function xml2js.Parser.prototype.processAsync ()

function xml2js.Parser.prototype.reset ()

module xml2js.ValidationError

function xml2js.ValidationError (message)

function xml2js.ValidationError.captureStackTrace ()

module xml2js.ValidationError.prototype

function xml2js.ValidationError.prototype.constructor (message)

module xml2js.bom

function xml2js.bom.stripBOM (str)

module xml2js.processors

function xml2js.processors.firstCharLowerCase (str)

function xml2js.processors.normalize (str)

function xml2js.processors.parseBooleans (str)

function xml2js.processors.parseNumbers (str)

function xml2js.processors.stripPrefix (str)

module xml2js.xml2js

function xml2js.xml2js.Builder (opts)

function xml2js.xml2js.Parser (opts)

function xml2js.xml2js.ValidationError (message)

function xml2js.xml2js.parseString (str, a, b)

[ this document was created with utility2 ]