Package org.attoparser
Class ParsingMarkupUtil
java.lang.Object
org.attoparser.ParsingMarkupUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static int
findCharacterSequence
(char[] text, int offset, int maxi, int[] locator, char[] charSeq) (package private) static int
findNextAnyCharAvoidQuotesWildcard
(char[] text, int offset, int maxi, int[] locator) (package private) static int
findNextNonOperatorCharWildcard
(char[] text, int offset, int maxi, int[] locator) (package private) static int
findNextNonWhitespaceCharWildcard
(char[] text, int offset, int maxi, int[] locator) (package private) static int
findNextOperatorCharWildcard
(char[] text, int offset, int maxi, int[] locator) (package private) static int
findNextStructureEndAvoidQuotes
(char[] text, int offset, int maxi, int[] locator) (package private) static int
findNextStructureEndDontAvoidQuotes
(char[] text, int offset, int maxi, int[] locator) (package private) static int
findNextStructureStart
(char[] text, int offset, int maxi, int[] locator) (package private) static int
findNextWhitespaceCharWildcard
(char[] text, int offset, int maxi, boolean avoidQuotes, int[] locator)
-
Constructor Details
-
ParsingMarkupUtil
private ParsingMarkupUtil()
-
-
Method Details
-
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)
-