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 $ $Date: 2004/10/20 17:49:57 $
Author:
$Author: schneider $

Field Summary
private  org.w3c.dom.NodeList attrs
          No comment provided by developer, please add a comment to improve documentation.
private  java.lang.String classLoader
          No comment provided by developer, please add a comment to improve documentation.
private  java.lang.String clazz
          No comment provided by developer, please add a comment to improve documentation.
private  java.lang.String id
          No comment provided by developer, please add a comment to improve documentation.
private  org.w3c.dom.Element myObject
          No comment provided by developer, please add a comment to improve documentation.
private  java.util.HashSet names
          No comment provided by developer, please add a comment to improve documentation.
private  de.upb.tools.fca.FHashMap namesAndValues
          No comment provided by developer, please add a comment to improve documentation.
private  java.lang.String pluginId
          No comment provided by developer, please add a comment to improve documentation.
private  java.lang.String tmpName
          No comment provided by developer, please add a comment to improve documentation.
 
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
 

Field Detail

clazz

private java.lang.String clazz
No comment provided by developer, please add a comment to improve documentation.


id

private java.lang.String id
No comment provided by developer, please add a comment to improve documentation.


attrs

private org.w3c.dom.NodeList attrs
No comment provided by developer, please add a comment to improve documentation.


names

private java.util.HashSet names
No comment provided by developer, please add a comment to improve documentation.


tmpName

private java.lang.String tmpName
No comment provided by developer, please add a comment to improve documentation.


namesAndValues

private de.upb.tools.fca.FHashMap namesAndValues
No comment provided by developer, please add a comment to improve documentation.


myObject

private org.w3c.dom.Element myObject
No comment provided by developer, please add a comment to improve documentation.


pluginId

private java.lang.String pluginId
No comment provided by developer, please add a comment to improve documentation.


classLoader

private java.lang.String classLoader
No comment provided by developer, please add a comment to improve documentation.

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