FSMParserDelegate

Protocol for a XMLParser Delegate.

  • Adopted by the FSMParser’s Delegate object to be notified when it has successfully completed parsing.

    Declaration

    Swift

    func onParse(stateList: [State]?, initial: String?)