diff software/eXist/mpdl-modules/src/org/exist/xquery/modules/mpdltext/MPDLTextModule.java @ 6:2396a569e446

new functions: externalObjects, normalizer, Unicode2Betacode
author Josef Willenborg <jwillenborg@mpiwg-berlin.mpg.de>
date Tue, 08 Feb 2011 14:54:09 +0100
parents 408254cf2f1d
children 1ec29fdd0db8
line wrap: on
line diff
--- a/software/eXist/mpdl-modules/src/org/exist/xquery/modules/mpdltext/MPDLTextModule.java	Tue Feb 08 14:36:38 2011 +0100
+++ b/software/eXist/mpdl-modules/src/org/exist/xquery/modules/mpdltext/MPDLTextModule.java	Tue Feb 08 14:54:09 2011 +0100
@@ -50,7 +50,9 @@
     new FunctionDef(GetBig5EncodedTerms.signature, GetBig5EncodedTerms.class),
     new FunctionDef(EncodeBig5.signature, EncodeBig5.class),
     new FunctionDef(LuceneQueryParser.signature, LuceneQueryParser.class),
-    new FunctionDef(ToCLevelGenerator.signature, ToCLevelGenerator.class)
+    new FunctionDef(ExternalObject.signature, ExternalObject.class),  
+    new FunctionDef(InsertAtCharPos.signature, InsertAtCharPos.class),  
+    new FunctionDef(ToCLevelGenerator.signature, ToCLevelGenerator.class)  
 	};
 	
 	public MPDLTextModule() {