com.sun.tools.xjc.reader.relaxng
Class DatatypeLib

java.lang.Object
  extended by com.sun.tools.xjc.reader.relaxng.DatatypeLib

final class DatatypeLib
extends Object

Data-bindable datatype library.


Field Summary
static DatatypeLib BUILTIN
          Datatype library for the built-in type.
 String nsUri
          Datatype library's namespace URI.
static DatatypeLib XMLSCHEMA
          Datatype library for XML Schema datatypes.
 
Constructor Summary
DatatypeLib(String nsUri)
           
 
Method Summary
(package private)  TypeUse get(String name)
          Maps the type name to the information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nsUri

public final String nsUri
Datatype library's namespace URI.


BUILTIN

public static final DatatypeLib BUILTIN
Datatype library for the built-in type.


XMLSCHEMA

public static final DatatypeLib XMLSCHEMA
Datatype library for XML Schema datatypes.

Constructor Detail

DatatypeLib

public DatatypeLib(String nsUri)
Method Detail

get

TypeUse get(String name)
Maps the type name to the information.