|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
static final Namespace NO_NAMESPACE
static final Namespace TVA_MD
static final Namespace TVA_CR
static final Namespace TVA_RAR
static final Namespace TVA_SP006
static final Namespace MPEG7
static final Namespace W3C
static final Namespace IPISDNS
Method Detail |
---|
java.lang.String getPrefix()
java.lang.String getURI()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |