Module xml_stream

This xml_stream module is for compatibility with ejabberd.

Description

This xml_stream module is for compatibility with ejabberd.

Function Index

close/1
new/1
new/2
parse/2Deprecated for exmpp_xmlstream:parse/2.
parse_element/1Deprecated for exmpp_xml:parse_document/2.

Function Details

close/1

close(State) -> any()

new/1

new(CallbackPid) -> any()

new/2

new(CallbackPid, MaxSize) -> any()

parse/2

parse(State, Str) -> any()

Deprecated for exmpp_xmlstream:parse/2.

  - xml_stream:parse(XMLStreamState, Data)
  + exmpp_xmlstream:parse(XMLStreamState, Data)

parse_element/1

parse_element(Str) -> any()

Deprecated for exmpp_xml:parse_document/2.

  - El = xml_stream:parse_element(Text)
  + [El] = exmpp_xml:parse_document(Text, [names_as_atom])


Generated by EDoc, Mar 15 2012, 20:28:10.