constants group KParseType in module com::sun::star::i18n:: |
constants group KParseType;
Constants set by the parser to specify the type of the parsed final token.
Constants Summary |
|
ONE_SINGLE_CHAR | One single character like ! # ; : $ et al. |
BOOLEAN | A Boolean operator like <, >, <>, =, <=, >= |
IDENTNAME | A name matching the conditions passed. |
SINGLE_QUOTE_NAME | "A single-quoted name matching the conditions passed ( 'na\'me' )." "Dequoted name in ParseResult::DequotedNameOrString ( na'me )." |
DOUBLE_QUOTE_STRING | A double-quoted string ( "str\"i""ng" ). Dequoted string in ParseResult::DequotedNameOrString ( str"i"ng ). |
ASC_NUMBER | A number where all digits are ASCII characters. Numerical value in ParseResult::Value . |
UNI_NUMBER | A number where at least some digits are Unicode (and maybe ASCII) characters. Numerical value in ParseResult::Value . |
MISSING_QUOTE | Set (ored) if SINGLE_QUOTE_NAME or DOUBLE_QUOTE_STRING has no closing quote. |
ANY_NUMBER | Useful combinations |
Field Details |
||||||||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.