Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
unsigned short Text::nodeType() const
63
{
64
return Node::TEXT_NODE;
65
}
66
67
68
XMLString Text::innerText() const
Callers
15
writeNode
Method · 0.45
insertBefore
Method · 0.45
replaceChild
Method · 0.45
findElement
Method · 0.45
getNamedItem
Method · 0.45
item
Method · 0.45
length
Method · 0.45
accept
Method · 0.45
setNamedItem
Method · 0.45
setNamedItemNS
Method · 0.45
handleNode
Method · 0.45
appendChild
Method · 0.45
Calls
no outgoing calls
Tested by
1
xmlNodeAsString
Function · 0.36