comparison software/eXist/mpdl-modules/src/org/exist/xquery/modules/mpdltext/MPDLTextModule.java @ 9:1ec29fdd0db8

neue .lex Dateien f?r Normalisierung / externe Objekte update
author Josef Willenborg <jwillenborg@mpiwg-berlin.mpg.de>
date Tue, 22 Feb 2011 16:03:45 +0100
parents 2396a569e446
children
comparison
equal deleted inserted replaced
8:d2a1c14fde31 9:1ec29fdd0db8
49 new FunctionDef(GetWordsFunction.signature, GetWordsFunction.class), 49 new FunctionDef(GetWordsFunction.signature, GetWordsFunction.class),
50 new FunctionDef(GetBig5EncodedTerms.signature, GetBig5EncodedTerms.class), 50 new FunctionDef(GetBig5EncodedTerms.signature, GetBig5EncodedTerms.class),
51 new FunctionDef(EncodeBig5.signature, EncodeBig5.class), 51 new FunctionDef(EncodeBig5.signature, EncodeBig5.class),
52 new FunctionDef(LuceneQueryParser.signature, LuceneQueryParser.class), 52 new FunctionDef(LuceneQueryParser.signature, LuceneQueryParser.class),
53 new FunctionDef(ExternalObject.signature, ExternalObject.class), 53 new FunctionDef(ExternalObject.signature, ExternalObject.class),
54 new FunctionDef(InsertAtCharPos.signature, InsertAtCharPos.class),
55 new FunctionDef(ToCLevelGenerator.signature, ToCLevelGenerator.class) 54 new FunctionDef(ToCLevelGenerator.signature, ToCLevelGenerator.class)
56 }; 55 };
57 56
58 public MPDLTextModule() { 57 public MPDLTextModule() {
59 super(functions); 58 super(functions);