Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CharData (0.06 sec)

  1. src/encoding/xml/marshal_test.go

    	T2      T2
    }
    
    type IndirChardata struct {
    	T1       T1
    	Chardata *string `xml:",chardata"`
    	T2       T2
    }
    
    type DirectChardata struct {
    	T1       T1
    	Chardata string `xml:",chardata"`
    	T2       T2
    }
    
    type IfaceChardata struct {
    	T1       T1
    	Chardata any `xml:",chardata"`
    	T2       T2
    }
    
    type IndirCDATA struct {
    	T1    T1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 66K bytes
    - Viewed (0)
Back to top