Parse.Readval sequence :
Xmlm.input ->
Stdlib.String.t ->
'a reader ->
?ns:??? ->
unit ->
'aval sequences :
Xmlm.input ->
Stdlib.String.t ->
'a reader ->
?ns:??? ->
unit ->
'a listConsume remaining sibling elements and whitespace until the enclosing element's end tag is reached. The end tag itself is left unconsumed so the caller's Accept.endTag can read it. Used to skip protocol envelope siblings such as awsQuery's <ResponseMetadata>.