|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileLevelInfoException | |
|---|---|
| org.bibalex.daf.handlers.statusdatahandler | |
| Uses of FileLevelInfoException in org.bibalex.daf.handlers.statusdatahandler |
|---|
| Methods in org.bibalex.daf.handlers.statusdatahandler that throw FileLevelInfoException | |
|---|---|
private void |
FileLevelInfo.createElementFromNode(org.w3c.dom.Node node)
Creates the FiLeLevelInfo by supplying its XmlNode represenation. |
private void |
FileLevelInfoHandler.createElementFromNode(org.w3c.dom.Node node,
boolean append)
Fills in the FileLevelInfo information by supplying its XmlNode represenation. |
void |
FileLevelInfoHandler.read(java.io.File file,
boolean append)
Parses the given xml file and reads the FileLevelInfo stored in the file. |
void |
FileLevelInfoHandler.read(org.w3c.dom.Node node,
boolean append)
Reads the FileLevelInfo within the given node. The node is assumed to be on the following from: <> <Info From="" To"" Phase="" Reason="" User="" Done="" /> . |
void |
FileLevelInfoHandler.read(java.lang.String nodeRep,
boolean append)
Parses the given String and reads the FileLevelInfo from it. |
void |
FileLevelInfoHandlerTest.testAdd()
|
void |
FileLevelInfoHandlerTest.testReadFile()
|
void |
FileLevelInfoHandlerTest.testReadString()
|
void |
FileLevelInfoTest.testToString()
|
| Constructors in org.bibalex.daf.handlers.statusdatahandler that throw FileLevelInfoException | |
|---|---|
FileLevelInfo(org.w3c.dom.Node node)
Creates a new instance of FileLevelInfo. |
|
FileLevelInfo(java.lang.String nodeRep)
Creates a new instance of FileLevelInfo. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||