const encoding/xml.fAttr
11 uses
encoding/xml (current package)
marshal.go#L506: if finfo.flags&fAttr == 0 {
marshal.go#L809: if finfo.flags&fAttr != 0 {
read.go#L451: case fAttr:
read.go#L460: case fAny | fAttr:
typeinfo.go#L33: fAttr
typeinfo.go#L42: fMode = fElement | fAttr | fCDATA | fCharData | fInnerXML | fComment | fAny
typeinfo.go#L131: finfo.flags |= fAttr
typeinfo.go#L152: case fAttr, fCDATA, fCharData, fInnerXML, fComment, fAny, fAny | fAttr:
typeinfo.go#L153: if f.Name == xmlName || tag != "" && mode != fAttr {
typeinfo.go#L163: if finfo.flags&fOmitEmpty != 0 && finfo.flags&(fElement|fAttr) == 0 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |