Media Authoring
with Java API

tv.amwa.maj.io.xml
Class AAFElement

java.lang.Object
  extended by tv.amwa.maj.io.xml.AAFElement
All Implemented Interfaces:
XMLSerializable

public class AAFElement
extends Object
implements XMLSerializable

Representation of the root element of an AAF XML document "<AAF>".

DOCUMENTATION FOR THIS CLASS IS INCOMPLETE.

Author:
Richard Cartwright

Nested Class Summary
static class AAFElement.AAFHandler
           
 
Field Summary
static String AAF_TAG
           
 
Constructor Summary
AAFElement(Header header)
           
 
Method Summary
 void appendXMLChildren(Node parent)
          Append child elements to the given parent node to serialize the value of an object to an XML fragment.
 Document getDocument()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AAF_TAG

public static final String AAF_TAG
See Also:
Constant Field Values
Constructor Detail

AAFElement

public AAFElement(Header header)
Method Detail

appendXMLChildren

public void appendXMLChildren(Node parent)
Description copied from interface: XMLSerializable

Append child elements to the given parent node to serialize the value of an object to an XML fragment. Methods of the XMLBuilder class are provided to help with this process.

Specified by:
appendXMLChildren in interface XMLSerializable
Parameters:
parent - XML parent element to append child nodes to.

getDocument

public Document getDocument()

Media Authoring
with Java API

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