|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Namespace | |
---|---|
org.dvb.xml.jdom | Provides access to XML via DOM in a way supporting the Java language's strong typing. |
Uses of Namespace in org.dvb.xml.jdom |
---|
Fields in org.dvb.xml.jdom declared as Namespace | |
---|---|
static Namespace |
Namespace.IPISDNS
DVB-IPI Service Discovery and Selection. |
static Namespace |
Namespace.MPEG7
MPEG7 Schema. |
static Namespace |
Namespace.NO_NAMESPACE
Used for elements/attributes that do not use XML namespaces. |
static Namespace |
Namespace.TVA_CR
TV Anytime content referencing Schema. |
static Namespace |
Namespace.TVA_MD
TV Anytime metadata Schema. |
static Namespace |
Namespace.TVA_RAR
TV Anytime content referencing RAR Schema. |
static Namespace |
Namespace.TVA_SP006
TV Anytime SP006 Schema. |
static Namespace |
Namespace.W3C
W3C XML Schema. |
Methods in org.dvb.xml.jdom that return Namespace | |
---|---|
Namespace[] |
Element.getAdditionalNamespaces()
Get the list of XML Schema namespaces that are available to this element. |
Namespace |
Node.getNamespace()
Get the XML Schema namespace that this element / attribute belongs to. |
Methods in org.dvb.xml.jdom with parameters of type Namespace | |
---|---|
Attribute |
Element.getAttribute(java.lang.String name,
Namespace ns)
Get the named attribute of this element, using an XML namespace. |
Element |
Element.getChild(java.lang.String name,
Namespace ns)
Get the first child of this element that has the given name and belongs to the given namespace. |
Element[] |
Element.getChildren(java.lang.String name,
Namespace ns)
Get an array of all the children of this element that have the given name and belong to the given namespace. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |