Gridarta Editor
|
Static Public Member Functions | |
static Element | getChild (@NotNull final Element parentElement, @NotNull final String childName) |
Private Member Functions | |
XmlUtils () | |
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().