import_lib sample
tinyxml2::XMLNode::FirstChildElement()
is only used within import_lib sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
import_lib sample
tinyxml2::XMLNode::FirstChildElement()
tinyxml2::XMLNode::FirstChildElement() method
Syntax
Show:
Summary
Declaration
from
tinyxml2.h:782
XMLElement
*
FirstChildElement
(
const
char
*
name
=
0
)
;
Arguments
Argument
name
Examples
References
from
examples
Code
Location
Scope
Referrer
XMLElement
*
FirstChildElement
(
const
char
*
name
=
0
)
{
tinyxml2.h:782
const
char
*
to_data
=
data
.
FirstChildElement
(
"note"
)
->
FirstChildElement
(
"to"
)
->
GetText
(
)
;
import_lib_example_main.cpp:37
app_main()
const
char
*
from_data
=
data
.
FirstChildElement
(
"note"
)
->
FirstChildElement
(
"from"
)
->
GetText
(
)
;
import_lib_example_main.cpp:38
app_main()
const
char
*
heading_data
=
data
.
FirstChildElement
(
"note"
)
->
FirstChildElement
(
"heading"
)
->
GetText
(
)
;
import_lib_example_main.cpp:39
app_main()
const
char
*
body_data
=
data
.
FirstChildElement
(
"note"
)
->
FirstChildElement
(
"body"
)
->
GetText
(
)
;
import_lib_example_main.cpp:40
app_main()
return
FirstChildElement
(
)
;
tinyxml2.h:1811
tinyxml2::XMLDocument
tinyxml2::XMLDocument::RootElement()
return
XMLHandle
(
_node
?
_node
->
FirstChildElement
(
name
)
:
0
)
;
tinyxml2.h:2076
tinyxml2::XMLHandle
tinyxml2::XMLHandle::FirstChildElement()
Call Tree
from
examples
tinyxml2::XMLNode::FirstChildElement()
is called by 3 functions and calls 1 function:
tinyxml2::XMLDocument::RootElement()
tinyxml2::XMLHandle::FirstChildElement()
app_main()
All items filtered out
tinyxml2::XMLNode::FirstChildElement()
tinyxml2::XMLNode::FirstChildElement() const
All items filtered out
Data Use
from
examples
tinyxml2::XMLNode::FirstChildElement()
:
All items filtered out
tinyxml2::XMLNode::FirstChildElement()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out