LocaleContext localeContext = context.getLocaleContext();
Locale locale = localeContext.getTranslationLocale();
int direction = LocaleUtils.getReadingDirection(localeContext);
int mode = NameUtils.getMode(ModeUtils.getCurrentMode(context));
TrinidadAgent agent = context.getAgent();
AccessibilityProfile accProfile = context.getAccessibilityProfile();
List<StyleSheetNode> v = new ArrayList<StyleSheetNode>(); // List of matching style sheets
Iterator<StyleSheetNode> e = getStyleSheets(); // Iterator of all style sheets
// Loop through the style sheets, storing matches in the List