StyleList
class StyleList (View source)
Properties
| protected Set[] | $sets | The list of the style sets.  | 
                
Methods
                    static StyleList
                
                
                    loadFromXMLFile(string $file)
        
                                            
                
            Get the list of style sets defined in an XML file.
                    static StyleList
                
                
                
            Details
        
                static            StyleList
    loadFromXMLFile(string $file)
        
    
    Get the list of style sets defined in an XML file.
        
                static            StyleList
    loadFromXMLElement(SimpleXMLElement $sx)
        
    
    Get the list of style sets defined in a SimpleXML element.
        
                            Set
    addSet(string $name)
        
    
    Add a new empty style set.
        
                            Set[]
    getSets()
        
    
    Get the list of the style sets.