Uses of Class
com.gcapmedia.dab.epg.binary.Element

Packages that use Element
com.gcapmedia.dab.epg.binary   
 

Uses of Element in com.gcapmedia.dab.epg.binary
 

Methods in com.gcapmedia.dab.epg.binary that return Element
static Element Element.fromBytes(byte[] bytes)
          Parse an object from its byte array representation
static Element Element.fromBytes(byte[] bytes, TokenTable tokens)
          Parse an object from its byte array representation
 

Methods in com.gcapmedia.dab.epg.binary that return types with arguments of type Element
 java.util.Collection<Element> Element.getChildren()
           
 java.util.Collection<Element> Element.getChildren(ElementTag tag)
          Returns child elements of the specified type
 

Methods in com.gcapmedia.dab.epg.binary with parameters of type Element
 void Element.addChild(Element child)
          Add a child to this element
 Scope ScopeDeconstructor.deconstruct(Element element)
           
 Schedule ScheduleDeconstructor.deconstruct(Element element)
           
 Programme ProgrammeDeconstructor.deconstruct(Element element)
           
 MediaGroup MediaGroupDeconstructor.deconstruct(Element element)
           
 Location LocationDeconstructor.deconstruct(Element element)
           
 Genre GenreDeconstructor.deconstruct(Element element)
           
 Epg EpgDeconstructor.deconstruct(Element element)
           
 E Deconstructor.deconstruct(Element element)
           
 ContentId ContentIdDeconstructor.deconstruct(Element element)
           
 



Copyright © 2007. All Rights Reserved.