Saxy.Partial.new
You're seeing just the function
new
, go back to Saxy.Partial module for more information.
Specs
new( handler :: module(), initial_state :: term(), options :: Keyword.t() ) :: {:ok, partial :: t()} | {:error, exception :: Saxy.ParseError.t()}
Builds up a Saxy.Partial
, which can be used for later parsing.