XPathEscaper
class XPathEscaper (View source)
Methods
                    static string
                
                
                    escapeQuotes(string $xpathToEscape)
        
                                            
                
            Converts xpath strings with both quotes and ticks into:
foo'"bar -> concat('foo', "'" ,'"bar')
Details
        
                static            string
    escapeQuotes(string $xpathToEscape)
        
    
    Converts xpath strings with both quotes and ticks into:
foo'"bar -> concat('foo', "'" ,'"bar')