xdoclet.sdk.xgg.binding
Class DataTypeUtils

java.lang.Object
  |
  +--xdoclet.sdk.xgg.binding.DataTypeUtils

public class DataTypeUtils
extends Object

Utility Class to process Data Type and compute regular expression pattern from Data Type.

Version:
$Revision: 1.2 $
Author:
Laurent Etiemble

Method Summary
static String getRegexp(org.relaxng.datatype.Datatype dt)
          Gets the regular expression pattern of the Data Type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRegexp

public static String getRegexp(org.relaxng.datatype.Datatype dt)
Gets the regular expression pattern of the Data Type

Parameters:
dt - The Data Type
Returns:
The regular expression pattern or "*" if the Data Type is unknown


Copyright © 2000-2003 XDoclet Team. All Rights Reserved.