Media Authoring
with Java API

Package tv.amwa.maj.io.xml

Support for the input and output of AAF classes as XML fragments and documents.

See:
          Description

Interface Summary
XMLSerializable Specifies a class that can serialize its current value to nodes of an XML DOM tree.
 

Class Summary
AAFElement Representation of the root element of an AAF XML document "<AAF>".
AAFElement.AAFHandler  
AAFXMLFile Provides a means to read and write XML files from the local filing system.
LocalHandler Content handler class that is implemented by all content handlers that can deserialize an XML element and create an object.
MasterContentHandler The master content handler is the root of all SAX content handlers used to deserialize XML documents and fragments into object instances of this AAF implementation.
XMLBuilder A class of static utility methods to assist with the process of serializing and deserializing AAF classes to their defined XML fragment representation.
 

Package tv.amwa.maj.io.xml Description

Support for the input and output of AAF classes as XML fragments and documents. Classes in this package allow classes to serialize themselves into a given DOM tree or read themselves from a SAX XML stream.

THE DOCUMENTATION FOR THIS PACKAGE IS NOT YET COMPLETE.

This package may be altered in the near future to decouple the generation and parsing of XML from the implementation of the classes using the labels defined in the SMPTE dictionaries.

Author:
Richard Cartwright

Media Authoring
with Java API

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