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

constants group FastToken

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