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.
 

Method Detail

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 definition
codeSetName - name of the codeset
versionNo - 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