Home
last modified time | relevance | path

Searched refs:htmlTag (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dhtml_to_span.cpp950 std::string htmlTag = reinterpret_cast<const char*>(curNode->name); in ToSpan() local
954 if (htmlTag == "p") { in ToSpan()
958 } else if (htmlTag == "img") { in ToSpan()
962 ToTextSpan(htmlTag, curNode, childPos - pos, pos, spanInfos); in ToSpan()

Completed in 2 milliseconds