Uses of Package
convert.xml.tok

Packages that use convert.xml.tok
convert.xml.tok   
 

Classes in convert.xml.tok used by convert.xml.tok
ContentToken
          Represents information returned by Tokenizer.tokenizeContent.
EmptyTokenException
          Thrown to indicate that the subarray being tokenized is empty.
EndOfPrologException
          Thrown to indicate that the end of the prolog has been detected.
ExtensibleTokenException
          Thrown to indicate that the char subarray being tokenized is a legal XML token, but that subsequent chars in the same entity could be part of the token.
InvalidTokenException
          Thrown to indicate that the byte subarray being tokenized does not start with a legal XML token and cannot start one if more bytes are added.
PartialTokenException
          Thrown to indicate that the byte subarray being tokenized does not start with a legal XML token but might be one if the subarray were extended.
Position
          Represents a position in an entity.
Token
          Represents information returned by the tokenizing methods in Tokenizer.
TokenException
          The superclass of all checked exceptions thrown by methods in Tokenizer.