tv.amwa.maj.io.xml
Class AAFElement
java.lang.Object
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
AAF_TAG
public static final String AAF_TAG
- See Also:
- Constant Field Values
AAFElement
public AAFElement(Header header)
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()
(c) 2007-2008 Richard Cartwright, all rights reserved. Subject to the terms of the AAF SDK Public Source License.