api documentation for xml-stream (v0.4.5)

XML stream to JavaScript object converter based on Expat.

table of contents

  1. module xml-stream
    1. function xml-stream (stream, encoding)
    2. function xml-stream.finite_automata ()
    3. function xml-stream.super_ ()
    4. function xml-stream.xml_stream (stream, encoding)
    5. object xml-stream.finite_automata.prototype
    6. object xml-stream.xml_stream.prototype
  2. module xml-stream.finite_automata
    1. function xml-stream.finite_automata ()
  3. module xml-stream.finite_automata.prototype
    1. function xml-stream.finite_automata.prototype.enter (symbol, args)
    2. function xml-stream.finite_automata.prototype.go (symbol, args)
    3. function xml-stream.finite_automata.prototype.isDeterministic ()
    4. function xml-stream.finite_automata.prototype.leave (args)
    5. function xml-stream.finite_automata.prototype.nextState (symbol)
    6. function xml-stream.finite_automata.prototype.on (type, state, cb)
    7. function xml-stream.finite_automata.prototype.run (state, args)
    8. function xml-stream.finite_automata.prototype.setState (state, args)
    9. function xml-stream.finite_automata.prototype.transition (stateFrom, symbol, stateTo)
  4. module xml-stream.xml_stream
    1. function xml-stream.xml_stream (stream, encoding)
    2. function xml-stream.xml_stream.super_ ()
  5. module xml-stream.xml_stream.prototype
    1. function xml-stream.xml_stream.prototype.collect (selector)
    2. function xml-stream.xml_stream.prototype.on (eventName, listener)
    3. function xml-stream.xml_stream.prototype.pause ()
    4. function xml-stream.xml_stream.prototype.preserve (selector, whitespace)
    5. function xml-stream.xml_stream.prototype.resume ()

module xml-stream

function xml-stream (stream, encoding)

function xml-stream.finite_automata ()

function xml-stream.super_ ()

function xml-stream.xml_stream (stream, encoding)

module xml-stream.finite_automata

function xml-stream.finite_automata ()

module xml-stream.finite_automata.prototype

function xml-stream.finite_automata.prototype.enter (symbol, args)

function xml-stream.finite_automata.prototype.go (symbol, args)

function xml-stream.finite_automata.prototype.isDeterministic ()

function xml-stream.finite_automata.prototype.leave (args)

function xml-stream.finite_automata.prototype.nextState (symbol)

function xml-stream.finite_automata.prototype.on (type, state, cb)

function xml-stream.finite_automata.prototype.run (state, args)

function xml-stream.finite_automata.prototype.setState (state, args)

function xml-stream.finite_automata.prototype.transition (stateFrom, symbol, stateTo)

module xml-stream.xml_stream

function xml-stream.xml_stream (stream, encoding)

function xml-stream.xml_stream.super_ ()

module xml-stream.xml_stream.prototype

function xml-stream.xml_stream.prototype.collect (selector)

function xml-stream.xml_stream.prototype.on (eventName, listener)

function xml-stream.xml_stream.prototype.pause ()

function xml-stream.xml_stream.prototype.preserve (selector, whitespace)

function xml-stream.xml_stream.prototype.resume ()

[ this document was created with utility2 ]