| Import line: | libxml2 = imports.gi.libxml2; | 
| GIR File: | libxml2-2.0.gir | 
| C documentation: | libxml2CharEncoding | 
| Enum : | CharEncoding | 
| Show / Hide Inherited methods, properties and signals | 
| Properties | |
|---|---|
| 
			
			 
		Number libxml2.CharEncoding.2022_JP : 19
			 
		  
			 | 
		   
		|
| 
			
			 
		Number libxml2.CharEncoding.8859_1 : 10
			 
		  
			 | 
		   
		|
| 
			
			 
		Number libxml2.CharEncoding.8859_2 : 11
			 
		  
			 | 
		   
		|
| 
			
			 
		Number libxml2.CharEncoding.8859_3 : 12
			 
		  
			 | 
		   
		|
| 
			
			 
		Number libxml2.CharEncoding.8859_4 : 13
			 
		  
			 | 
		   
		|
| 
			
			 
		Number libxml2.CharEncoding.8859_5 : 14
			 
		  
			 | 
		   
		|
| 
			
			 
		Number libxml2.CharEncoding.8859_6 : 15
			 
		  
			 | 
		   
		|
| 
			
			 
		Number libxml2.CharEncoding.8859_7 : 16
			 
		  
			 | 
		   
		|
| 
			
			 
		Number libxml2.CharEncoding.8859_8 : 17
			 
		  
			 | 
		   
		|
| 
			
			 
		Number libxml2.CharEncoding.8859_9 : 18
			 
		  
			 | 
		   
		|
| 
			
			 
		Number libxml2.CharEncoding.ASCII : 22
			 
		  
			 | 
		   
		|
| 
			
			 
		Number libxml2.CharEncoding.EBCDIC : 6
			 
		  
			 | 
		   
		|
| 
			
			 
		Number libxml2.CharEncoding.ERROR : -1
			 
		  
			 | 
		   
		|
| 
			
			 
		Number libxml2.CharEncoding.EUC_JP : 21
			 
		  
			 | 
		   
		|
| 
			
			 
		Number libxml2.CharEncoding.NONE : 0
			 
		  
			 | 
		   
		|
| 
			
			 
		Number libxml2.CharEncoding.SHIFT_JIS : 20
			 
		  
			 | 
		   
		|
| 
			
			 
		Number libxml2.CharEncoding.UCS2 : 9
			 
		  
			 | 
		   
		|
| 
			
			 
		Number libxml2.CharEncoding.UCS4BE : 5
			 
		  
			 | 
		   
		|
| 
			
			 
		Number libxml2.CharEncoding.UCS4LE : 4
			 
		  
			 | 
		   
		|
| 
			
			 
		Number libxml2.CharEncoding.UCS4_2143 : 7
			 
		  
			 | 
		   
		|
| 
			
			 
		Number libxml2.CharEncoding.UCS4_3412 : 8
			 
		  
			 | 
		   
		|
| 
			
			 
		Number libxml2.CharEncoding.UTF16BE : 3
			 
		  
			 | 
		   
		|
| 
			
			 
		Number libxml2.CharEncoding.UTF16LE : 2
			 
		  
			 | 
		   
		|
| 
			
			 
		Number libxml2.CharEncoding.UTF8 : 1
			 
		  
			 | 
		   
		|
| None | 
| None | 
| None | 
| Class / Namespace | Method / Signal / Properties | 
|---|---|
| 
		
			libxml2
             Method  | 
            
            
 
	   
            
                
		
                 Create a buffered parser input for progressive parsing Returns the new parser input or NULL  
		 
		 
		 
                 
		     
              
             | 
            
        
        
| 
		
			libxml2
             Method  | 
            
            
 
	   
            
                
		
                 Create a buffered parser input for the progressive parsing for the input from a file descriptor Returns the new parser input or NULL  
		 
		 
		 
                 
		     
              
             | 
            
        
        
| 
		
			libxml2
             Method  | 
            
            
 
	   
            
                
		
                 Create a buffered parser input for the progressive parsing of a file If filename is "-' then we use stdin as the input.  
		 
		 
		 
                 
		     
              
             | 
            
        
        
| 
		
			libxml2
             Method  | 
            
            
 
	   
            
                
		 
			libxml2.ParserInputBufferCreateIO
				
				 (Function ioread, Function ioclose, void* ioctx, CharEncoding enc) 
			
				
					 : 
					libxml2.ParserInputBuffer
					
				
			
		 
                Create a buffered parser input for the progressive parsing for the input from an I/O handler Returns the new parser input or NULL  
		 
		 
		 
                 
		     
              
             | 
            
        
        
| 
		
			libxml2
             Method  | 
            
            
 
	   
            
                
		 
			libxml2.ParserInputBufferCreateMem
				
				 (String mem, Number size, CharEncoding enc) 
			
				
					 : 
					libxml2.ParserInputBuffer
					
				
			
		 
                Create a buffered parser input for the progressive parsing for the input from a memory area.  
		 
		 
		 
                 
		     
              
             | 
            
        
        
| 
		
			libxml2
             Method  | 
            
            
 
	   
            
                
		 
			libxml2.ParserInputBufferCreateStatic
				
				 (String mem, Number size, CharEncoding enc) 
			
				
					 : 
					libxml2.ParserInputBuffer
					
				
			
		 
                Create a buffered parser input for the progressive parsing for the input from an immutable memory area.  
		 
		 
		 
                 
		     
              
             |