VdexReload 1.1.3 API

uk.ac.reload.moonunit.dom.contentpackaging
Interface AbstractContentPackage

All Known Implementing Classes:
ContentPackage

public interface AbstractContentPackage

The Abstract Content Package Interface - there is more work to do on this. Ideally all common methods on a CP should be decalred here


Method Summary
 org.jdom.Namespace getMetadataNamespace()
           
 boolean isMetadataElement(java.lang.String name)
           
 boolean isMetadataRoot(java.lang.String name)
           
 

Method Detail

getMetadataNamespace

public org.jdom.Namespace getMetadataNamespace()
Returns:
the MD Namespace for a CP Document or null if none declared

isMetadataRoot

public boolean isMetadataRoot(java.lang.String name)
Returns:
whether we have the MD root name of any embedded Metadata "lom"

isMetadataElement

public boolean isMetadataElement(java.lang.String name)
Returns:
whether we have the "metadata" element

VdexReload 1.1.3 API