Home
last modified time | relevance | path

Searched refs:xmlWrapper (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl.cpp135 std::unique_ptr<Global::Resource::SolidXmlWrapper> xmlWrapper) in ParseStateResource() argument
137 auto rootNode = xmlWrapper->GetRoot(); in ParseStateResource()
230 auto xmlWrapper = attrValue->GetLayoutValue(); in ParseContent() local
231 if (!xmlWrapper) { in ParseContent()
235 auto stateResource = ParseStateResource(name_, attrName, std::move(xmlWrapper)); in ParseContent()