:: com :: sun :: star :: xml :: sax ::

constants group FastToken

Constants
DONTKNOW specifies an unknown token.  
NAMESPACE specifies the first namespace token  
Constants' Details
DONTKNOW
const long DONTKNOW = -1;
Description
specifies an unknown token.
NAMESPACE
const long NAMESPACE = 0x00010000;
Description
specifies the first namespace token
Top of Page