sbParserError.js File Reference

Go to the source code of this file.

Functions

function ParserErrorHandler ()
 
function NSGetModule (comMgr, fileSpec)
 

Variables

const SONGBIRD_PARSERERRORHANDLER_CONTRACTID = "@songbirdnest.com/Songbird/ParserErrorHandler;1"
 
const SONGBIRD_PARSERERRORHANDLER_CLASSNAME = "Songbird Parser Error Handler"
 
const SONGBIRD_PARSERERRORHANDLER_CID = Components.ID("{213a0ebb-12b3-492f-bc4c-f472f8f24d2c}")
 
const MSG_ERROR_UNDEFINEDENTITY = '[JavaScript Error: "undefined entity"'
 
const MSG_ERROR_ENTITYPROCESSING = '[JavaScript Error: "error in processing external entity reference"'
 
var gBusy = false
 
var consoleListener
 
var gOS = null
 
var gConsole = null
 
ParserErrorHandler prototype constructor = ParserErrorHandler
 
ParserErrorHandler prototype
 
var gModule
 

Function Documentation

function NSGetModule (   comMgr,
  fileSpec 
)

Definition at line 205 of file sbParserError.js.

function ParserErrorHandler ( )

Definition at line 87 of file sbParserError.js.

Variable Documentation

var consoleListener

Definition at line 35 of file sbParserError.js.

Definition at line 103 of file sbParserError.js.

var gBusy = false

Definition at line 33 of file sbParserError.js.

var gConsole = null

Definition at line 85 of file sbParserError.js.

var gModule

Registration for XPCOM

Definition at line 155 of file sbParserError.js.

var gOS = null

Definition at line 84 of file sbParserError.js.

const MSG_ERROR_ENTITYPROCESSING = '[JavaScript Error: "error in processing external entity reference"'

Definition at line 31 of file sbParserError.js.

const MSG_ERROR_UNDEFINEDENTITY = '[JavaScript Error: "undefined entity"'

Definition at line 30 of file sbParserError.js.

ParserErrorHandler prototype

Definition at line 105 of file sbParserError.js.

const SONGBIRD_PARSERERRORHANDLER_CID = Components.ID("{213a0ebb-12b3-492f-bc4c-f472f8f24d2c}")

Definition at line 28 of file sbParserError.js.

const SONGBIRD_PARSERERRORHANDLER_CLASSNAME = "Songbird Parser Error Handler"

Definition at line 27 of file sbParserError.js.

const SONGBIRD_PARSERERRORHANDLER_CONTRACTID = "@songbirdnest.com/Songbird/ParserErrorHandler;1"

BEGIN SONGBIRD GPL

This file is part of the Songbird web player.

Copyright(c) 2005-2008 POTI, Inc. http://songbirdnest.com

This file may be licensed under the terms of of the GNU General Public License Version 2 (the "GPL").

Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the GPL for the specific language governing rights and limitations.

You should have received a copy of the GPL along with this program. If not, go to http://www.gnu.org/licenses/gpl.html or write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

END SONGBIRD GPL

Definition at line 26 of file sbParserError.js.