Uses of Class
org.stanwood.media.xml.XMLParser

Packages that use XMLParser
org.stanwood.media.actions   
org.stanwood.media.info   
org.stanwood.media.setup   
org.stanwood.media.source   
org.stanwood.media.source.xbmc   
org.stanwood.media.source.xbmc.updater   
org.stanwood.media.store.mp4.atomicparsley   
org.stanwood.media.store.xmlstore   
 

Uses of XMLParser in org.stanwood.media.actions
 

Subclasses of XMLParser in org.stanwood.media.actions
 class SeenDatabase
          This class is used to maintain a list of files that have been seen by the actions in media directories
 

Uses of XMLParser in org.stanwood.media.info
 

Subclasses of XMLParser in org.stanwood.media.info
 class VideoInfoParser
          This class is used to parse the XML output of the mediainfo command
 

Uses of XMLParser in org.stanwood.media.setup
 

Subclasses of XMLParser in org.stanwood.media.setup
 class BaseConfigReader
          A base class for configuration readers
 class ConfigReader
          This is used to parse the XML configuration files.
 

Uses of XMLParser in org.stanwood.media.source
 

Subclasses of XMLParser in org.stanwood.media.source
 class TagChimpSource
          This class is a source used to retrieve information about films from "www.tagchimp.com".
 

Uses of XMLParser in org.stanwood.media.source.xbmc
 

Subclasses of XMLParser in org.stanwood.media.source.xbmc
 class XBMCAddon
          This class is used to manage XBMC addon's
 class XBMCExtension
          All types of XBMC extension classes should inherit from this class as it implements methods generic to all XBMC extensions.
 class XBMCLibrary
          A library type of XBMC extensions
 class XBMCScraper
          This class is used to handle the XML scraper files from XBMC.
 class XBMCSource
          This is a source that reads the details using XBMC addons.
 

Uses of XMLParser in org.stanwood.media.source.xbmc.updater
 

Subclasses of XMLParser in org.stanwood.media.source.xbmc.updater
 class XBMCWebUpdater
          This class is used to install, remove or update XBMC addons
 

Uses of XMLParser in org.stanwood.media.store.mp4.atomicparsley
 

Subclasses of XMLParser in org.stanwood.media.store.mp4.atomicparsley
 class AtomicParsleyOutputParser
          This class is used to parse the output from the atomic parsley command.
 

Uses of XMLParser in org.stanwood.media.store.xmlstore
 

Subclasses of XMLParser in org.stanwood.media.store.xmlstore
 class BaseXMLStore
          This is the base class for the XML Store classes.
 class XMLEpisode
          Episode information for the store XMLStore2, that access the information from the XML File
 class XMLFilm
          This is a Film object that talks directory to the DOM of the XML store
 class XMLSeason
          Episode information for the store XMLStore2, that access the information from the XML File
 class XMLShow
          Used to store and get information about a show from a DOM show node
 class XMLStore2
          This store is used to store the show and film information in a XML called .mediaManager-xmlStore.xml.
 class XMLVideo
          XML Video class that read/sets the information into a dom object