Media Authoring
with Java API

tv.amwa.maj.io.xml
Class AAFXMLFile

java.lang.Object
  extended by tv.amwa.maj.io.xml.AAFXMLFile

public class AAFXMLFile
extends Object

Provides a means to read and write XML files from the local filing system.

THE DOCUMENTATION FOR THIS CLASS IS INCOMPLETE.

Author:
Richard Cartwright

Constructor Summary
AAFXMLFile()
           
 
Method Summary
static void main(String[] args)
           
static void overwriteFile(File aafxFile, Header header)
           
static Header readFile(File aafxFile)
           
static void writeFile(File aafxFile, Header header)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AAFXMLFile

public AAFXMLFile()
Method Detail

readFile

public static final Header readFile(File aafxFile)
                             throws FileNotFoundException,
                                    IOException,
                                    NullPointerException,
                                    SAXException
Throws:
FileNotFoundException
IOException
NullPointerException
SAXException

writeFile

public static final void writeFile(File aafxFile,
                                   Header header)
                            throws NullPointerException,
                                   IOException
Throws:
NullPointerException
IOException

overwriteFile

public static final void overwriteFile(File aafxFile,
                                       Header header)
                                throws NullPointerException,
                                       IOException
Throws:
NullPointerException
IOException

main

public static final void main(String[] args)

Media Authoring
with Java API

(c) 2007-2008 Richard Cartwright, all rights reserved. Subject to the terms of the AAF SDK Public Source License.