Package | Description |
---|---|
com.github.davidmoten.aws.lw.client | |
com.github.davidmoten.aws.lw.client.xml |
Modifier and Type | Method and Description |
---|---|
XmlElement |
Request.responseAsXml() |
Modifier and Type | Method and Description |
---|---|
XmlElement |
XmlElement.child(int index) |
XmlElement |
XmlElement.child(String... names) |
XmlElement |
XmlElement.firstChild() |
static XmlElement |
XmlElement.parse(Reader reader) |
static XmlElement |
XmlElement.parse(Reader reader,
boolean ignoreLeadingAndTrailingWhitespace) |
static XmlElement |
XmlElement.parse(String string) |
static XmlElement |
XmlElement.parse(String string,
boolean ignoreLeadingAndTrailingWhitespace) |
Modifier and Type | Method and Description |
---|---|
List<XmlElement> |
XmlElement.children() |
List<XmlElement> |
XmlElement.childrenWithName(String name) |
Modifier and Type | Method and Description |
---|---|
void |
XmlElement.addChild(XmlElement child) |
Copyright © 2021–2024. All rights reserved.