Interface LightInlineParser

    • Method Detail

      • getCurrentText

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

        int getIndex()
      • setIndex

        void setIndex​(int index)
      • getBlock

        @NotNull
        Node getBlock()
      • match

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

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

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

        char peek()
      • peek

        char peek​(int ahead)
      • flushTextNode

        boolean flushTextNode()
      • getDocument

        @NotNull
        Document getDocument()
      • setDocument

        void setDocument​(@NotNull
                         Document document)
      • getParsing

        @NotNull
        Parsing getParsing()
      • appendText

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

        void appendNode​(@NotNull
                        Node node)
      • appendSeparateText

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

        void setBlock​(@NotNull
                      Node block)
      • moveNodes

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

        boolean spnl()
      • nonIndentSp

        boolean nonIndentSp()
      • sp

        boolean sp()
      • spnlUrl

        boolean spnlUrl()