|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dvb.tvanytime.metadata.FieldIDDefinitionList
public abstract class FieldIDDefinitionList
Class listing a set of fieldID strings and allowing the corresponding XPath expressions to be obtained.
Method Summary | |
---|---|
abstract boolean |
containsKey(java.lang.String fieldID)
Test whether the specified fieldID is included in this FieldIDDefinitionList. |
abstract java.util.Enumeration |
getFieldIDs()
Get the fieldIDs supported by this FieldIDDefinitionList. |
static FieldIDDefinitionList |
getInstance()
Get an instance of the default FieldIDDefinitionList. |
static FieldIDDefinitionList |
getInstance(java.lang.String path)
Get an instance of the FieldIDDefinitionList for a given server. |
abstract java.lang.String |
getXPath(java.lang.String fieldID)
Get the XPath corresponding to a fieldID. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static FieldIDDefinitionList getInstance()
public static FieldIDDefinitionList getInstance(java.lang.String path) throws java.net.MalformedURLException, java.io.IOException
path
- the HTTP URL of the server
java.net.MalformedURLException
- if the URL is invalid
java.io.IOException
- if an IOException occurspublic abstract java.lang.String getXPath(java.lang.String fieldID) throws DatabaseException
fieldID
- a String that contains a fieldID
DatabaseException
- if the fieldID is not found in this FieldIDDefinitionListpublic abstract boolean containsKey(java.lang.String fieldID)
fieldID
- a String that contains a fieldID
public abstract java.util.Enumeration getFieldIDs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |