tv.amwa.maj.entity
Class MPEGVideoDescriptor.XMLHandler
java.lang.Object
tv.amwa.maj.io.xml.MasterContentHandler
tv.amwa.maj.io.xml.LocalHandler
tv.amwa.maj.entity.InterchangeObject.InterchangeObjectXMLHandler
tv.amwa.maj.entity.EssenceDescriptor.EssenceDescriptorXMLHandler
tv.amwa.maj.entity.AAFFileDescriptor.FileDescriptorXMLHandler
tv.amwa.maj.entity.DigitalImageDescriptor.DigitalImageDescriptorXMLHandler
tv.amwa.maj.entity.CDCIDescriptor.XMLHandler
tv.amwa.maj.entity.MPEGVideoDescriptor.XMLHandler
- All Implemented Interfaces:
- ContentHandler, SpecifiedClasses
- Enclosing class:
- MPEGVideoDescriptor
public static class MPEGVideoDescriptor.XMLHandler
- extends CDCIDescriptor.XMLHandler
Method Summary |
Object |
createResult()
Create the resulting object from the deserialization carried out by this content handler. |
Methods inherited from class tv.amwa.maj.io.xml.LocalHandler |
areAttributesPresent, characters, endDocument, endElement, getAttributesForElement, getAttributesForThis, getAttributeValueChildElement, getAttributeValueThisElement, getBytesFromStream, getElementData, getElementDataList, getElementName, getInputStreamForName, getSubElement, getSubElementList, isDataElementList, isDataElementPresent, isSingleDataElement, isSingleSubElement, isSubElementList, isSubElementPresent, startElement |
elementName
public static final String elementName
- See Also:
- Constant Field Values
dataElementNames
public static final String[] dataElementNames
MPEGVideoDescriptor.XMLHandler
public MPEGVideoDescriptor.XMLHandler()
createResult
public Object createResult()
throws Exception
- Description copied from class:
LocalHandler
Create the resulting object from the deserialization carried out by this content handler.
This method must be implemented in every subclass of LocalHandler
and will be
called when data is available from within the methods implementation by calling:
- Returns:
- Object created from the deserialization of an XML fragment carried out by this
content handler.
- Throws:
Exception
- TODO
(c) 2007-2008 Richard Cartwright, all rights reserved. Subject to the terms of the AAF SDK Public Source License.