Uses of Package
org.dvb.xml.jdom

Packages that use org.dvb.xml.jdom
org.dvb.application.privileged Provides application management facilities to privileged applications. 
org.dvb.service.sds Extensions to the JavaTV SI API giving access to information signalled according to DVB's service discovery and selection (SD&S) specification. 
org.dvb.tvanytime.javatv Contains TV-Anytime specific extensions to javax.tv.*. 
org.dvb.tvanytime.metadata Provides access to TV-Anytime metadata services. 
org.dvb.xml.jdom Provides access to XML via DOM in a way supporting the Java language's strong typing. 
 

Classes in org.dvb.xml.jdom used by org.dvb.application.privileged
Element
          Interface that represents one XML Element.
 

Classes in org.dvb.xml.jdom used by org.dvb.service.sds
Element
          Interface that represents one XML Element.
 

Classes in org.dvb.xml.jdom used by org.dvb.tvanytime.javatv
Element
          Interface that represents one XML Element.
 

Classes in org.dvb.xml.jdom used by org.dvb.tvanytime.metadata
Element
          Interface that represents one XML Element.
 

Classes in org.dvb.xml.jdom used by org.dvb.xml.jdom
Attribute
          Class that represents one XML Attribute.
Element
          Interface that represents one XML Element.
Namespace
          Interface for prefix and URI of XML Schemas, and also a container for the prefix and URI values of "well known" namespaces.
Node
          Interface that represents the common access methods for both Attributes and Elements.
UnknownElementContent
          Interface that provides access to Unknown Element Content corresponding to unknown schemas.