Uses of Class
convert.xml.tok.EmptyTokenException

Packages that use EmptyTokenException
convert.xml.tok   
 

Uses of EmptyTokenException in convert.xml.tok
 

Methods in convert.xml.tok that throw EmptyTokenException
static int Tokenizer.tokenizeAttributeValue(char[] buf, int off, int end, Token token)
          Scans the first token of a char subarrary that contains part of literal attribute value.
static int Tokenizer.tokenizeCdataSection(char[] buf, int off, int end, Token token)
          Scans the first token of a char subarrary that starts with the content of a CDATA section.
static int Tokenizer.tokenizeContent(char[] buf, int off, int end, ContentToken token)
          Scans the first token of a char subarrary that contains content.
static int Tokenizer.tokenizeEntityValue(char[] buf, int off, int end, Token token)
          Scans the first token of a char subarrary that contains part of literal entity value.
static int Tokenizer.tokenizeProlog(char[] buf, int off, int end, Token token)
          Scans the first token of a char subarray that contains part of a prolog.