de.uni_paderborn.fujaba.gxl
Class FXMLNode

java.lang.Object
  extended byde.uni_paderborn.fujaba.gxl.FXMLNode

public class FXMLNode
extends java.lang.Object

NOTE: The "attribute" in the method's names refers the logical attribute of BasicIncrement objects and NOT the attributes of the xml document. A FXMLNode object encapsulates an BasicIncrement object and defines methods to read out the single attributes(see above).

Version:
$Revision: 1.19.2.1 $ $Date: 2005/09/30 18:57:22 $
Author:
$Author: mksoft $

Constructor Summary
FXMLNode(org.w3c.dom.Element elem)
          Constructor for class FXMLNode
 
Method Summary
 java.util.HashSet getAttributeNames()
          UMLMethod: '+ getAttributeNames (): HashSet'.
 de.upb.tools.fca.FHashMap getAttributesAndValues()
          Get the attributesAndValues attribute of the FXMLNode object
 java.lang.String getClassLoader()
          Get the classLoader attribute of the FXMLNode object
 java.lang.String getId()
          UMLMethod: '+ getId (): String'.
 java.lang.String getPluginId()
          Get the pluginId attribute of the FXMLNode object
 java.lang.String getType()
          UMLMethod: '+ getType (): String'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FXMLNode

public FXMLNode(org.w3c.dom.Element elem)
Constructor for class FXMLNode

Parameters:
elem - No description provided
Method Detail

getId

public java.lang.String getId()
UMLMethod: '+ getId (): String'.

Returns:
The id value

getType

public java.lang.String getType()
UMLMethod: '+ getType (): String'.

Returns:
The type value

getAttributesAndValues

public de.upb.tools.fca.FHashMap getAttributesAndValues()
Get the attributesAndValues attribute of the FXMLNode object

Returns:
The attributesAndValues value

getAttributeNames

public java.util.HashSet getAttributeNames()
UMLMethod: '+ getAttributeNames (): HashSet'.

Returns:
The attributeNames value

getPluginId

public java.lang.String getPluginId()
Get the pluginId attribute of the FXMLNode object

Returns:
The pluginId value

getClassLoader

public java.lang.String getClassLoader()
Get the classLoader attribute of the FXMLNode object

Returns:
The classLoader value