Current section

Files

Jump to
erlcloud include erlcloud_xmerl.hrl
Raw

include/erlcloud_xmerl.hrl

-include_lib("xmerl/include/xmerl.hrl").
-type(xmerl_xpath_doc_nodes() :: #xmlElement{} | #xmlAttribute{} | #xmlText{} | #xmlPI{} | #xmlComment{} | #xmlNsNode{}).
-type(xmerl_xpath_node_entity() :: #xmlDocument{} | xmerl_xpath_doc_nodes()).
-type(xmerl_xpath_doc_entity() :: #xmlDocument{} | [xmerl_xpath_doc_nodes()]).