Interface LightInlineParser

    • Method Detail

      • getCurrentText

        @NotNull
        @NotNull java.util.ArrayList<BasedSequence> getCurrentText()
      • getIndex

        int getIndex()
      • setIndex

        void setIndex​(int index)
      • getBlock

        @NotNull
        @NotNull Node getBlock()
      • match

        @Nullable
        @Nullable BasedSequence match​(java.util.regex.Pattern re)
      • matchWithGroups

        @Nullable
        @Nullable BasedSequence[] matchWithGroups​(java.util.regex.Pattern re)
      • matcher

        @Nullable
        @Nullable java.util.regex.Matcher matcher​(java.util.regex.Pattern re)
      • peek

        char peek()
      • peek

        char peek​(int ahead)
      • flushTextNode

        boolean flushTextNode()
      • getDocument

        @NotNull
        @NotNull Document getDocument()
      • setDocument

        void setDocument​(@NotNull
                         @NotNull Document document)
      • getParsing

        @NotNull
        @NotNull Parsing getParsing()
      • appendText

        void appendText​(@NotNull
                        @NotNull BasedSequence text)
      • appendText

        void appendText​(@NotNull
                        @NotNull BasedSequence text,
                        int beginIndex,
                        int endIndex)
      • appendNode

        void appendNode​(@NotNull
                        @NotNull Node node)
      • appendSeparateText

        @NotNull
        @NotNull Text appendSeparateText​(@NotNull
                                         @NotNull BasedSequence text)
      • setBlock

        void setBlock​(@NotNull
                      @NotNull Node block)
      • moveNodes

        void moveNodes​(@NotNull
                       @NotNull Node fromNode,
                       @NotNull
                       @NotNull Node toNode)
      • spnl

        boolean spnl()
      • nonIndentSp

        boolean nonIndentSp()
      • sp

        boolean sp()
      • spnlUrl

        boolean spnlUrl()