| Constructor and Description |
|---|
XmlFile(String charset,
String directory) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String fileName) |
File |
getDirectory() |
static String |
getValueWithSpecialsEscaped(String s) |
boolean |
isFixturesInstalled()
The XML store is deemed to be initialised if the directory used to store
the data has no xml files in it.
|
boolean |
parse(ContentHandler handler,
String fileName) |
String |
toString() |
void |
writeXml(String name,
ContentWriter writer) |
public static String getValueWithSpecialsEscaped(String s)
public File getDirectory()
public void writeXml(String name, ContentWriter writer)
public boolean parse(ContentHandler handler, String fileName)
public boolean isFixturesInstalled()
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.