toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-core
/
org.http4k.connect.amazon.core
Package-level
declarations
Functions
Functions
children
Link copied to clipboard
fun
Node
.
children
(
name
:
String
)
:
Sequence
<
Node
>
first
Child
Link copied to clipboard
fun
Node
.
firstChild
(
name
:
String
)
:
Node
?
first
Child
Text
Link copied to clipboard
fun
Node
.
firstChildText
(
name
:
String
)
:
String
?
sequence
Of
Nodes
Link copied to clipboard
fun
NodeList
.
sequenceOfNodes
(
onlyChildrenNamed
:
String
?
=
null
)
:
Sequence
<
Node
>
text
Link copied to clipboard
fun
Node
.
text
(
)
:
String
fun
Document
.
text
(
name
:
String
)
:
String
text
Optional
Link copied to clipboard
fun
Document
.
textOptional
(
name
:
String
)
:
String
?
xml
Doc
Link copied to clipboard
fun
Body
.
xmlDoc
(
)
:
Document
fun
Response
.
xmlDoc
(
)
:
Document