Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for innerxml (0.21 sec)

  1. src/encoding/xml/marshal_test.go

    	CDATA any `xml:",cdata"`
    	T2    T2
    }
    
    type IndirInnerXML struct {
    	T1       T1
    	InnerXML *string `xml:",innerxml"`
    	T2       T2
    }
    
    type DirectInnerXML struct {
    	T1       T1
    	InnerXML string `xml:",innerxml"`
    	T2       T2
    }
    
    type IfaceInnerXML struct {
    	T1       T1
    	InnerXML any `xml:",innerxml"`
    	T2       T2
    }
    
    type IndirElement struct {
    	T1      T1
    	Element *string
    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