|
||||||||||
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.store.xmlstore.XMLSeason
public class XMLSeason
Episode information for the store XMLStore2
, that access the information from the XML File
Field Summary |
---|
Fields inherited from class org.stanwood.media.xml.XMLParser |
---|
DTD_WEB_LOCATION, SCHEMA_WEB_LOCATION |
Constructor Summary | |
---|---|
XMLSeason(IShow show,
org.w3c.dom.Element seasonNode)
The constructor |
Method Summary | |
---|---|
int |
getSeasonNumber()
Get the number of the season |
IShow |
getShow()
Get the show the season belongs too |
java.net.URL |
getURL()
Used to get the episode listing URL for the season |
void |
setURL(java.net.URL url)
Sets the episode listing URL for the season |
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, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLSeason(IShow show, org.w3c.dom.Element seasonNode)
show
- The showseasonNode
- The season xml nodeMethod Detail |
---|
public java.net.URL getURL()
getURL
in interface ISeason
public void setURL(java.net.URL url)
setURL
in interface ISeason
url
- The episode listing URL for the seasonpublic int getSeasonNumber()
getSeasonNumber
in interface ISeason
public IShow getShow()
getShow
in interface ISeason
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |