com.jaxfront.core.xui
Interface CodeSet
- All Known Implementing Classes:
- XMLResourceCodeSetCreator
public interface CodeSet
This interface defines the access to a CodeSet. The codeset must be an implementation
of the XMLSchema codes.xsd.
- Version:
- 1.60
Method Summary |
java.io.Reader |
getCodeSet(Type type,
java.lang.String codeSetName,
java.lang.String versionNo)
Returns a codeSet as an XML reader. |
getCodeSet
java.io.Reader getCodeSet(Type type,
java.lang.String codeSetName,
java.lang.String versionNo)
- Returns a codeSet as an XML reader.
- Parameters:
type
- holder type of this codeset definitioncodeSetName
- name of the codesetversionNo
- specifies the version number (from the appVersion in the xui definition, if none version number is null)
- Returns:
- InputStream a codeSet as an XML input stream