Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
    ComparatorDescription = LPAREN WSP
          numericoid                           ; object identifier
          [ SP "DESC" SP qdstring ]            ; description
          SP "FQCN" SP qdstringfqcn                    ; fully qualified class name
          [ SP "BYTECODE" SP qdstringbase64 ]          ; optional base64 encoded bytecode
          extensions WSP RPAREN                ; extensions
    
    base64          = *(4base64-char)
    base64-char     = ALPHA / DIGIT / "+" / "/"
    fqcn = descr 1*( DOT descr )
    where:
        <numericoid> is object identifier assigned to the matchingRule 
            associated with this comparator;
        DESC <qdstring> is a short descriptive string;
        FQCN <qdstring><fqcn> is the fully qualified class name of the comparator's class;
        BYTECODE <base64> is the base64 encoded byte code for the comparator's class;
        [extensions]<extensions> describe extensions.

Normalizer Description Syntax

...