Interface XMLTokens

public interface interface XMLTokens
The list of tokens reported by the XMLTokenizer and used by the XMLParser.
TokenRepresentationValueComments
COMMENT"<!--"..."-->"the text on the dots
DEFAULT"<?XML default"-space = any white space
DOCTYPE"<!DOCTYPE"-

See Also:
XMLTokenizer, XMLParser

Variable Index

 o COMMENT
 o DEFAULT
 o DOCTYPE
 o EMPTY
 o ENCODING
 o ENDPI
 o EOF
 o EQ
 o ETAGO
 o GT
 o IDINFO
 o LITERAL
 o LT
 o MSDATA
 o MSEND
 o MSSTART
 o NAME
 o PCDATA
 o PI
 o tokenNames
 o UNCLOSED_COMMENT
 o UNCLOSED_LIT
 o UNCLOSED_MS
 o UNCLOSED_PI
 o UNKNOWN_ENT
 o UNKNOWN_MARKUP
 o UNKNOWN_XML

Variables

 o COMMENT
 public static final int COMMENT
 o DEFAULT
 public static final int DEFAULT
 o DOCTYPE
 public static final int DOCTYPE
 o EMPTY
 public static final int EMPTY
 o ENCODING
 public static final int ENCODING
 o ENDPI
 public static final int ENDPI
 o EOF
 public static final int EOF
 o EQ
 public static final int EQ
 o ETAGO
 public static final int ETAGO
 o GT
 public static final int GT
 o IDINFO
 public static final int IDINFO
 o LITERAL
 public static final int LITERAL
 o LT
 public static final int LT
 o MSDATA
 public static final int MSDATA
 o MSEND
 public static final int MSEND
 o MSSTART
 public static final int MSSTART
 o NAME
 public static final int NAME
 o PCDATA
 public static final int PCDATA
 o PI
 public static final int PI
 o UNCLOSED_COMMENT
 public static final int UNCLOSED_COMMENT
 o UNCLOSED_LIT
 public static final int UNCLOSED_LIT
 o UNCLOSED_MS
 public static final int UNCLOSED_MS
 o UNCLOSED_PI
 public static final int UNCLOSED_PI
 o UNKNOWN_ENT
 public static final int UNKNOWN_ENT
 o UNKNOWN_MARKUP
 public static final int UNKNOWN_MARKUP
 o UNKNOWN_XML
 public static final int UNKNOWN_XML
 o tokenNames
 public static final String tokenNames[]