All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.jclark.xml.tok.ExtensibleTokenException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.jclark.xml.tok.TokenException
                           |
                           +----com.jclark.xml.tok.ExtensibleTokenException

public class ExtensibleTokenException
extends TokenException
Thrown to indicate that the byte subarray being tokenized is a legal XML token, but that subsequent bytes in the same entity could be part of the token. For example, Encoding.tokenizeProlog would throw this if the byte subarray consists of a legal XML name.


Method Index

 o getTokenType()
Returns the type of token in the byte subarrary.

Methods

 o getTokenType
 public int getTokenType()
Returns the type of token in the byte subarrary.


All Packages  Class Hierarchy  This Package  Previous  Next  Index