aboutsummaryrefslogtreecommitdiff
path: root/api/go1.txt
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2013-08-14 14:58:28 -0400
committerRuss Cox <rsc@golang.org>2013-08-14 14:58:28 -0400
commit54bdfc007f78d448642d3b2c73a63f41f4c245f9 (patch)
treeef7083c46668fcde5aebb0614810fc4670f5f9fe /api/go1.txt
parent84b0842a59b8bf8e890861f7859869fb73d8681c (diff)
downloadgo-54bdfc007f78d448642d3b2c73a63f41f4c245f9.tar.gz
go-54bdfc007f78d448642d3b2c73a63f41f4c245f9.zip
encoding/xml: add, support Marshaler interface
See golang.org/s/go12xml for design. Repeat of CL 12603044, which was submitted accidentally and then rolled back. Fixes #2771. Fixes #4169. Fixes #5975. Fixes #6125. R=golang-dev CC=golang-dev https://golang.org/cl/12919043
Diffstat (limited to 'api/go1.txt')
-rw-r--r--api/go1.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/api/go1.txt b/api/go1.txt
index 0d2e7c6305..5e3dea5a37 100644
--- a/api/go1.txt
+++ b/api/go1.txt
@@ -2425,13 +2425,6 @@ pkg encoding/xml, method (*UnsupportedTypeError) Error() string
pkg encoding/xml, method (CharData) Copy() CharData
pkg encoding/xml, method (Comment) Copy() Comment
pkg encoding/xml, method (Directive) Copy() Directive
-pkg encoding/xml, method (Encoder) Available() int
-pkg encoding/xml, method (Encoder) Buffered() int
-pkg encoding/xml, method (Encoder) Flush() error
-pkg encoding/xml, method (Encoder) Write([]uint8) (int, error)
-pkg encoding/xml, method (Encoder) WriteByte(uint8) error
-pkg encoding/xml, method (Encoder) WriteRune(int32) (int, error)
-pkg encoding/xml, method (Encoder) WriteString(string) (int, error)
pkg encoding/xml, method (ProcInst) Copy() ProcInst
pkg encoding/xml, method (StartElement) Copy() StartElement
pkg encoding/xml, method (UnmarshalError) Error() string