type encoding/xml.Directive

8 uses

	encoding/xml (current package)
		marshal.go#L243: 	case Directive:
		marshal.go#L259: func isValidDirective(dir Directive) bool {
		xml.go#L116: type Directive []byte
		xml.go#L119: func (d Directive) Copy() Directive { return Directive(makeCopy(d)) }
		xml.go#L128: 	case Directive:
		xml.go#L779: 		return Directive(d.buf.Bytes()), nil