| Import line: | libxml2 = imports.gi.libxml2; | 
| GIR File: | libxml2-2.0.gir | 
| C documentation: | libxml2XPathCompExpr | 
| Struct : | XPathCompExpr | 
| Show / Hide Inherited methods, properties and signals | 
| None | 
| Method / Constructor | Defined By | |
|---|---|---|
| 
                
		 
			XPathCompiledEval
				
				 (XPathContext ctx) 
			
				
					 : 
					libxml2.XPathObject
					
				
			
		 
                Evaluate the Precompiled XPath expression in the given context.  
		 
		 
		 
                    
			
				Evaluate the Precompiled XPath expression in the given context. Returns the xmlXPathObjectPtr resulting from the evaluation or NULL. the caller has to free the object.
		    
				
			
			
			
			
				                     
                
 
  | 
            libxml2.XPathCompExpr | |
| 
                
		 
			XPathCompiledEvalToBoolean
				
				 (XPathContext ctxt) 
			
				
					 : 
					Number
					
				
			
		 
                Applies the XPath boolean() function on the result of the given compiled expression.  
		 
		 
		 
                    
			
				Applies the XPath boolean() function on the result of the given compiled expression. Returns 1 if the expression evaluated to true, 0 if to false and -1 in API and internal errors.
		    
				
			
			
			
			
				                     
                
 
  | 
            libxml2.XPathCompExpr | |
| 
                
		 
			XPathFreeCompExpr
				
				 () 
			
				
					 : 
					none
					
				
			
		 
                Free up the memory allocated by comp  
		 
		 
		 
                    
			
				Free up the memory allocated by comp
		    
				
			
			
			
			
			
			 
			
			
				                     
                
  | 
            libxml2.XPathCompExpr | |
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| 
		
			libxml2
             Method  | 
            
            
 
	   
            
                
		
                 Compile an XPath expression Returns the xmlXPathCompExprPtr resulting from the compilation or NULL.  
		 
		 
		 
                 
		     
              
             | 
            
        
        
| 
		
			libxml2.XPathContext
             Method  | 
            
            
 
	   
            
                
		 
			XPathCtxtCompile
				
				 (Number str) 
			
				
					 : 
					libxml2.XPathCompExpr
					
				
			
		 
                Compile an XPath expression Returns the xmlXPathCompExprPtr resulting from the compilation or NULL.  
		 
		 
		 
                 
		     
              
             |