org.dvb.xml.jdom
Interface Namespace


public interface Namespace

Interface for prefix and URI of XML Schemas, and also a container for the prefix and URI values of "well known" namespaces.


Field Summary
static Namespace IPISDNS
          DVB-IPI Service Discovery and Selection.
static Namespace MPEG7
          MPEG7 Schema.
static Namespace NO_NAMESPACE
          Used for elements/attributes that do not use XML namespaces.
static Namespace TVA_CR
          TV Anytime content referencing Schema.
static Namespace TVA_MD
          TV Anytime metadata Schema.
static Namespace TVA_RAR
          TV Anytime content referencing RAR Schema.
static Namespace TVA_SP006
          TV Anytime SP006 Schema.
static Namespace W3C
          W3C XML Schema.
 
Method Summary
 java.lang.String getPrefix()
          Get the prefix string that is being used in an XML instance document.
 java.lang.String getURI()
          Get the URI of the Namespace.
 

Field Detail

NO_NAMESPACE

static final Namespace NO_NAMESPACE
Used for elements/attributes that do not use XML namespaces.


TVA_MD

static final Namespace TVA_MD
TV Anytime metadata Schema.


TVA_CR

static final Namespace TVA_CR
TV Anytime content referencing Schema.


TVA_RAR

static final Namespace TVA_RAR
TV Anytime content referencing RAR Schema.


TVA_SP006

static final Namespace TVA_SP006
TV Anytime SP006 Schema.


MPEG7

static final Namespace MPEG7
MPEG7 Schema.


W3C

static final Namespace W3C
W3C XML Schema.


IPISDNS

static final Namespace IPISDNS
DVB-IPI Service Discovery and Selection.

Method Detail

getPrefix

java.lang.String getPrefix()
Get the prefix string that is being used in an XML instance document. E.g. "tva"

Returns:
the string that is prefixed to Elements / Attributes to signify that they belong to this namespace

getURI

java.lang.String getURI()
Get the URI of the Namespace. E.g. "urn:tva:metadata:2002"

Returns:
the URI of the XML Schema for this namespace.