|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stanwood.media.xml.XMLParser
org.stanwood.media.source.xbmc.XBMCExtension
org.stanwood.media.source.xbmc.XBMCLibrary
public class XBMCLibrary
A library type of XBMC extensions
Field Summary |
---|
Fields inherited from class org.stanwood.media.xml.XMLParser |
---|
DTD_WEB_LOCATION, SCHEMA_WEB_LOCATION |
Constructor Summary | |
---|---|
XBMCLibrary(XBMCAddon addon,
java.io.File scraperFile,
java.lang.String point)
The constructor |
Method Summary | |
---|---|
java.lang.String |
executeXBMCScraperFunction(java.lang.String functionName,
java.util.Map<java.lang.Integer,java.lang.String> params)
Used to execute a XBMC function |
Methods inherited from class org.stanwood.media.source.xbmc.XBMCExtension |
---|
executeXBMCFunction, getAddon, getDocument, getFile, toString |
Methods inherited from class org.stanwood.media.xml.XMLParser |
---|
createDocBuilder, createFactory, deleteNode, domToStr, encodeAttributeValue, firstChild, getAttribute, getElement, getFirstChildElement, getFloatFromXML, getIntegerFromXML, getLastChildElement, getLongFromXML, getSchema, getStringFromXML, getStringFromXMLOrNull, getURLFromXML, getURLFromXMLOrNull, hasNode, parse, parse, parse, quoteXPathQuery, selectChildNodes, selectNodeList, selectSingleNode, strToDom, strToDom, strToDom, writeXML |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XBMCLibrary(XBMCAddon addon, java.io.File scraperFile, java.lang.String point)
addon
- the addonscraperFile
- The scraper file the extension is been read frompoint
- The extension point been used for the extensionMethod Detail |
---|
public java.lang.String executeXBMCScraperFunction(java.lang.String functionName, java.util.Map<java.lang.Integer,java.lang.String> params) throws XBMCException, XMLParserException
executeXBMCScraperFunction
in class XBMCExtension
functionName
- The name of the functionparams
- The parameters been passed to the function
XBMCException
- Thrown if their is a XBMC problem
XMLParserException
- Thrown if their is a XML problem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |