const encoding/xml.fCDATA
7 uses
encoding/xml (current package)
marshal.go#L820: case fCDATA, fCharData:
marshal.go#L822: if finfo.flags&fMode == fCDATA {
read.go#L479: case fCDATA, fCharData:
typeinfo.go#L34: fCDATA
typeinfo.go#L42: fMode = fElement | fAttr | fCDATA | fCharData | fInnerXML | fComment | fAny
typeinfo.go#L133: finfo.flags |= fCDATA
typeinfo.go#L152: case fAttr, fCDATA, fCharData, fInnerXML, fComment, fAny, fAny | fAttr:
![]() |
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. |