Table of Contents
    
    Methods
    
            - 
    parseStyle()
    
                                 : array<string|int, mixed>    
- 
    getAttributes()
    
                                 : SimpleXMLElement    
- 
    identifyFixedStyleValue()
    
                                 : bool    
        parseStyle()
        
    
    
    
    
    public
                    parseStyle(SimpleXMLElement $styleAttributes) : array<string|int, mixed>
    
        
    
    
        Parameters
    
                    - 
                $styleAttributes
                : SimpleXMLElement
                            
- 
                
            
Return values
        array<string|int, mixed>
            
                    
    
        getAttributes()
        
    
    
    
    
    protected
            static        getAttributes(SimpleXMLElement|null $simple, string $node) : SimpleXMLElement
    
        
    
    
        Parameters
    
                    - 
                $simple
                : SimpleXMLElement|null
                            
- 
                
            
- 
                $node
                : string
                            
- 
                
            
Return values
        SimpleXMLElement
            
                    
    
        identifyFixedStyleValue()
        
    
    
    
    
    protected
            static        identifyFixedStyleValue(array<string|int, string> $styleList, string &$styleAttributeValue) : bool
    
        
    
    
        Parameters
    
                    - 
                $styleList
                : array<string|int, string>
                            
- 
                
            
- 
                $styleAttributeValue
                : string
                            
-