close/1 | |
new/1 | |
new/2 | |
parse/2 | Deprecated for exmpp_xmlstream:parse/2 . |
parse_element/1 | Deprecated for exmpp_xml:parse_document/2 . |
close(State) -> any()
new(CallbackPid) -> any()
new(CallbackPid, MaxSize) -> any()
parse(State, Str) -> any()
Deprecated for exmpp_xmlstream:parse/2
.
- xml_stream:parse(XMLStreamState, Data) + exmpp_xmlstream:parse(XMLStreamState, Data)
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, Apr 11 2013, 18:09:25.