|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ElementTag | |
---|---|
com.gcapmedia.dab.epg.binary |
Uses of ElementTag in com.gcapmedia.dab.epg.binary |
---|
Methods in com.gcapmedia.dab.epg.binary that return ElementTag | |
---|---|
static ElementTag |
ElementTag.fromBytes(byte[] bytes)
Parse an object from its byte array representation |
ElementTag |
AttributeTag.getParent()
|
ElementTag |
Element.getTag()
|
static ElementTag |
ElementTag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ElementTag[] |
ElementTag.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.gcapmedia.dab.epg.binary with parameters of type ElementTag | |
---|---|
static AttributeTag |
AttributeTag.fromBytes(ElementTag parent,
byte[] bytes)
Parse an object from its byte array representation |
static Attribute |
Attribute.fromBytes(ElementTag parent,
byte[] bytes)
Parse an object from its byte array representation |
static Attribute |
Attribute.fromBytes(ElementTag parent,
byte[] bytes,
TokenTable tokens)
Parse an object from its byte array representation |
java.util.Collection<Element> |
Element.getChildren(ElementTag tag)
Returns child elements of the specified type |
boolean |
Element.hasChildren(ElementTag tag)
Returns whether any elements of the specified type are children to this element |
Constructors in com.gcapmedia.dab.epg.binary with parameters of type ElementTag | |
---|---|
Element(ElementTag tag)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |