content
private final char[] content
TokenStream.CharacterStreamTokenStream.CharacterStream that works with a single character array.private intprivate final char[]private intprivate intprivate final intprivate booleanbooleanhasNext()intindex()TokenStream.CharacterStream.next().booleanisNext(char c) booleanisNext(char nextChar1,
char nextChar2) booleanisNext(char nextChar1,
char nextChar2,
char nextChar3) booleanisNextAnyOf(char[] characters) booleanisNextAnyOf(String characters) booleanletter or digit.booleanvalid XML character.booleanvalid XML NCName character.booleanvalid XML NCName character.booleanwhitespace character.charnext()position(int startIndex) TokenStream.CharacterStream.next().substring(int startIndex,
int endIndex) TokenStream.CharacterStreamhasNext in interface TokenStream.CharacterStreamTokenStream.CharacterStream.next() can be called), or false otherwiseTokenStream.CharacterStreamTokenStream.CharacterStream.next().index in interface TokenStream.CharacterStreamTokenStream.CharacterStreamTokenStream.CharacterStream.next().position in interface TokenStream.CharacterStreamstartIndex - the starting indexTokenStream.CharacterStreamsubstring in interface TokenStream.CharacterStreamstartIndex - the starting indexendIndex - the index after the last character to includeTokenStream.CharacterStreamnext in interface TokenStream.CharacterStreamTokenStream.CharacterStreamisNext in interface TokenStream.CharacterStreamc - the character value to compare to the next character on the streamnext character and it is the supplied character, or false otherwiseTokenStream.CharacterStreamisNext in interface TokenStream.CharacterStreamnextChar1 - the character value to compare to the next character on the streamnextChar2 - the character value to compare to the character immediately after the next character on the streamnextChar and
the second matches followingCharTokenStream.CharacterStreamisNext in interface TokenStream.CharacterStreamnextChar1 - the character value to compare to the next character on the streamnextChar2 - the character value to compare to the second character on the streamnextChar3 - the character value to compare to the second character on the streamnextChar and
the second matches followingCharTokenStream.CharacterStreamisNextAnyOf in interface TokenStream.CharacterStreamcharacters - the characters to matchnext character and it does match one of the supplied characters, or false
otherwiseTokenStream.CharacterStreamisNextAnyOf in interface TokenStream.CharacterStreamcharacters - the characters to matchnext character and it does match one of the supplied characters, or false
otherwiseTokenStream.CharacterStreamwhitespace character. This
method does not advance the stream.isNextWhitespace in interface TokenStream.CharacterStreamnext character and it is a whitespace character, or false otherwiseTokenStream.CharacterStreamletter or digit. This method
does not advance the stream.isNextLetterOrDigit in interface TokenStream.CharacterStreamnext character and it is a letter or digit, or false otherwiseTokenStream.CharacterStreamvalid XML character. This method
does not advance the stream.isNextValidXmlCharacter in interface TokenStream.CharacterStreamnext character and it is a valid XML character, or false otherwiseTokenStream.CharacterStreamvalid XML NCName character.
This method does not advance the stream.isNextValidXmlNameCharacter in interface TokenStream.CharacterStreamnext character and it is a valid XML Name character, or false otherwiseTokenStream.CharacterStreamvalid XML NCName character.
This method does not advance the stream.isNextValidXmlNcNameCharacter in interface TokenStream.CharacterStreamnext character and it is a valid XML NCName character, or false otherwise