Uses of Class
convert.xml.tok.PartialTokenException

Packages that use PartialTokenException
convert.xml.tok   
 

Uses of PartialTokenException in convert.xml.tok
 

Subclasses of PartialTokenException in convert.xml.tok
 class PartialCharException
          Thrown to indicate that the subarray being tokenized is not the complete encoding of one or more XML characters, but might be if more chars were added.
 

Methods in convert.xml.tok that throw PartialTokenException
static int Tokenizer.skipIgnoreSect(char[] buf, int off, int end)
          Skips over an ignored conditional section.
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.