de.uni_paderborn.fujaba.gxl
Class Validator

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

public class Validator
extends java.lang.Object

Version:
$Revision: 1.22 $
Author:
$Author: schneider $

Constructor Summary
Validator(java.io.File myFile)
          Constructor for class Validator
Validator(java.io.File myFile, java.io.File[] stylesheets)
          Constructor for class Validator
 
Method Summary
 FXMLTree getDOMTree()
          UMLMethod: '+ getDOMTree (): FXMLTree'.
 FXMLTree getDOMTree(java.io.File candidate)
          UMLMethod: '+ getDOMTree (candidate: File): FXMLTree'.
 boolean valid()
          UMLMethod: '+ valid (): Boolean'.
 boolean valid(java.io.File candidate)
          UMLMethod: '+ valid (candidate: File): Boolean'.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Validator

public Validator(java.io.File myFile)
Constructor for class Validator

Parameters:
myFile - No description provided

Validator

public Validator(java.io.File myFile,
                 java.io.File[] stylesheets)
Constructor for class Validator

Parameters:
myFile - No description provided
stylesheets - No description provided
Method Detail

valid

public boolean valid()
UMLMethod: '+ valid (): Boolean'.

Returns:
No description provided

valid

public boolean valid(java.io.File candidate)
UMLMethod: '+ valid (candidate: File): Boolean'.

Parameters:
candidate - No description provided
Returns:
No description provided

getDOMTree

public FXMLTree getDOMTree()
UMLMethod: '+ getDOMTree (): FXMLTree'.

Returns:
The dOMTree value

getDOMTree

public FXMLTree getDOMTree(java.io.File candidate)
UMLMethod: '+ getDOMTree (candidate: File): FXMLTree'.

Parameters:
candidate - No description provided
Returns:
The dOMTree value