Documentation

Lean.Data.Xml.Parser

@[inline, reducible]
Instances For

    consume a newline character sequence pretending, that we read '\n'. As per spec: https://www.w3.org/TR/xml/#sec-line-ends

    Instances For
      Instances For

        https://www.w3.org/TR/xml/#NT-Char

        Instances For

          https://www.w3.org/TR/xml/#NT-S

          Instances For

            https://www.w3.org/TR/xml/#NT-Eq

            Instances For

              https://www.w3.org/TR/xml/#NT-NameStartChar

              Instances For

                https://www.w3.org/TR/xml/#NT-NameChar

                Instances For

                  https://www.w3.org/TR/xml/#NT-Name

                  Instances For

                    https://www.w3.org/TR/xml/#NT-VersionNum

                    Instances For

                      https://www.w3.org/TR/xml/#NT-VersionInfo

                      Instances For

                        https://www.w3.org/TR/xml/#NT-EncName

                        Instances For

                          https://www.w3.org/TR/xml/#NT-EncodingDecl

                          Instances For

                            https://www.w3.org/TR/xml/#NT-SDDecl

                            Instances For

                              https://www.w3.org/TR/xml/#NT-XMLDecl

                              Instances For

                                https://www.w3.org/TR/xml/#NT-Comment

                                Instances For

                                  https://www.w3.org/TR/xml/#NT-PITarget

                                  Instances For

                                    https://www.w3.org/TR/xml/#NT-PI

                                    Instances For

                                      https://www.w3.org/TR/xml/#NT-Misc

                                      Instances For

                                        https://www.w3.org/TR/xml/#NT-SystemLiteral

                                        Instances For

                                          https://www.w3.org/TR/xml/#NT-PubidChar

                                          Instances For

                                            https://www.w3.org/TR/xml/#NT-PubidLiteral

                                            Instances For

                                              https://www.w3.org/TR/xml/#NT-ExternalID

                                              Instances For

                                                https://www.w3.org/TR/xml/#NT-Mixed

                                                Instances For

                                                  https://www.w3.org/TR/xml/#NT-cp

                                                  https://www.w3.org/TR/xml/#NT-choice

                                                  https://www.w3.org/TR/xml/#NT-seq

                                                  https://www.w3.org/TR/xml/#NT-children

                                                  Instances For

                                                    https://www.w3.org/TR/xml/#NT-contentspec

                                                    Instances For

                                                      https://www.w3.org/TR/xml/#NT-elementdecl

                                                      Instances For

                                                        https://www.w3.org/TR/xml/#NT-StringType

                                                        Instances For

                                                          https://www.w3.org/TR/xml/#NT-TokenizedType

                                                          Instances For

                                                            https://www.w3.org/TR/xml/#NT-NotationType

                                                            Instances For

                                                              https://www.w3.org/TR/xml/#NT-Nmtoken

                                                              Instances For

                                                                https://www.w3.org/TR/xml/#NT-Enumeration

                                                                Instances For

                                                                  https://www.w3.org/TR/xml/#NT-EnumeratedType

                                                                  Instances For

                                                                    https://www.w3.org/TR/xml/#NT-AttType

                                                                    Instances For

                                                                      https://www.w3.org/TR/xml/#NT-EntityRef

                                                                      Instances For
                                                                        def Lean.Xml.Parser.digitsToNat (base : Nat) (digits : Array Nat) :
                                                                        Instances For

                                                                          https://www.w3.org/TR/xml/#NT-CharRef

                                                                          Instances For

                                                                            https://www.w3.org/TR/xml/#NT-Reference

                                                                            Instances For

                                                                              https://www.w3.org/TR/xml/#NT-AttValue

                                                                              Instances For

                                                                                https://www.w3.org/TR/xml/#NT-DefaultDecl

                                                                                Instances For

                                                                                  https://www.w3.org/TR/xml/#NT-AttDef

                                                                                  Instances For

                                                                                    https://www.w3.org/TR/xml/#NT-AttlistDecl

                                                                                    Instances For

                                                                                      https://www.w3.org/TR/xml/#NT-PEReference

                                                                                      Instances For

                                                                                        https://www.w3.org/TR/xml/#NT-EntityValue

                                                                                        Instances For

                                                                                          https://www.w3.org/TR/xml/#NT-NDataDecl

                                                                                          Instances For

                                                                                            https://www.w3.org/TR/xml/#NT-EntityDef

                                                                                            Instances For

                                                                                              https://www.w3.org/TR/xml/#NT-GEDecl

                                                                                              Instances For

                                                                                                https://www.w3.org/TR/xml/#NT-PEDef

                                                                                                Instances For

                                                                                                  https://www.w3.org/TR/xml/#NT-PEDecl

                                                                                                  Instances For

                                                                                                    https://www.w3.org/TR/xml/#NT-EntityDecl

                                                                                                    Instances For

                                                                                                      https://www.w3.org/TR/xml/#NT-PublicID

                                                                                                      Instances For

                                                                                                        https://www.w3.org/TR/xml/#NT-NotationDecl

                                                                                                        Instances For

                                                                                                          https://www.w3.org/TR/xml/#NT-markupdecl

                                                                                                          Instances For

                                                                                                            https://www.w3.org/TR/xml/#NT-DeclSep

                                                                                                            Instances For

                                                                                                              https://www.w3.org/TR/xml/#NT-intSubset

                                                                                                              Instances For

                                                                                                                https://www.w3.org/TR/xml/#NT-doctypedecl

                                                                                                                Instances For

                                                                                                                  https://www.w3.org/TR/xml/#NT-prolog

                                                                                                                  Instances For

                                                                                                                    https://www.w3.org/TR/xml/#NT-Attribute

                                                                                                                    Instances For

                                                                                                                      https://www.w3.org/TR/xml/#NT-EmptyElemTag

                                                                                                                      Instances For

                                                                                                                        https://www.w3.org/TR/xml/#NT-STag

                                                                                                                        Instances For

                                                                                                                          https://www.w3.org/TR/xml/#NT-ETag

                                                                                                                          Instances For

                                                                                                                            https://www.w3.org/TR/xml/#NT-CDStart

                                                                                                                            Instances For

                                                                                                                              https://www.w3.org/TR/xml/#NT-CDEnd

                                                                                                                              Instances For

                                                                                                                                https://www.w3.org/TR/xml/#NT-CData

                                                                                                                                Instances For

                                                                                                                                  https://www.w3.org/TR/xml/#NT-CDSect

                                                                                                                                  Instances For

                                                                                                                                    https://www.w3.org/TR/xml/#NT-CharData

                                                                                                                                    Instances For

                                                                                                                                      https://www.w3.org/TR/xml/#NT-content

                                                                                                                                      https://www.w3.org/TR/xml/#NT-element

                                                                                                                                      https://www.w3.org/TR/xml/#NT-document

                                                                                                                                      Instances For