|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidadinternal.style.xml.parse.StyleSheetNode
public class StyleSheetNode
Private implementation of StyleSheetNode.
Constructor Summary | |
---|---|
StyleSheetNode(StyleNode[] styles,
java.util.Locale[] locales,
int direction,
int[] browsers,
int[] versions,
int[] platforms,
int mode)
Creates a StyleSheetNode with the specified attributes. |
Method Summary | |
---|---|
int |
compareVariants(java.util.Locale locale,
int direction,
TrinidadAgent agent,
int mode)
Tests whether this StyleSheet matches the specified variants. |
java.util.Iterator<java.lang.Integer> |
getBrowsers()
Implementation of StyleSheetNode.getBrowsers(). |
java.util.Iterator<java.util.Locale> |
getLocales()
Implementation of StyleSheetNode.getLocales(). |
int |
getMode()
|
java.util.Iterator<java.lang.Integer> |
getPlatforms()
Implementation of StyleSheetNode.getPlatforms(). |
int |
getReadingDirection()
Implementation of StyleSheetNode.getReadingDirection(); |
java.util.Iterator<StyleNode> |
getStyles()
Implementation of StyleSheetNode.getStyles(). |
java.util.Iterator<java.lang.Integer> |
getVersions()
Implementation of StyleSheetNode.getVersions(). |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StyleSheetNode(StyleNode[] styles, java.util.Locale[] locales, int direction, int[] browsers, int[] versions, int[] platforms, int mode)
Method Detail |
---|
public java.util.Iterator<StyleNode> getStyles()
public int getReadingDirection()
public int getMode()
public java.util.Iterator<java.util.Locale> getLocales()
public java.util.Iterator<java.lang.Integer> getBrowsers()
public java.util.Iterator<java.lang.Integer> getVersions()
public java.util.Iterator<java.lang.Integer> getPlatforms()
public int compareVariants(java.util.Locale locale, int direction, TrinidadAgent agent, int mode)
mode
- public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |