MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / nodeType

Method nodeType

base/poco/XML/src/Text.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61
62unsigned short Text::nodeType() const
63{
64 return Node::TEXT_NODE;
65}
66
67
68XMLString Text::innerText() const

Callers 15

writeNodeMethod · 0.45
insertBeforeMethod · 0.45
replaceChildMethod · 0.45
findElementMethod · 0.45
getNamedItemMethod · 0.45
itemMethod · 0.45
lengthMethod · 0.45
acceptMethod · 0.45
setNamedItemMethod · 0.45
setNamedItemNSMethod · 0.45
handleNodeMethod · 0.45
appendChildMethod · 0.45

Calls

no outgoing calls

Tested by 1

xmlNodeAsStringFunction · 0.36