aboutsummaryrefslogtreecommitdiff
path: root/api/go1.txt
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2013-08-14 00:20:55 -0400
committerRuss Cox <rsc@golang.org>2013-08-14 00:20:55 -0400
commit56ce83f7ba0b18fd0914439ee75e1164ba82733f (patch)
tree15cba8d1fbd1b65853cd90ff002d9ab583197f6f /api/go1.txt
parentce3ba126a0c5370c2c4c4e1ef32291316b96b5b0 (diff)
downloadgo-56ce83f7ba0b18fd0914439ee75e1164ba82733f.tar.gz
go-56ce83f7ba0b18fd0914439ee75e1164ba82733f.zip
undo CL 12603044 / 2ca230b93195
fat fingers - did not intend to submit. depends on the Unmarshaler CL anyway. ««« original CL description encoding/xml: add, support Marshaler interface See golang.org/s/go12xml for design. Fixes #2771. Fixes #4169. Fixes #5975. Fixes #6125. R=golang-dev, iant, dan.kortschak CC=golang-dev https://golang.org/cl/12603044 »»» TBR=golang-dev CC=golang-dev https://golang.org/cl/12918043
Diffstat (limited to 'api/go1.txt')
-rw-r--r--api/go1.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/api/go1.txt b/api/go1.txt
index 5e3dea5a37..0d2e7c6305 100644
--- a/api/go1.txt
+++ b/api/go1.txt
@@ -2425,6 +2425,13 @@ 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