|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.gxl.Validator
Field Summary | |
private java.io.File |
gxlFile
No comment provided by developer, please add a comment to improve documentation. |
private java.io.BufferedReader |
input
No comment provided by developer, please add a comment to improve documentation. |
private static org.apache.log4j.Logger |
log
log4j logging |
private java.lang.StringBuffer |
output
No comment provided by developer, please add a comment to improve documentation. |
private java.io.File[] |
stylesheets
No comment provided by developer, please add a comment to improve documentation. |
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 |
Field Detail |
private static final transient org.apache.log4j.Logger log
private java.io.File gxlFile
private java.io.File[] stylesheets
private java.io.BufferedReader input
private java.lang.StringBuffer output
Constructor Detail |
public Validator(java.io.File myFile)
myFile
- No description providedpublic Validator(java.io.File myFile, java.io.File[] stylesheets)
myFile
- No description providedstylesheets
- No description providedMethod Detail |
public boolean valid()
public boolean valid(java.io.File candidate)
candidate
- No description provided
public FXMLTree getDOMTree()
public FXMLTree getDOMTree(java.io.File candidate)
candidate
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |