When I checked the source code of some of the dictionary extensions, I found that ServiceManager node is followed by other nodes like “Dictionaries”, “GrammerCheckers” etc. in .xcu file like dictionaries.xcu
<node oor:name="ServiceManager">
<node oor:name="Dictionaries">
Or something like this…
<node oor:name="ServiceManager">
<node oor:name="GrammarCheckers">
Where will I get the list of all child nodes of ServiceManager ?