Uses of Class
convert.xml.tok.ExtensibleTokenException

Packages that use ExtensibleTokenException
convert.xml.tok   
 

Uses of ExtensibleTokenException in convert.xml.tok
 

Methods in convert.xml.tok that throw ExtensibleTokenException
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.