Searched defs:XmlNodeAction (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/xml/
H A DXmlActionExecutor.h50 class XmlNodeAction { class in namespace:aapt::xml
55 // Find or create a child XmlNodeAction that will be performed for the child element with the
57 XmlNodeAction& operator[](const std::string& name) {
61 // Add an action to be performed at this XmlNodeAction.
71 std::map<std::string, XmlNodeAction> map_;
80 // Find or create a root XmlNodeAction that will be performed for the root XML element with the
82 XmlNodeAction& operator[](const std::string& name) {
91 std::map<std::string, XmlNodeAction> map_;

Completed in 112 milliseconds