Uses of Class
com.biglybt.pif.utils.xml.simpleparser.SimpleXMLParserDocumentException
Packages that use SimpleXMLParserDocumentException
Package
Description
-
Uses of SimpleXMLParserDocumentException in com.biglybt.core.xml.simpleparser
Methods in com.biglybt.core.xml.simpleparser that throw SimpleXMLParserDocumentExceptionModifier and TypeMethodDescriptionstatic SimpleXMLParserDocumentstatic SimpleXMLParserDocumentSimpleXMLParserDocumentFactory.create(InputStream is) Deprecated.static SimpleXMLParserDocumentstatic SimpleXMLParserDocumentSimpleXMLParserDocumentFactory.create(URL source_url, InputStream is) -
Uses of SimpleXMLParserDocumentException in com.biglybt.net.upnp
Methods in com.biglybt.net.upnp that throw SimpleXMLParserDocumentException -
Uses of SimpleXMLParserDocumentException in com.biglybt.net.upnp.impl
Methods in com.biglybt.net.upnp.impl that throw SimpleXMLParserDocumentExceptionModifier and TypeMethodDescriptionUPnPImpl.parseXML(InputStream _is) UPnPImpl.performSOAPRequest(UPnPService service, String soap_action, String request, boolean use_http_connection, InetAddress bind) The use_http_connection flag is set to false sometimes to avoid using the URLConnection library for some dopey UPnP routers.UPnPImpl.performSOAPRequest(UPnPService service, String soap_action, String request, InetAddress bind) -
Uses of SimpleXMLParserDocumentException in com.biglybt.pif.utils
Methods in com.biglybt.pif.utils that throw SimpleXMLParserDocumentExceptionModifier and TypeMethodDescriptionstatic RSSFeedStaticUtilities.getRSSFeed(URL source_url, InputStream is) Utilities.getRSSFeed(URL feed_location) Utilities.getRSSFeed(URL source_url, ResourceDownloader feed_location) Utilities.getRSSFeed(URL source_url, InputStream is) -
Uses of SimpleXMLParserDocumentException in com.biglybt.pif.utils.xml.simpleparser
Methods in com.biglybt.pif.utils.xml.simpleparser that throw SimpleXMLParserDocumentExceptionModifier and TypeMethodDescriptionSimpleXMLParserDocumentFactory.create(URL source_url, InputStream is) -
Uses of SimpleXMLParserDocumentException in com.biglybt.pifimpl.local.utils
Methods in com.biglybt.pifimpl.local.utils that throw SimpleXMLParserDocumentExceptionModifier and TypeMethodDescriptionUtilitiesImpl.getRSSFeed(URL feed_location) UtilitiesImpl.getRSSFeed(URL source_url, ResourceDownloader feed_location) UtilitiesImpl.getRSSFeed(URL source_url, InputStream is) -
Uses of SimpleXMLParserDocumentException in com.biglybt.pifimpl.local.utils.xml.rss
Constructors in com.biglybt.pifimpl.local.utils.xml.rss that throw SimpleXMLParserDocumentExceptionModifierConstructorDescriptionRSSFeedImpl(Utilities utilities, URL source_url, ResourceDownloader downloader) RSSFeedImpl(Utilities utilities, URL source_url, InputStream is) -
Uses of SimpleXMLParserDocumentException in com.biglybt.pifimpl.local.utils.xml.simpleparser
Methods in com.biglybt.pifimpl.local.utils.xml.simpleparser that throw SimpleXMLParserDocumentExceptionModifier and TypeMethodDescriptionSimpleXMLParserDocumentFactoryImpl.create(URL source_url, InputStream is) private voidSimpleXMLParserDocumentImpl.create(InputStream _input_stream) private voidSimpleXMLParserDocumentImpl.createSupport(InputStream input_stream) Constructors in com.biglybt.pifimpl.local.utils.xml.simpleparser that throw SimpleXMLParserDocumentExceptionModifierConstructorDescriptionSimpleXMLParserDocumentImpl(URL _source_url, InputStream _input_stream)