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 $
Author:
$Author: lowende $

Field Summary
private  int currentDiagram
          No comment provided by developer, please add a comment to improve documentation.
private  int currObject
          No comment provided by developer, please add a comment to improve documentation.
private  org.w3c.dom.NodeList diagrams
          No comment provided by developer, please add a comment to improve documentation.
private static org.apache.log4j.Logger log
          log4j logging
private  org.w3c.dom.Element myRoot
          No comment provided by developer, please add a comment to improve documentation.
private  org.w3c.dom.NodeList objects
          No comment provided by developer, please add a comment to improve documentation.
 
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
 

Field Detail

log

private static final transient org.apache.log4j.Logger log
log4j logging


currObject

private int currObject
No comment provided by developer, please add a comment to improve documentation.


objects

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


myRoot

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


diagrams

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


currentDiagram

private int currentDiagram
No comment provided by developer, please add a comment to improve documentation.

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