Class ParsingMarkupUtil


  • final class ParsingMarkupUtil
    extends java.lang.Object
    • Constructor Detail

      • ParsingMarkupUtil

        private ParsingMarkupUtil()
    • Method Detail

      • findNextStructureEndAvoidQuotes

        static int findNextStructureEndAvoidQuotes​(char[] text,
                                                   int offset,
                                                   int maxi,
                                                   int[] locator)
      • findNextStructureEndDontAvoidQuotes

        static int findNextStructureEndDontAvoidQuotes​(char[] text,
                                                       int offset,
                                                       int maxi,
                                                       int[] locator)
      • findNextStructureStart

        static int findNextStructureStart​(char[] text,
                                          int offset,
                                          int maxi,
                                          int[] locator)
      • findNextWhitespaceCharWildcard

        static int findNextWhitespaceCharWildcard​(char[] text,
                                                  int offset,
                                                  int maxi,
                                                  boolean avoidQuotes,
                                                  int[] locator)
      • findNextNonWhitespaceCharWildcard

        static int findNextNonWhitespaceCharWildcard​(char[] text,
                                                     int offset,
                                                     int maxi,
                                                     int[] locator)
      • findNextOperatorCharWildcard

        static int findNextOperatorCharWildcard​(char[] text,
                                                int offset,
                                                int maxi,
                                                int[] locator)
      • findNextNonOperatorCharWildcard

        static int findNextNonOperatorCharWildcard​(char[] text,
                                                   int offset,
                                                   int maxi,
                                                   int[] locator)
      • findNextAnyCharAvoidQuotesWildcard

        static int findNextAnyCharAvoidQuotesWildcard​(char[] text,
                                                      int offset,
                                                      int maxi,
                                                      int[] locator)
      • findCharacterSequence

        static int findCharacterSequence​(char[] text,
                                         int offset,
                                         int maxi,
                                         int[] locator,
                                         char[] charSeq)