const encoding/xml.fAny
10 uses
encoding/xml (current package)
marshal.go#L940: case fElement, fElement | fAny:
read.go#L460: case fAny | fAttr:
read.go#L489: case fAny, fAny | fElement:
typeinfo.go#L38: fAny
typeinfo.go#L42: fMode = fElement | fAttr | fCDATA | fCharData | fInnerXML | fComment | fAny
typeinfo.go#L141: finfo.flags |= fAny
typeinfo.go#L152: case fAttr, fCDATA, fCharData, fInnerXML, fComment, fAny, fAny | fAttr:
typeinfo.go#L160: if finfo.flags&fMode == fAny {
![]() |
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. |