public class XMLFactory extends Object
Provides a means to read and write XML files from the local filing system.
THE DOCUMENTATION FOR THIS CLASS IS INCOMPLETE.
| Constructor and Description |
|---|
XMLFactory() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static void |
overwriteFile(File aafxFile,
Preface preface) |
static Preface |
readPreface(String inputFileName) |
static void |
writePreface(Preface preface,
String outputFileName) |
public static final Preface readPreface(String inputFileName) throws FileNotFoundException, IOException, NullPointerException, SAXException
public static final void writePreface(Preface preface, String outputFileName) throws NullPointerException, IOException
NullPointerExceptionIOExceptionpublic static final void overwriteFile(File aafxFile, Preface preface) throws NullPointerException, IOException
NullPointerExceptionIOExceptionpublic static final void main(String[] args)
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.