Class | Description |
---|---|
EnumItem |
Item in an enumeration type.
|
EnumType |
Abstract base class for enumeration types.
|
ItemList |
Item in a list or a set type.
|
List |
Abstract base class for list types.
|
PatternType |
Abstract base class for pattern types.
|
Type |
Value type.
|
XMLType |
Abstract base class for XML types with XSD validation.
|
Exception | Description |
---|---|
PatternCompileException |
Exception thrown to indicate a pattern string could not be compiled.
|
TypeValueException |
Exception thrown to indicate a value is invalid for a certain type.
|
Note: The classes in this package are considered internal to XINS and should not be accessed directly.
See http://www.xins.org/.