Uses of Class
org.apache.myfaces.trinidadinternal.style.xml.parse.StyleSheetNode

Packages that use StyleSheetNode
org.apache.myfaces.trinidadinternal.style.xml.parse   
 

Uses of StyleSheetNode in org.apache.myfaces.trinidadinternal.style.xml.parse
 

Methods in org.apache.myfaces.trinidadinternal.style.xml.parse that return types with arguments of type StyleSheetNode
 java.util.Iterator<StyleSheetNode> StyleSheetDocument.getStyleSheets()
          Implementation of StyleSheetDocument.getStyleSheets();
 java.util.Iterator<StyleSheetNode> StyleSheetDocument.getStyleSheets(StyleContext context)
          Returns all StyleSheetNodes which can be applied to the specified context, sorted from lowest to highest precedence.
 

Constructors in org.apache.myfaces.trinidadinternal.style.xml.parse with parameters of type StyleSheetNode
StyleSheetDocument(StyleSheetNode[] styleSheets, ColorSchemeNode[] colorSchemes)
          Deprecated. colorScheme elements are no longer supported
StyleSheetDocument(StyleSheetNode[] styleSheets, ColorSchemeNode[] colorSchemes, java.lang.String documentVersion)
          Deprecated. colorScheme elements are no longer supported
StyleSheetDocument(StyleSheetNode[] styleSheets, java.lang.String documentVersion, long documentTimestamp)
          Creates a StyleSheetDocument
 



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.