org.sblim.cimclient.internal.cimxml.sax
public class NodeFactory extends Object implements NodeConstIf
Method Summary | |
---|---|
static String | getEnum(String pNodeName)
getEnum
|
static Node | getNodeInstance(String pNodeName)
getNodeInstance
|
Parameters: pNodeName
Returns: The corresponding String constant for an XML element name. It must be used, because the Node subclasses use reference based equals comparisions (==).
Parameters: pNodeName Should be an XML element name constant which is defined in NodeConstIf
Returns: the Node subclass which implements the parsing of pNodeName named XML Element.