|
Web-4-All v3.00 Plug-in API Specification | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.utoronto.atrc.web4all.configuration.AccLipInfoPackage
A package of information based on the contents of an ACCLIP preferences document, and individuated by a type of technology (e.g., a screen reader). Thus, an association is made between a type of technology and preferences for it. The package contains two sets of preferences, namely, the generic preferences and preferences specific for an application (e.g., JAWS). All the information is taken from a document based on the ACCLIP schema, however, it may come from multiple such documents.
| Constructor Summary | |
AccLipInfoPackage(java.lang.String inAppType,
org.w3c.dom.Element inGenericPrefs,
org.w3c.dom.Element inSpecificPrefs)
Instantiate the package based on the given type and preferences sets. |
|
| Method Summary | |
java.lang.String |
getAppType()
Retrieve the type of technology. |
org.w3c.dom.Element |
getGenericPrefs()
Retrieve the generic preferences container Element. |
org.w3c.dom.Element |
getSpecificPrefs()
Retrieve the specific preferences container Element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AccLipInfoPackage(java.lang.String inAppType,
org.w3c.dom.Element inGenericPrefs,
org.w3c.dom.Element inSpecificPrefs)
inAppType - The type of application from the preferences
document/schema associated with the two sets of preferences.inGenericPrefs - The generic preferences from the document for this
type of technology.inSpecificPrefs - The <application> Element for this type of
technology. Note that this Element may come from the
same preferences document as inGenericPrefs,
but it may not -- it may be a "stand-alone" Element.| Method Detail |
public java.lang.String getAppType()
public org.w3c.dom.Element getGenericPrefs()
public org.w3c.dom.Element getSpecificPrefs()
|
Web-4-All v3.00 Plug-in API Specification | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||