Saxy.Partial.new

You're seeing just the function new, go back to Saxy.Partial module for more information.
Link to this function

new(handler, initial_state, options \\ [])

View Source

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.