|
Gridarta Editor
|
XML related utility functions. More...
Collaboration diagram for net.sf.gridarta.utils.XmlUtils:Static Public Member Functions | |
| static Element | getChild (@NotNull final Element parentElement, @NotNull final String childName) |
| Returns a child Element of a parent element. More... | |
Private Member Functions | |
| XmlUtils () | |
| Private constructor to prevent instantiation. More... | |
XML related utility functions.
Definition at line 30 of file XmlUtils.java.
|
private |
Private constructor to prevent instantiation.
Definition at line 35 of file XmlUtils.java.
|
static |
Returns a child Element of a parent element.
The child element must exist.
| parentElement | the parent element |
| childName | the name of the child element |
Definition at line 46 of file XmlUtils.java.
Referenced by net.sf.gridarta.plugin.parameter.PluginParameterFactory< G, A, R >.createParameter(), net.sf.gridarta.plugin.PluginModelParser< G, A, R >.fromXML(), net.sf.gridarta.plugin.parameter.PluginParameterCodec< G, A, R >.getChildText(), and net.sf.gridarta.model.archetypetype.ArchetypeTypeSetParser.loadTypesFromXML().
Here is the caller graph for this function: