Package com.adobe.xmp.schema.rng.model
Class DatatypeInfo
java.lang.Object
com.adobe.xmp.schema.rng.model.DatatypeInfo
This class models data types of values defined in input RelaxNG schema
-
Constructor Summary
ConstructorsConstructorDescriptionDatatypeInfo(String name) Constructs a new DatatypeInfo.DatatypeInfo(String name, boolean raw) Constructs a new DatatypeInfo. -
Method Summary
-
Constructor Details
-
DatatypeInfo
Constructs a new DatatypeInfo.- Parameters:
name- name of data type
-
DatatypeInfo
Constructs a new DatatypeInfo.- Parameters:
name- name of data typeraw- If this is a raw data type defined in the RelaxNG spec
-
-
Method Details