const encoding/xml.fElement
12 uses
encoding/xml (current package)
marshal.go#L940: case fElement, fElement | fAny:
read.go#L489: case fAny, fAny | fElement:
read.go#L680: if finfo.flags&fElement == 0 || len(finfo.parents) < len(parents) || finfo.xmlns != "" && finfo.xmlns != start.Name.Space {
typeinfo.go#L32: fElement fieldFlags = 1 << iota
typeinfo.go#L42: fMode = fElement | fAttr | fCDATA | fCharData | fInnerXML | fComment | fAny
typeinfo.go#L125: finfo.flags = fElement
typeinfo.go#L151: finfo.flags |= fElement
typeinfo.go#L161: finfo.flags |= fElement
typeinfo.go#L163: if finfo.flags&fOmitEmpty != 0 && finfo.flags&(fElement|fAttr) == 0 {
typeinfo.go#L208: if (finfo.flags & fElement) == 0 {
typeinfo.go#L217: if finfo.flags&fElement != 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. |