Gridarta Editor
net.sf.gridarta.utils.XmlUtils Class Reference
+ Collaboration diagram for net.sf.gridarta.utils.XmlUtils:

Static Public Member Functions

static Element getChild (@NotNull final Element parentElement, @NotNull final String childName)
 

Private Member Functions

 XmlUtils ()
 

Detailed Description

XML related utility functions.

Author
Andreas Kirschbaum

Definition at line 30 of file XmlUtils.java.

Constructor & Destructor Documentation

◆ XmlUtils()

net.sf.gridarta.utils.XmlUtils.XmlUtils ( )
private

Private constructor to prevent instantiation.

Definition at line 35 of file XmlUtils.java.

Member Function Documentation

◆ getChild()

static Element net.sf.gridarta.utils.XmlUtils.getChild ( @NotNull final Element  parentElement,
@NotNull final String  childName 
)
static

Returns a child Element of a parent element. The child element must exist.

Parameters
parentElementthe parent element
childNamethe name of the child element
Returns
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:

The documentation for this class was generated from the following file: