]> Cypherpunks repositories - gostls13.git/commit
make reader more useful
authorRuss Cox <rsc@golang.org>
Wed, 7 Oct 2009 05:03:47 +0000 (22:03 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 7 Oct 2009 05:03:47 +0000 (22:03 -0700)
commitcfdb3a5639569a2723dacbdf5475eef2f051fff8
treea684b5b7e835750e857348c7cb337aad97cd0bff
parentc2ec9583a0abe0a74d5cb8dd01631ca0911aa3aa
make reader more useful
for lower-level clients:
* expose p.Skip
* expose p.Unmarshal
* wildcard struct field "Any"
* unmarshal into bool
* unmarshal into xml.Name
* unmarshal into pointer

R=r
DELTA=61  (50 added, 5 deleted, 6 changed)
OCL=35372
CL=35422
src/pkg/xml/read.go