de.uni_paderborn.fujaba.gxl
Class FXMLTree

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

public class FXMLTree
extends java.lang.Object

UMLClass: 'FXMLTree'.

Version:
$Revision: 1.15.2.1 $
Author:
$Author: mksoft $

Constructor Summary
FXMLTree(org.w3c.dom.Element elem)
          Constructor for class FXMLTree
 
Method Summary
 FXMLNode getFirstObject(org.w3c.dom.Element diag)
          UMLMethod: '+ getFirstObject (): FXMLNode'.
 org.w3c.dom.Element getNextDiagram()
          Get the nextDiagram attribute of the FXMLTree object
 FXMLNode getNextObject()
          UMLMethod: '+ getNextObject (): FXMLNode'.
 java.lang.String getRoot()
          Get the root attribute of the FXMLTree object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FXMLTree

public FXMLTree(org.w3c.dom.Element elem)
         throws java.lang.Exception
Constructor for class FXMLTree

Parameters:
elem - No description provided
Throws:
java.lang.Exception - Exception description not provided
Method Detail

getRoot

public java.lang.String getRoot()
Get the root attribute of the FXMLTree object

Returns:
The root value

getFirstObject

public FXMLNode getFirstObject(org.w3c.dom.Element diag)
UMLMethod: '+ getFirstObject (): FXMLNode'.

Parameters:
diag - No description provided
Returns:
The firstObject value

getNextObject

public FXMLNode getNextObject()
UMLMethod: '+ getNextObject (): FXMLNode'.

Returns:
The nextObject value

getNextDiagram

public org.w3c.dom.Element getNextDiagram()
Get the nextDiagram attribute of the FXMLTree object

Returns:
The nextDiagram value