khtml Library API Documentation

KJS Namespace Reference


Classes

class  DOMObject
 Base class for all objects in this binding - get() and put() run tryGet() and tryPut() respectively, and catch exceptions if they occur. More...
class  DOMFunction
 Base class for all functions in this binding - get() and call() run tryGet() and tryCall() respectively, and catch exceptions if they occur. More...
class  ScriptInterpreter
 We inherit from Interpreter, to save a pointer to the HTML part that the interpreter runs for. More...
class  DOMCSSStyleDeclaration
class  DOMStyleSheet
class  DOMStyleSheetList
class  DOMMediaList
class  DOMCSSStyleSheet
class  DOMCSSRuleList
class  DOMCSSRule
class  CSSRuleConstructor
class  DOMCSSValue
class  CSSValueConstructor
class  DOMCSSPrimitiveValue
class  CSSPrimitiveValueConstructor
class  DOMCSSValueList
class  DOMRGBColor
class  DOMRect
class  DOMCounter
class  SourceFile
class  SourceFragment
class  KJSErrorDialog
class  EvalMultiLineEdit
class  SourceDisplay
class  KJSDebugWin
class  DOMNode
class  DOMNodeList
class  DOMDocument
class  DOMAttr
class  DOMElement
class  DOMDOMImplementation
class  DOMDocumentType
class  DOMNamedNodeMap
class  DOMProcessingInstruction
class  DOMNotation
class  DOMEntity
class  NodeConstructor
class  DOMExceptionConstructor
class  DOMNamedNodesCollection
class  DOMCharacterData
class  DOMText
class  JSEventListener
class  JSLazyEventListener
class  EventConstructor
class  DOMEvent
class  EventExceptionConstructor
class  DOMUIEvent
class  DOMMouseEvent
class  DOMTextEvent
class  MutationEventConstructor
class  DOMMutationEvent
class  HTMLDocument
class  HTMLElement
class  HTMLElementFunction
class  HTMLCollection
class  HTMLSelectCollection
class  OptionConstructorImp
class  ImageConstructorImp
class  Image
class  NamedTagLengthDeterminer
class  MozillaSidebarExtension
class  Navigator
class  DOMRange
class  RangeConstructor
class  DOMNodeIterator
class  NodeFilterConstructor
class  DOMNodeFilter
class  DOMTreeWalker
class  JSNodeFilter
class  DOMAbstractView
class  Screen
class  Window
class  ScheduledAction
 An action (either function or string) to be executed after a specified time interval, either once or repeatedly. More...
class  WindowQObject
class  Location
class  XMLHttpRequestConstructorImp
class  XMLHttpRequest
class  XMLHttpRequestQObject
class  XMLSerializerConstructorImp
class  XMLSerializer

Enumerations

enum  { Plugins_Refresh, Plugins_Length, Plugins_Item, Plugins_NamedItem }
enum  { MimeTypes_Length, MimeTypes_Item, MimeTypes_NamedItem }
enum  {
  Plugin_Name, Plugin_FileName, Plugin_Description, Plugin_Length,
  Plugin_Item, Plugin_NamedItem
}
enum  { MimeType_Type, MimeType_Description, MimeType_EnabledPlugin, MimeType_Suffixes }
enum  XMLHttpRequestState {
  Uninitialized = 0, Loading = 1, Loaded = 2, Interactive = 3,
  Completed = 4
}

Functions

DOM::Node toNode (const Value &val)
Value getString (DOM::DOMString s)
QVariant ValueToVariant (ExecState *exec, const Value &val)
Value getLiveConnectValue (KParts::LiveConnectExtension *lc, const QString &name, const int type, const QString &value, int id)
template<class DOMObj, class KJSDOMObj>
Value cacheDOMObject (ExecState *exec, DOMObj domObj)
template<class FuncImp, class ThisImp, class ParentImp>
Value DOMObjectLookupGet (ExecState *exec, const Identifier &propertyName, const HashTable *table, const ThisImp *thisObj)
template<class ThisImp, class ParentImp>
Value DOMObjectLookupGetValue (ExecState *exec, const Identifier &propertyName, const HashTable *table, const ThisImp *thisObj)
template<class ThisImp, class ParentImp>
void DOMObjectLookupPut (ExecState *exec, const Identifier &propertyName, const Value &value, int attr, const HashTable *table, ThisImp *thisObj)
Value getDOMCSSStyleDeclaration (ExecState *exec, const DOM::CSSStyleDeclaration &s)
Value getDOMStyleSheet (ExecState *exec, const DOM::StyleSheet &ss)
Value getDOMStyleSheetList (ExecState *exec, const DOM::StyleSheetList &ssl, const DOM::Document &doc)
Value getDOMMediaList (ExecState *exec, const DOM::MediaList &ml)
Value getDOMCSSRuleList (ExecState *exec, const DOM::CSSRuleList &rl)
Value getDOMCSSRule (ExecState *exec, const DOM::CSSRule &r)
DOM::CSSRule toCSSRule (const Value &val)
Value getCSSRuleConstructor (ExecState *exec)
Value getDOMCSSValue (ExecState *exec, const DOM::CSSValue &v)
Value getCSSValueConstructor (ExecState *exec)
Value getCSSPrimitiveValueConstructor (ExecState *exec)
Value getDOMRGBColor (ExecState *exec, const DOM::RGBColor &c)
Value getDOMRect (ExecState *exec, const DOM::Rect &r)
Value getDOMCounter (ExecState *exec, const DOM::Counter &c)
bool checkNodeSecurity (ExecState *exec, const DOM::Node &n)
Value getDOMNode (ExecState *exec, const DOM::Node &n)
Value getDOMNamedNodeMap (ExecState *exec, const DOM::NamedNodeMap &m)
Value getDOMNodeList (ExecState *exec, const DOM::NodeList &l)
Value getDOMDOMImplementation (ExecState *exec, const DOM::DOMImplementation &i)
Object getNodeConstructor (ExecState *exec)
Object getDOMExceptionConstructor (ExecState *exec)
Value getEventConstructor (ExecState *exec)
Value getDOMEvent (ExecState *exec, DOM::Event e)
DOM::Event toEvent (const Value &val)
Value getEventExceptionConstructor (ExecState *exec)
Value getMutationEventConstructor (ExecState *exec)
DOM::Event toEvent (const Value &)
Value getHTMLCollection (ExecState *exec, const DOM::HTMLCollection &c, bool hide)
Value getSelectHTMLCollection (ExecState *exec, const DOM::HTMLCollection &c, const DOM::HTMLSelectElement &e)
Value getDOMRange (ExecState *exec, DOM::Range r)
Value getRangeConstructor (ExecState *exec)
DOM::Range toRange (const Value &val)
Value getDOMNodeIterator (ExecState *exec, DOM::NodeIterator ni)
Value getNodeFilterConstructor (ExecState *exec)
Value getDOMNodeFilter (ExecState *exec, DOM::NodeFilter nf)
Value getDOMTreeWalker (ExecState *exec, DOM::TreeWalker tw)
DOM::NodeFilter toNodeFilter (const Value &val)
Value getDOMAbstractView (ExecState *exec, DOM::AbstractView av)
DOM::AbstractView toAbstractView (const Value &val)

Variables

static const char DOMCSSStyleDeclarationProtoTableStrings []
static const struct HashEntry DOMCSSStyleDeclarationProtoTableEntries []
const struct HashTable DOMCSSStyleDeclarationProtoTable = { 2, 13, DOMCSSStyleDeclarationProtoTableEntries, 7, DOMCSSStyleDeclarationProtoTableStrings}
static const char DOMCSSStyleDeclarationTableStrings []
static const struct HashEntry DOMCSSStyleDeclarationTableEntries []
const struct HashTable DOMCSSStyleDeclarationTable = { 2, 4, DOMCSSStyleDeclarationTableEntries, 3, DOMCSSStyleDeclarationTableStrings}
static const char DOMStyleSheetTableStrings []
static const struct HashEntry DOMStyleSheetTableEntries []
const struct HashTable DOMStyleSheetTable = { 2, 9, DOMStyleSheetTableEntries, 7, DOMStyleSheetTableStrings}
static const char DOMStyleSheetListTableStrings []
static const struct HashEntry DOMStyleSheetListTableEntries []
const struct HashTable DOMStyleSheetListTable = { 2, 2, DOMStyleSheetListTableEntries, 2, DOMStyleSheetListTableStrings}
static const char DOMMediaListTableStrings []
static const struct HashEntry DOMMediaListTableEntries []
const struct HashTable DOMMediaListTable = { 2, 2, DOMMediaListTableEntries, 2, DOMMediaListTableStrings}
static const char DOMMediaListProtoTableStrings []
static const struct HashEntry DOMMediaListProtoTableEntries []
const struct HashTable DOMMediaListProtoTable = { 2, 4, DOMMediaListProtoTableEntries, 3, DOMMediaListProtoTableStrings}
static const char DOMCSSStyleSheetTableStrings []
static const struct HashEntry DOMCSSStyleSheetTableEntries []
const struct HashTable DOMCSSStyleSheetTable = { 2, 3, DOMCSSStyleSheetTableEntries, 2, DOMCSSStyleSheetTableStrings}
static const char DOMCSSStyleSheetProtoTableStrings []
static const struct HashEntry DOMCSSStyleSheetProtoTableEntries []
const struct HashTable DOMCSSStyleSheetProtoTable = { 2, 4, DOMCSSStyleSheetProtoTableEntries, 2, DOMCSSStyleSheetProtoTableStrings}
static const char DOMCSSRuleListTableStrings []
static const struct HashEntry DOMCSSRuleListTableEntries []
const struct HashTable DOMCSSRuleListTable = { 2, 3, DOMCSSRuleListTableEntries, 3, DOMCSSRuleListTableStrings}
static const char DOMCSSRuleTableStrings []
static const struct HashEntry DOMCSSRuleTableEntries []
const struct HashTable DOMCSSRuleTable = { 2, 6, DOMCSSRuleTableEntries, 4, DOMCSSRuleTableStrings}
static const char DOMCSSStyleRuleTableStrings []
static const struct HashEntry DOMCSSStyleRuleTableEntries []
const struct HashTable DOMCSSStyleRuleTable = { 2, 2, DOMCSSStyleRuleTableEntries, 2, DOMCSSStyleRuleTableStrings}
static const char DOMCSSMediaRuleTableStrings []
static const struct HashEntry DOMCSSMediaRuleTableEntries []
const struct HashTable DOMCSSMediaRuleTable = { 2, 5, DOMCSSMediaRuleTableEntries, 4, DOMCSSMediaRuleTableStrings}
static const char DOMCSSFontFaceRuleTableStrings []
static const struct HashEntry DOMCSSFontFaceRuleTableEntries []
const struct HashTable DOMCSSFontFaceRuleTable = { 2, 1, DOMCSSFontFaceRuleTableEntries, 1, DOMCSSFontFaceRuleTableStrings}
static const char DOMCSSPageRuleTableStrings []
static const struct HashEntry DOMCSSPageRuleTableEntries []
const struct HashTable DOMCSSPageRuleTable = { 2, 2, DOMCSSPageRuleTableEntries, 2, DOMCSSPageRuleTableStrings}
static const char DOMCSSImportRuleTableStrings []
static const struct HashEntry DOMCSSImportRuleTableEntries []
const struct HashTable DOMCSSImportRuleTable = { 2, 4, DOMCSSImportRuleTableEntries, 3, DOMCSSImportRuleTableStrings}
static const char DOMCSSCharsetRuleTableStrings []
static const struct HashEntry DOMCSSCharsetRuleTableEntries []
const struct HashTable DOMCSSCharsetRuleTable = { 2, 1, DOMCSSCharsetRuleTableEntries, 1, DOMCSSCharsetRuleTableStrings}
static const char CSSRuleConstructorTableStrings []
static const struct HashEntry CSSRuleConstructorTableEntries []
const struct HashTable CSSRuleConstructorTable = { 2, 9, CSSRuleConstructorTableEntries, 7, CSSRuleConstructorTableStrings}
static const char DOMCSSValueTableStrings []
static const struct HashEntry DOMCSSValueTableEntries []
const struct HashTable DOMCSSValueTable = { 2, 3, DOMCSSValueTableEntries, 2, DOMCSSValueTableStrings}
static const char CSSValueConstructorTableStrings []
static const struct HashEntry CSSValueConstructorTableEntries []
const struct HashTable CSSValueConstructorTable = { 2, 5, CSSValueConstructorTableEntries, 5, CSSValueConstructorTableStrings}
static const char DOMCSSPrimitiveValueTableStrings []
static const struct HashEntry DOMCSSPrimitiveValueTableEntries []
const struct HashTable DOMCSSPrimitiveValueTable = { 2, 1, DOMCSSPrimitiveValueTableEntries, 1, DOMCSSPrimitiveValueTableStrings}
static const char DOMCSSPrimitiveValueProtoTableStrings []
static const struct HashEntry DOMCSSPrimitiveValueProtoTableEntries []
const struct HashTable DOMCSSPrimitiveValueProtoTable = { 2, 8, DOMCSSPrimitiveValueProtoTableEntries, 3, DOMCSSPrimitiveValueProtoTableStrings}
static const char CSSPrimitiveValueConstructorTableStrings []
static const struct HashEntry CSSPrimitiveValueConstructorTableEntries []
const struct HashTable CSSPrimitiveValueConstructorTable = { 2, 35, CSSPrimitiveValueConstructorTableEntries, 27, CSSPrimitiveValueConstructorTableStrings}
static const char DOMCSSValueListTableStrings []
static const struct HashEntry DOMCSSValueListTableEntries []
const struct HashTable DOMCSSValueListTable = { 2, 3, DOMCSSValueListTableEntries, 3, DOMCSSValueListTableStrings}
static const char DOMRGBColorTableStrings []
static const struct HashEntry DOMRGBColorTableEntries []
const struct HashTable DOMRGBColorTable = { 2, 4, DOMRGBColorTableEntries, 3, DOMRGBColorTableStrings}
static const char DOMRectTableStrings []
static const struct HashEntry DOMRectTableEntries []
const struct HashTable DOMRectTable = { 2, 5, DOMRectTableEntries, 4, DOMRectTableStrings}
static const char DOMCounterTableStrings []
static const struct HashEntry DOMCounterTableEntries []
const struct HashTable DOMCounterTable = { 2, 3, DOMCounterTableEntries, 3, DOMCounterTableStrings}
static const char DOMNodeProtoTableStrings []
static const struct HashEntry DOMNodeProtoTableEntries []
const struct HashTable DOMNodeProtoTable = { 2, 18, DOMNodeProtoTableEntries, 13, DOMNodeProtoTableStrings}
static const char DOMNodeTableStrings []
static const struct HashEntry DOMNodeTableEntries []
const struct HashTable DOMNodeTable = { 2, 68, DOMNodeTableEntries, 53, DOMNodeTableStrings}
static const char DOMNodeListProtoTableStrings []
static const struct HashEntry DOMNodeListProtoTableEntries []
const struct HashTable DOMNodeListProtoTable = { 2, 2, DOMNodeListProtoTableEntries, 2, DOMNodeListProtoTableStrings}
static const char DOMAttrTableStrings []
static const struct HashEntry DOMAttrTableEntries []
const struct HashTable DOMAttrTable = { 2, 5, DOMAttrTableEntries, 5, DOMAttrTableStrings}
static const char DOMDocumentProtoTableStrings []
static const struct HashEntry DOMDocumentProtoTableEntries []
const struct HashTable DOMDocumentProtoTable = { 2, 32, DOMDocumentProtoTableEntries, 23, DOMDocumentProtoTableStrings}
static const char DOMDocumentTableStrings []
static const struct HashEntry DOMDocumentTableEntries []
const struct HashTable DOMDocumentTable = { 2, 9, DOMDocumentTableEntries, 4, DOMDocumentTableStrings}
static const char DOMElementProtoTableStrings []
static const struct HashEntry DOMElementProtoTableEntries []
const struct HashTable DOMElementProtoTable = { 2, 19, DOMElementProtoTableEntries, 17, DOMElementProtoTableStrings}
static const char DOMElementTableStrings []
static const struct HashEntry DOMElementTableEntries []
const struct HashTable DOMElementTable = { 2, 3, DOMElementTableEntries, 3, DOMElementTableStrings}
static const char DOMDOMImplementationProtoTableStrings []
static const struct HashEntry DOMDOMImplementationProtoTableEntries []
const struct HashTable DOMDOMImplementationProtoTable = { 2, 6, DOMDOMImplementationProtoTableEntries, 5, DOMDOMImplementationProtoTableStrings}
static const char DOMDocumentTypeTableStrings []
static const struct HashEntry DOMDocumentTypeTableEntries []
const struct HashTable DOMDocumentTypeTable = { 2, 7, DOMDocumentTypeTableEntries, 6, DOMDocumentTypeTableStrings}
static const char DOMNamedNodeMapProtoTableStrings []
static const struct HashEntry DOMNamedNodeMapProtoTableEntries []
const struct HashTable DOMNamedNodeMapProtoTable = { 2, 11, DOMNamedNodeMapProtoTableEntries, 7, DOMNamedNodeMapProtoTableStrings}
static const char DOMNamedNodeMapTableStrings []
static const struct HashEntry DOMNamedNodeMapTableEntries []
const struct HashTable DOMNamedNodeMapTable = { 2, 7, DOMNamedNodeMapTableEntries, 7, DOMNamedNodeMapTableStrings}
static const char DOMProcessingInstructionTableStrings []
static const struct HashEntry DOMProcessingInstructionTableEntries []
const struct HashTable DOMProcessingInstructionTable = { 2, 4, DOMProcessingInstructionTableEntries, 3, DOMProcessingInstructionTableStrings}
static const char DOMNotationTableStrings []
static const struct HashEntry DOMNotationTableEntries []
const struct HashTable DOMNotationTable = { 2, 3, DOMNotationTableEntries, 2, DOMNotationTableStrings}
static const char DOMEntityTableStrings []
static const struct HashEntry DOMEntityTableEntries []
const struct HashTable DOMEntityTable = { 2, 3, DOMEntityTableEntries, 2, DOMEntityTableStrings}
static const char NodeConstructorTableStrings []
static const struct HashEntry NodeConstructorTableEntries []
const struct HashTable NodeConstructorTable = { 2, 14, NodeConstructorTableEntries, 11, NodeConstructorTableStrings}
static const char DOMExceptionConstructorTableStrings []
static const struct HashEntry DOMExceptionConstructorTableEntries []
const struct HashTable DOMExceptionConstructorTable = { 2, 19, DOMExceptionConstructorTableEntries, 15, DOMExceptionConstructorTableStrings}
static const char DOMNamedNodesCollectionTableStrings []
static const struct HashEntry DOMNamedNodesCollectionTableEntries []
const struct HashTable DOMNamedNodesCollectionTable = { 2, 1, DOMNamedNodesCollectionTableEntries, 1, DOMNamedNodesCollectionTableStrings}
static const char DOMCharacterDataTableStrings []
static const struct HashEntry DOMCharacterDataTableEntries []
const struct HashTable DOMCharacterDataTable = { 2, 3, DOMCharacterDataTableEntries, 2, DOMCharacterDataTableStrings}
static const char DOMCharacterDataProtoTableStrings []
static const struct HashEntry DOMCharacterDataProtoTableEntries []
const struct HashTable DOMCharacterDataProtoTable = { 2, 8, DOMCharacterDataProtoTableEntries, 7, DOMCharacterDataProtoTableStrings}
static const char DOMTextProtoTableStrings []
static const struct HashEntry DOMTextProtoTableEntries []
const struct HashTable DOMTextProtoTable = { 2, 1, DOMTextProtoTableEntries, 1, DOMTextProtoTableStrings}
static const char EventConstructorTableStrings []
static const struct HashEntry EventConstructorTableEntries []
const struct HashTable EventConstructorTable = { 2, 19, EventConstructorTableEntries, 3, EventConstructorTableStrings}
static const char DOMEventTableStrings []
static const struct HashEntry DOMEventTableEntries []
const struct HashTable DOMEventTable = { 2, 12, DOMEventTableEntries, 7, DOMEventTableStrings}
static const char DOMEventProtoTableStrings []
static const struct HashEntry DOMEventProtoTableEntries []
const struct HashTable DOMEventProtoTable = { 2, 5, DOMEventProtoTableEntries, 3, DOMEventProtoTableStrings}
static const char EventExceptionConstructorTableStrings []
static const struct HashEntry EventExceptionConstructorTableEntries []
const struct HashTable EventExceptionConstructorTable = { 2, 1, EventExceptionConstructorTableEntries, 1, EventExceptionConstructorTableStrings}
static const char DOMUIEventTableStrings []
static const struct HashEntry DOMUIEventTableEntries []
const struct HashTable DOMUIEventTable = { 2, 10, DOMUIEventTableEntries, 7, DOMUIEventTableStrings}
static const char DOMUIEventProtoTableStrings []
static const struct HashEntry DOMUIEventProtoTableEntries []
const struct HashTable DOMUIEventProtoTable = { 2, 1, DOMUIEventProtoTableEntries, 1, DOMUIEventProtoTableStrings}
static const char DOMMouseEventTableStrings []
static const struct HashEntry DOMMouseEventTableEntries []
const struct HashTable DOMMouseEventTable = { 2, 16, DOMMouseEventTableEntries, 2, DOMMouseEventTableStrings}
static const char DOMMouseEventProtoTableStrings []
static const struct HashEntry DOMMouseEventProtoTableEntries []
const struct HashTable DOMMouseEventProtoTable = { 2, 1, DOMMouseEventProtoTableEntries, 1, DOMMouseEventProtoTableStrings}
static const char DOMTextEventTableStrings []
static const struct HashEntry DOMTextEventTableEntries []
const struct HashTable DOMTextEventTable = { 2, 5, DOMTextEventTableEntries, 2, DOMTextEventTableStrings}
static const char DOMTextEventProtoTableStrings []
static const struct HashEntry DOMTextEventProtoTableEntries []
const struct HashTable DOMTextEventProtoTable = { 2, 1, DOMTextEventProtoTableEntries, 1, DOMTextEventProtoTableStrings}
static const char MutationEventConstructorTableStrings []
static const struct HashEntry MutationEventConstructorTableEntries []
const struct HashTable MutationEventConstructorTable = { 2, 4, MutationEventConstructorTableEntries, 3, MutationEventConstructorTableStrings}
static const char DOMMutationEventTableStrings []
static const struct HashEntry DOMMutationEventTableEntries []
const struct HashTable DOMMutationEventTable = { 2, 6, DOMMutationEventTableEntries, 5, DOMMutationEventTableStrings}
static const char DOMMutationEventProtoTableStrings []
static const struct HashEntry DOMMutationEventProtoTableEntries []
const struct HashTable DOMMutationEventProtoTable = { 2, 1, DOMMutationEventProtoTableEntries, 1, DOMMutationEventProtoTableStrings}
static const char HTMLDocumentTableStrings []
static const struct HashEntry HTMLDocumentTableEntries []
const struct HashTable HTMLDocumentTable = { 2, 39, HTMLDocumentTableEntries, 31, HTMLDocumentTableStrings}
static const char HTMLElementTableStrings []
static const struct HashEntry HTMLElementTableEntries []
const struct HashTable HTMLElementTable = { 2, 15, HTMLElementTableEntries, 11, HTMLElementTableStrings}
static const char HTMLHtmlElementTableStrings []
static const struct HashEntry HTMLHtmlElementTableEntries []
const struct HashTable HTMLHtmlElementTable = { 2, 1, HTMLHtmlElementTableEntries, 1, HTMLHtmlElementTableStrings}
static const char HTMLHeadElementTableStrings []
static const struct HashEntry HTMLHeadElementTableEntries []
const struct HashTable HTMLHeadElementTable = { 2, 1, HTMLHeadElementTableEntries, 1, HTMLHeadElementTableStrings}
static const char HTMLLinkElementTableStrings []
static const struct HashEntry HTMLLinkElementTableEntries []
const struct HashTable HTMLLinkElementTable = { 2, 16, HTMLLinkElementTableEntries, 11, HTMLLinkElementTableStrings}
static const char HTMLTitleElementTableStrings []
static const struct HashEntry HTMLTitleElementTableEntries []
const struct HashTable HTMLTitleElementTable = { 2, 1, HTMLTitleElementTableEntries, 1, HTMLTitleElementTableStrings}
static const char HTMLMetaElementTableStrings []
static const struct HashEntry HTMLMetaElementTableEntries []
const struct HashTable HTMLMetaElementTable = { 2, 5, HTMLMetaElementTableEntries, 4, HTMLMetaElementTableStrings}
static const char HTMLBaseElementTableStrings []
static const struct HashEntry HTMLBaseElementTableEntries []
const struct HashTable HTMLBaseElementTable = { 2, 3, HTMLBaseElementTableEntries, 2, HTMLBaseElementTableStrings}
static const char HTMLIsIndexElementTableStrings []
static const struct HashEntry HTMLIsIndexElementTableEntries []
const struct HashTable HTMLIsIndexElementTable = { 2, 3, HTMLIsIndexElementTableEntries, 2, HTMLIsIndexElementTableStrings}
static const char HTMLStyleElementTableStrings []
static const struct HashEntry HTMLStyleElementTableEntries []
const struct HashTable HTMLStyleElementTable = { 2, 5, HTMLStyleElementTableEntries, 4, HTMLStyleElementTableStrings}
static const char HTMLBodyElementTableStrings []
static const struct HashEntry HTMLBodyElementTableEntries []
const struct HashTable HTMLBodyElementTable = { 2, 13, HTMLBodyElementTableEntries, 8, HTMLBodyElementTableStrings}
static const char HTMLFormElementTableStrings []
static const struct HashEntry HTMLFormElementTableEntries []
const struct HashTable HTMLFormElementTable = { 2, 14, HTMLFormElementTableEntries, 11, HTMLFormElementTableStrings}
static const char HTMLSelectElementTableStrings []
static const struct HashEntry HTMLSelectElementTableEntries []
const struct HashTable HTMLSelectElementTable = { 2, 17, HTMLSelectElementTableEntries, 11, HTMLSelectElementTableStrings}
static const char HTMLOptGroupElementTableStrings []
static const struct HashEntry HTMLOptGroupElementTableEntries []
const struct HashTable HTMLOptGroupElementTable = { 2, 3, HTMLOptGroupElementTableEntries, 2, HTMLOptGroupElementTableStrings}
static const char HTMLOptionElementTableStrings []
static const struct HashEntry HTMLOptionElementTableEntries []
const struct HashTable HTMLOptionElementTable = { 2, 11, HTMLOptionElementTableEntries, 8, HTMLOptionElementTableStrings}
static const char HTMLInputElementTableStrings []
static const struct HashEntry HTMLInputElementTableEntries []
const struct HashTable HTMLInputElementTable = { 2, 33, HTMLInputElementTableEntries, 24, HTMLInputElementTableStrings}
static const char HTMLTextAreaElementTableStrings []
static const struct HashEntry HTMLTextAreaElementTableEntries []
const struct HashTable HTMLTextAreaElementTable = { 2, 17, HTMLTextAreaElementTableEntries, 13, HTMLTextAreaElementTableStrings}
static const char HTMLButtonElementTableStrings []
static const struct HashEntry HTMLButtonElementTableEntries []
const struct HashTable HTMLButtonElementTable = { 2, 9, HTMLButtonElementTableEntries, 7, HTMLButtonElementTableStrings}
static const char HTMLLabelElementTableStrings []
static const struct HashEntry HTMLLabelElementTableEntries []
const struct HashTable HTMLLabelElementTable = { 2, 3, HTMLLabelElementTableEntries, 3, HTMLLabelElementTableStrings}
static const char HTMLFieldSetElementTableStrings []
static const struct HashEntry HTMLFieldSetElementTableEntries []
const struct HashTable HTMLFieldSetElementTable = { 2, 1, HTMLFieldSetElementTableEntries, 1, HTMLFieldSetElementTableStrings}
static const char HTMLLegendElementTableStrings []
static const struct HashEntry HTMLLegendElementTableEntries []
const struct HashTable HTMLLegendElementTable = { 2, 4, HTMLLegendElementTableEntries, 3, HTMLLegendElementTableStrings}
static const char HTMLUListElementTableStrings []
static const struct HashEntry HTMLUListElementTableEntries []
const struct HashTable HTMLUListElementTable = { 2, 2, HTMLUListElementTableEntries, 2, HTMLUListElementTableStrings}
static const char HTMLOListElementTableStrings []
static const struct HashEntry HTMLOListElementTableEntries []
const struct HashTable HTMLOListElementTable = { 2, 4, HTMLOListElementTableEntries, 3, HTMLOListElementTableStrings}
static const char HTMLDListElementTableStrings []
static const struct HashEntry HTMLDListElementTableEntries []
const struct HashTable HTMLDListElementTable = { 2, 1, HTMLDListElementTableEntries, 1, HTMLDListElementTableStrings}
static const char HTMLDirectoryElementTableStrings []
static const struct HashEntry HTMLDirectoryElementTableEntries []
const struct HashTable HTMLDirectoryElementTable = { 2, 1, HTMLDirectoryElementTableEntries, 1, HTMLDirectoryElementTableStrings}
static const char HTMLMenuElementTableStrings []
static const struct HashEntry HTMLMenuElementTableEntries []
const struct HashTable HTMLMenuElementTable = { 2, 1, HTMLMenuElementTableEntries, 1, HTMLMenuElementTableStrings}
static const char HTMLLIElementTableStrings []
static const struct HashEntry HTMLLIElementTableEntries []
const struct HashTable HTMLLIElementTable = { 2, 2, HTMLLIElementTableEntries, 2, HTMLLIElementTableStrings}
static const char HTMLDivElementTableStrings []
static const struct HashEntry HTMLDivElementTableEntries []
const struct HashTable HTMLDivElementTable = { 2, 1, HTMLDivElementTableEntries, 1, HTMLDivElementTableStrings}
static const char HTMLParagraphElementTableStrings []
static const struct HashEntry HTMLParagraphElementTableEntries []
const struct HashTable HTMLParagraphElementTable = { 2, 1, HTMLParagraphElementTableEntries, 1, HTMLParagraphElementTableStrings}
static const char HTMLHeadingElementTableStrings []
static const struct HashEntry HTMLHeadingElementTableEntries []
const struct HashTable HTMLHeadingElementTable = { 2, 1, HTMLHeadingElementTableEntries, 1, HTMLHeadingElementTableStrings}
static const char HTMLBlockQuoteElementTableStrings []
static const struct HashEntry HTMLBlockQuoteElementTableEntries []
const struct HashTable HTMLBlockQuoteElementTable = { 2, 1, HTMLBlockQuoteElementTableEntries, 1, HTMLBlockQuoteElementTableStrings}
static const char HTMLQuoteElementTableStrings []
static const struct HashEntry HTMLQuoteElementTableEntries []
const struct HashTable HTMLQuoteElementTable = { 2, 1, HTMLQuoteElementTableEntries, 1, HTMLQuoteElementTableStrings}
static const char HTMLPreElementTableStrings []
static const struct HashEntry HTMLPreElementTableEntries []
const struct HashTable HTMLPreElementTable = { 2, 1, HTMLPreElementTableEntries, 1, HTMLPreElementTableStrings}
static const char HTMLBRElementTableStrings []
static const struct HashEntry HTMLBRElementTableEntries []
const struct HashTable HTMLBRElementTable = { 2, 1, HTMLBRElementTableEntries, 1, HTMLBRElementTableStrings}
static const char HTMLBaseFontElementTableStrings []
static const struct HashEntry HTMLBaseFontElementTableEntries []
const struct HashTable HTMLBaseFontElementTable = { 2, 4, HTMLBaseFontElementTableEntries, 3, HTMLBaseFontElementTableStrings}
static const char HTMLFontElementTableStrings []
static const struct HashEntry HTMLFontElementTableEntries []
const struct HashTable HTMLFontElementTable = { 2, 4, HTMLFontElementTableEntries, 3, HTMLFontElementTableStrings}
static const char HTMLHRElementTableStrings []
static const struct HashEntry HTMLHRElementTableEntries []
const struct HashTable HTMLHRElementTable = { 2, 5, HTMLHRElementTableEntries, 4, HTMLHRElementTableStrings}
static const char HTMLModElementTableStrings []
static const struct HashEntry HTMLModElementTableEntries []
const struct HashTable HTMLModElementTable = { 2, 3, HTMLModElementTableEntries, 2, HTMLModElementTableStrings}
static const char HTMLAnchorElementTableStrings []
static const struct HashEntry HTMLAnchorElementTableEntries []
const struct HashTable HTMLAnchorElementTable = { 2, 31, HTMLAnchorElementTableEntries, 23, HTMLAnchorElementTableStrings}
static const char HTMLImageElementTableStrings []
static const struct HashEntry HTMLImageElementTableEntries []
const struct HashTable HTMLImageElementTable = { 2, 20, HTMLImageElementTableEntries, 14, HTMLImageElementTableStrings}
static const char HTMLObjectElementTableStrings []
static const struct HashEntry HTMLObjectElementTableEntries []
const struct HashTable HTMLObjectElementTable = { 2, 24, HTMLObjectElementTableEntries, 20, HTMLObjectElementTableStrings}
static const char HTMLParamElementTableStrings []
static const struct HashEntry HTMLParamElementTableEntries []
const struct HashTable HTMLParamElementTable = { 2, 5, HTMLParamElementTableEntries, 4, HTMLParamElementTableStrings}
static const char HTMLAppletElementTableStrings []
static const struct HashEntry HTMLAppletElementTableEntries []
const struct HashTable HTMLAppletElementTable = { 2, 15, HTMLAppletElementTableEntries, 11, HTMLAppletElementTableStrings}
static const char HTMLMapElementTableStrings []
static const struct HashEntry HTMLMapElementTableEntries []
const struct HashTable HTMLMapElementTable = { 2, 2, HTMLMapElementTableEntries, 2, HTMLMapElementTableStrings}
static const char HTMLAreaElementTableStrings []
static const struct HashEntry HTMLAreaElementTableEntries []
const struct HashTable HTMLAreaElementTable = { 2, 19, HTMLAreaElementTableEntries, 15, HTMLAreaElementTableStrings}
static const char HTMLScriptElementTableStrings []
static const struct HashEntry HTMLScriptElementTableEntries []
const struct HashTable HTMLScriptElementTable = { 2, 9, HTMLScriptElementTableEntries, 7, HTMLScriptElementTableStrings}
static const char HTMLTableElementTableStrings []
static const struct HashEntry HTMLTableElementTableEntries []
const struct HashTable HTMLTableElementTable = { 2, 31, HTMLTableElementTableEntries, 23, HTMLTableElementTableStrings}
static const char HTMLTableCaptionElementTableStrings []
static const struct HashEntry HTMLTableCaptionElementTableEntries []
const struct HashTable HTMLTableCaptionElementTable = { 2, 1, HTMLTableCaptionElementTableEntries, 1, HTMLTableCaptionElementTableStrings}
static const char HTMLTableColElementTableStrings []
static const struct HashEntry HTMLTableColElementTableEntries []
const struct HashTable HTMLTableColElementTable = { 2, 10, HTMLTableColElementTableEntries, 7, HTMLTableColElementTableStrings}
static const char HTMLTableSectionElementTableStrings []
static const struct HashEntry HTMLTableSectionElementTableEntries []
const struct HashTable HTMLTableSectionElementTable = { 2, 9, HTMLTableSectionElementTableEntries, 7, HTMLTableSectionElementTableStrings}
static const char HTMLTableRowElementTableStrings []
static const struct HashEntry HTMLTableRowElementTableEntries []
const struct HashTable HTMLTableRowElementTable = { 2, 12, HTMLTableRowElementTableEntries, 11, HTMLTableRowElementTableStrings}
static const char HTMLTableCellElementTableStrings []
static const struct HashEntry HTMLTableCellElementTableEntries []
const struct HashTable HTMLTableCellElementTable = { 2, 17, HTMLTableCellElementTableEntries, 15, HTMLTableCellElementTableStrings}
static const char HTMLFrameSetElementTableStrings []
static const struct HashEntry HTMLFrameSetElementTableEntries []
const struct HashTable HTMLFrameSetElementTable = { 2, 3, HTMLFrameSetElementTableEntries, 2, HTMLFrameSetElementTableStrings}
static const char HTMLLayerElementTableStrings []
static const struct HashEntry HTMLLayerElementTableEntries []
const struct HashTable HTMLLayerElementTable = { 2, 8, HTMLLayerElementTableEntries, 6, HTMLLayerElementTableStrings}
static const char HTMLFrameElementTableStrings []
static const struct HashEntry HTMLFrameElementTableEntries []
const struct HashTable HTMLFrameElementTable = { 2, 12, HTMLFrameElementTableEntries, 9, HTMLFrameElementTableStrings}
static const char HTMLIFrameElementTableStrings []
static const struct HashEntry HTMLIFrameElementTableEntries []
const struct HashTable HTMLIFrameElementTable = { 2, 16, HTMLIFrameElementTableEntries, 12, HTMLIFrameElementTableStrings}
static const char HTMLMarqueeElementTableStrings []
static const struct HashEntry HTMLMarqueeElementTableEntries []
const struct HashTable HTMLMarqueeElementTable = { 2, 3, HTMLMarqueeElementTableEntries, 2, HTMLMarqueeElementTableStrings}
static const char HTMLCollectionProtoTableStrings []
static const struct HashEntry HTMLCollectionProtoTableEntries []
const struct HashTable HTMLCollectionProtoTable = { 2, 4, HTMLCollectionProtoTableEntries, 3, HTMLCollectionProtoTableStrings}
static const char ImageTableStrings []
static const struct HashEntry ImageTableEntries []
const struct HashTable ImageTable = { 2, 7, ImageTableEntries, 5, ImageTableStrings}
static const char MozillaSidebarExtensionTableStrings []
static const struct HashEntry MozillaSidebarExtensionTableEntries []
const struct HashTable MozillaSidebarExtensionTable = { 2, 1, MozillaSidebarExtensionTableEntries, 1, MozillaSidebarExtensionTableStrings}
static const char NavigatorTableStrings []
static const struct HashEntry NavigatorTableEntries []
const struct HashTable NavigatorTable = { 2, 17, NavigatorTableEntries, 12, NavigatorTableStrings}
static const char PluginsTableStrings []
static const struct HashEntry PluginsTableEntries []
const struct HashTable PluginsTable = { 2, 5, PluginsTableEntries, 4, PluginsTableStrings}
static const char MimeTypesTableStrings []
static const struct HashEntry MimeTypesTableEntries []
const struct HashTable MimeTypesTable = { 2, 3, MimeTypesTableEntries, 3, MimeTypesTableStrings}
static const char PluginTableStrings []
static const struct HashEntry PluginTableEntries []
const struct HashTable PluginTable = { 2, 9, PluginTableEntries, 7, PluginTableStrings}
static const char MimeTypeTableStrings []
static const struct HashEntry MimeTypeTableEntries []
const struct HashTable MimeTypeTable = { 2, 5, MimeTypeTableEntries, 4, MimeTypeTableStrings}
static const char DOMRangeTableStrings []
static const struct HashEntry DOMRangeTableEntries []
const struct HashTable DOMRangeTable = { 2, 8, DOMRangeTableEntries, 7, DOMRangeTableStrings}
static const char DOMRangeProtoTableStrings []
static const struct HashEntry DOMRangeProtoTableEntries []
const struct HashTable DOMRangeProtoTable = { 2, 23, DOMRangeProtoTableEntries, 17, DOMRangeProtoTableStrings}
static const char RangeConstructorTableStrings []
static const struct HashEntry RangeConstructorTableEntries []
const struct HashTable RangeConstructorTable = { 2, 6, RangeConstructorTableEntries, 5, RangeConstructorTableStrings}
static const char DOMNodeIteratorTableStrings []
static const struct HashEntry DOMNodeIteratorTableEntries []
const struct HashTable DOMNodeIteratorTable = { 2, 6, DOMNodeIteratorTableEntries, 5, DOMNodeIteratorTableStrings}
static const char DOMNodeIteratorProtoTableStrings []
static const struct HashEntry DOMNodeIteratorProtoTableEntries []
const struct HashTable DOMNodeIteratorProtoTable = { 2, 4, DOMNodeIteratorProtoTableEntries, 3, DOMNodeIteratorProtoTableStrings}
static const char NodeFilterConstructorTableStrings []
static const struct HashEntry NodeFilterConstructorTableEntries []
const struct HashTable NodeFilterConstructorTable = { 2, 23, NodeFilterConstructorTableEntries, 17, NodeFilterConstructorTableStrings}
static const char DOMNodeFilterProtoTableStrings []
static const struct HashEntry DOMNodeFilterProtoTableEntries []
const struct HashTable DOMNodeFilterProtoTable = { 2, 1, DOMNodeFilterProtoTableEntries, 1, DOMNodeFilterProtoTableStrings}
static const char DOMTreeWalkerTableStrings []
static const struct HashEntry DOMTreeWalkerTableEntries []
const struct HashTable DOMTreeWalkerTable = { 2, 7, DOMTreeWalkerTableEntries, 5, DOMTreeWalkerTableStrings}
static const char DOMTreeWalkerProtoTableStrings []
static const struct HashEntry DOMTreeWalkerProtoTableEntries []
const struct HashTable DOMTreeWalkerProtoTable = { 2, 10, DOMTreeWalkerProtoTableEntries, 7, DOMTreeWalkerProtoTableStrings}
static const char DOMAbstractViewTableStrings []
static const struct HashEntry DOMAbstractViewTableEntries []
const struct HashTable DOMAbstractViewTable = { 2, 2, DOMAbstractViewTableEntries, 2, DOMAbstractViewTableStrings}
static const char ScreenTableStrings []
static const struct HashEntry ScreenTableEntries []
const struct HashTable ScreenTable = { 2, 10, ScreenTableEntries, 7, ScreenTableStrings}
static const char WindowTableStrings []
static const struct HashEntry WindowTableEntries []
const struct HashTable WindowTable = { 2, 118, WindowTableEntries, 87, WindowTableStrings}
static const char LocationTableStrings []
static const struct HashEntry LocationTableEntries []
const struct HashTable LocationTable = { 2, 16, LocationTableEntries, 11, LocationTableStrings}
static const char ExternalTableStrings []
static const struct HashEntry ExternalTableEntries []
const struct HashTable ExternalTable = { 2, 4, ExternalTableEntries, 4, ExternalTableStrings}
static const char HistoryTableStrings []
static const struct HashEntry HistoryTableEntries []
const struct HashTable HistoryTable = { 2, 6, HistoryTableEntries, 4, HistoryTableStrings}
static const char XMLHttpRequestProtoTableStrings []
static const struct HashEntry XMLHttpRequestProtoTableEntries []
const struct HashTable XMLHttpRequestProtoTable = { 2, 8, XMLHttpRequestProtoTableEntries, 7, XMLHttpRequestProtoTableStrings}
static const char XMLHttpRequestTableStrings []
static const struct HashEntry XMLHttpRequestTableEntries []
const struct HashTable XMLHttpRequestTable = { 2, 9, XMLHttpRequestTableEntries, 7, XMLHttpRequestTableStrings}
static const char XMLSerializerProtoTableStrings []
static const struct HashEntry XMLSerializerProtoTableEntries []
const struct HashTable XMLSerializerProtoTable = { 2, 1, XMLSerializerProtoTableEntries, 1, XMLSerializerProtoTableStrings}


Function Documentation

DOM::Node KJS::toNode const Value &   ) 
 

Convert an object to a Node.

Returns a null Node if not possible.

Definition at line 277 of file kjs_binding.cpp.

References KJS::DOMNode::info, and KJS::DOMNode::toNode().

Referenced by KJS::HTMLElement::putValueProperty(), KJS::HTMLDocument::putValueProperty(), KJS::HTMLElementFunction::tryCall(), KJS::DOMTreeWalker::tryPut(), and KJS::HTMLSelectCollection::tryPut().

Value KJS::getString DOM::DOMString  s  ) 
 

Get a String object, or Null() if s is null.

Definition at line 287 of file kjs_binding.cpp.

References DOM::DOMString::isNull().

Referenced by KJS::XMLHttpRequest::getValueProperty(), KJS::HTMLElement::getValueProperty(), KJS::DOMDocumentType::getValueProperty(), and KJS::DOMNode::getValueProperty().

QVariant KJS::ValueToVariant ExecState *  exec,
const Value &  val
 

Convery a KJS value into a QVariant.

Definition at line 295 of file kjs_binding.cpp.

Referenced by KJS::JSEventListener::handleEvent().

template<class DOMObj, class KJSDOMObj>
Value KJS::cacheDOMObject ExecState *  exec,
DOMObj  domObj
[inline]
 

Retrieve from cache, or create, a KJS object around a DOM object.

Definition at line 146 of file kjs_binding.h.

References KJS::ScriptInterpreter::getDOMObject(), and KJS::ScriptInterpreter::putDOMObject().

template<class FuncImp, class ThisImp, class ParentImp>
Value KJS::DOMObjectLookupGet ExecState *  exec,
const Identifier &  propertyName,
const HashTable *  table,
const ThisImp *  thisObj
[inline]
 

We need a modified version of lookupGet because we call tryGet instead of get, in DOMObjects.

Definition at line 180 of file kjs_binding.h.

template<class ThisImp, class ParentImp>
Value KJS::DOMObjectLookupGetValue ExecState *  exec,
const Identifier &  propertyName,
const HashTable *  table,
const ThisImp *  thisObj
[inline]
 

Simplified version of DOMObjectLookupGet in case there are no functions, only "values".

Definition at line 199 of file kjs_binding.h.

template<class ThisImp, class ParentImp>
void KJS::DOMObjectLookupPut ExecState *  exec,
const Identifier &  propertyName,
const Value &  value,
int  attr,
const HashTable *  table,
ThisImp *  thisObj
[inline]
 

We need a modified version of lookupPut because we call tryPut instead of put, in DOMObjects.

Definition at line 217 of file kjs_binding.h.

DOM::CSSRule KJS::toCSSRule const Value &   ) 
 

Convert an object to a CSSRule.

Returns a null CSSRule if not possible.

Definition at line 830 of file kjs_css.cpp.

References KJS::DOMCSSRule::toCSSRule().

DOM::Event KJS::toEvent const Value &   ) 
 

Convert an object to an Event.

Returns a null Event if not possible.

DOM::Range KJS::toRange const Value &   ) 
 

Convert an object to a Range.

Returns a null Node if not possible.

Definition at line 222 of file kjs_range.cpp.

References KJS::DOMRange::info, and KJS::DOMRange::toRange().

DOM::NodeFilter KJS::toNodeFilter const Value &   ) 
 

Convert an object to a NodeFilter.

Returns a null Node if not possible.

Definition at line 283 of file kjs_traversal.cpp.

References KJS::DOMNodeFilter::toNodeFilter().

DOM::AbstractView KJS::toAbstractView const Value &   ) 
 

Convert an object to an AbstractView.

Returns a null Node if not possible.

Definition at line 78 of file kjs_views.cpp.

References KJS::DOMAbstractView::info, and KJS::DOMAbstractView::toAbstractView().


Variable Documentation

const char KJS::DOMCSSStyleDeclarationProtoTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "getPropertyCSSValue\0"
    "getPropertyPriority\0"
    "getPropertyValue\0"
    "removeAttribute\0"
    "removeProperty\0"
    "getAttribute\0"
    "setAttribute\0"
    "setProperty\0"
    "item\0"
}

Definition at line 7 of file kjs_css.lut.h.

const struct HashEntry KJS::DOMCSSStyleDeclarationProtoTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 89, DOMCSSStyleDeclaration::GetPropertyValue, DontDelete|Function, 1, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 41, DOMCSSStyleDeclaration::GetPropertyValue, DontDelete|Function, 1, 7 },
   { 0, 0, 0, 0, -1 },
   { 1, DOMCSSStyleDeclaration::GetPropertyCSSValue, DontDelete|Function, 1, 11 },
   { 74, DOMCSSStyleDeclaration::RemoveProperty, DontDelete|Function, 1, 8 },
   { 21, DOMCSSStyleDeclaration::GetPropertyPriority, DontDelete|Function, 1, 9 },
   { 115, DOMCSSStyleDeclaration::SetProperty, DontDelete|Function, 3, 10 },
   { 127, DOMCSSStyleDeclaration::Item, DontDelete|Function, 1, -1 },
   { 58, DOMCSSStyleDeclaration::RemoveProperty, DontDelete|Function, 1, 12 },
   { 102, DOMCSSStyleDeclaration::SetProperty, DontDelete|Function, 3, -1 }
}

Definition at line 21 of file kjs_css.lut.h.

const char KJS::DOMCSSStyleDeclarationTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "parentRule\0"
    "cssText\0"
    "length\0"
}

Definition at line 45 of file kjs_css.lut.h.

const struct HashEntry KJS::DOMCSSStyleDeclarationTableEntries[] [static]
 

Initial value:

 {
   { 12, DOMCSSStyleDeclaration::CssText, DontDelete, 0, 3 },
   { 0, 0, 0, 0, -1 },
   { 1, DOMCSSStyleDeclaration::ParentRule, DontDelete|ReadOnly, 0, -1 },
   { 20, DOMCSSStyleDeclaration::Length, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 53 of file kjs_css.lut.h.

const char KJS::DOMStyleSheetTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "parentStyleSheet\0"
    "ownerNode\0"
    "disabled\0"
    "media\0"
    "title\0"
    "href\0"
    "type\0"
}

Definition at line 68 of file kjs_css.lut.h.

const struct HashEntry KJS::DOMStyleSheetTableEntries[] [static]
 

Initial value:

 {
   { 18, DOMStyleSheet::OwnerNode, DontDelete|ReadOnly, 0, 7 },
   { 49, DOMStyleSheet::Href, DontDelete|ReadOnly, 0, 8 },
   { 54, DOMStyleSheet::Type, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 1, DOMStyleSheet::ParentStyleSheet, DontDelete|ReadOnly, 0, -1 },
   { 28, DOMStyleSheet::Disabled, DontDelete, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 43, DOMStyleSheet::Title, DontDelete|ReadOnly, 0, -1 },
   { 37, DOMStyleSheet::Media, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 80 of file kjs_css.lut.h.

const char KJS::DOMStyleSheetListTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "length\0"
    "item\0"
}

Definition at line 100 of file kjs_css.lut.h.

const struct HashEntry KJS::DOMStyleSheetListTableEntries[] [static]
 

Initial value:

 {
   { 1, DOMStyleSheetList::Length, DontDelete|ReadOnly, 0, -1 },
   { 8, DOMStyleSheetList::Item, DontDelete|Function, 1, -1 }
}

Definition at line 107 of file kjs_css.lut.h.

const char KJS::DOMMediaListTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "mediaText\0"
    "length\0"
}

Definition at line 120 of file kjs_css.lut.h.

const struct HashEntry KJS::DOMMediaListTableEntries[] [static]
 

Initial value:

 {
   { 11, DOMMediaList::Length, DontDelete|ReadOnly, 0, -1 },
   { 1, DOMMediaList::MediaText, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 127 of file kjs_css.lut.h.

const char KJS::DOMMediaListProtoTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "appendMedium\0"
    "deleteMedium\0"
    "item\0"
}

Definition at line 140 of file kjs_css.lut.h.

const struct HashEntry KJS::DOMMediaListProtoTableEntries[] [static]
 

Initial value:

 {
   { 14, DOMMediaList::DeleteMedium, DontDelete|Function, 1, -1 },
   { 0, 0, 0, 0, -1 },
   { 27, DOMMediaList::Item, DontDelete|Function, 1, 3 },
   { 1, DOMMediaList::AppendMedium, DontDelete|Function, 1, -1 }
}

Definition at line 148 of file kjs_css.lut.h.

const char KJS::DOMCSSStyleSheetTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "ownerRule\0"
    "cssRules\0"
    "rules\0"
}

Definition at line 163 of file kjs_css.lut.h.

const struct HashEntry KJS::DOMCSSStyleSheetTableEntries[] [static]
 

Initial value:

 {
   { 11, DOMCSSStyleSheet::CssRules, DontDelete|ReadOnly, 0, -1 },
   { 1, DOMCSSStyleSheet::OwnerRule, DontDelete|ReadOnly, 0, 2 },
   { 20, DOMCSSStyleSheet::Rules, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 171 of file kjs_css.lut.h.

const char KJS::DOMCSSStyleSheetProtoTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "deleteRule\0"
    "insertRule\0"
    "removeRule\0"
    "addRule\0"
}

Definition at line 185 of file kjs_css.lut.h.

const struct HashEntry KJS::DOMCSSStyleSheetProtoTableEntries[] [static]
 

Initial value:

 {
   { 23, DOMCSSStyleSheet::RemoveRule, DontDelete|Function, 1, -1 },
   { 12, DOMCSSStyleSheet::InsertRule, DontDelete|Function, 2, 2 },
   { 1, DOMCSSStyleSheet::DeleteRule, DontDelete|Function, 1, 3 },
   { 34, DOMCSSStyleSheet::AddRule, DontDelete|Function, 3, -1 }
}

Definition at line 194 of file kjs_css.lut.h.

const char KJS::DOMCSSRuleListTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "length\0"
    "item\0"
}

Definition at line 209 of file kjs_css.lut.h.

const struct HashEntry KJS::DOMCSSRuleListTableEntries[] [static]
 

Initial value:

 {
   { 1, DOMCSSRuleList::Length, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 8, DOMCSSRuleList::Item, DontDelete|Function, 1, -1 }
}

Definition at line 216 of file kjs_css.lut.h.

const char KJS::DOMCSSRuleTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "parentStyleSheet\0"
    "parentRule\0"
    "cssText\0"
    "type\0"
}

Definition at line 230 of file kjs_css.lut.h.

const struct HashEntry KJS::DOMCSSRuleTableEntries[] [static]
 

Initial value:

 {
   { 1, DOMCSSRule::ParentStyleSheet, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 37, DOMCSSRule::Type, DontDelete|ReadOnly, 0, 4 },
   { 0, 0, 0, 0, -1 },
   { 29, DOMCSSRule::CssText, DontDelete|ReadOnly, 0, 5 },
   { 18, DOMCSSRule::ParentRule, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 239 of file kjs_css.lut.h.

const char KJS::DOMCSSStyleRuleTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "selectorText\0"
    "style\0"
}

Definition at line 256 of file kjs_css.lut.h.

const struct HashEntry KJS::DOMCSSStyleRuleTableEntries[] [static]
 

Initial value:

 {
   { 1, DOMCSSRule::Style_SelectorText, DontDelete, 0, -1 },
   { 14, DOMCSSRule::Style_Style, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 263 of file kjs_css.lut.h.

const char KJS::DOMCSSMediaRuleTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "deleteRule\0"
    "insertRule\0"
    "cssRules\0"
    "media\0"
}

Definition at line 276 of file kjs_css.lut.h.

const struct HashEntry KJS::DOMCSSMediaRuleTableEntries[] [static]
 

Initial value:

 {
   { 32, DOMCSSRule::Media_Media, DontDelete|ReadOnly, 0, 4 },
   { 12, DOMCSSRule::Media_InsertRule, DontDelete|Function, 2, -1 },
   { 0, 0, 0, 0, -1 },
   { 1, DOMCSSRule::Media_DeleteRule, DontDelete|Function, 1, -1 },
   { 23, DOMCSSRule::Media_CssRules, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 285 of file kjs_css.lut.h.

const char KJS::DOMCSSFontFaceRuleTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "style\0"
}

Definition at line 301 of file kjs_css.lut.h.

const struct HashEntry KJS::DOMCSSFontFaceRuleTableEntries[] [static]
 

Initial value:

 {
   { 1, DOMCSSRule::FontFace_Style, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 307 of file kjs_css.lut.h.

const char KJS::DOMCSSPageRuleTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "selectorText\0"
    "style\0"
}

Definition at line 319 of file kjs_css.lut.h.

const struct HashEntry KJS::DOMCSSPageRuleTableEntries[] [static]
 

Initial value:

 {
   { 1, DOMCSSRule::Page_SelectorText, DontDelete, 0, -1 },
   { 14, DOMCSSRule::Page_Style, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 326 of file kjs_css.lut.h.

const char KJS::DOMCSSImportRuleTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "styleSheet\0"
    "media\0"
    "href\0"
}

Definition at line 339 of file kjs_css.lut.h.

const struct HashEntry KJS::DOMCSSImportRuleTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 18, DOMCSSRule::Import_Href, DontDelete|ReadOnly, 0, 3 },
   { 12, DOMCSSRule::Import_Media, DontDelete|ReadOnly, 0, -1 },
   { 1, DOMCSSRule::Import_StyleSheet, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 347 of file kjs_css.lut.h.

const char KJS::DOMCSSCharsetRuleTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "encoding\0"
}

Definition at line 362 of file kjs_css.lut.h.

const struct HashEntry KJS::DOMCSSCharsetRuleTableEntries[] [static]
 

Initial value:

 {
   { 1, DOMCSSRule::Charset_Encoding, DontDelete, 0, -1 }
}

Definition at line 368 of file kjs_css.lut.h.

const char KJS::CSSRuleConstructorTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "FONT_FACE_RULE\0"
    "CHARSET_RULE\0"
    "UNKNOWN_RULE\0"
    "IMPORT_RULE\0"
    "MEDIA_RULE\0"
    "STYLE_RULE\0"
    "PAGE_RULE\0"
}

Definition at line 380 of file kjs_css.lut.h.

const struct HashEntry KJS::CSSRuleConstructorTableEntries[] [static]
 

Initial value:

 {
   { 42, CSSRuleConstructor::IMPORT_RULE, DontDelete|ReadOnly, 0, -1 },
   { 29, CSSRuleConstructor::UNKNOWN_RULE, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 65, CSSRuleConstructor::STYLE_RULE, DontDelete|ReadOnly, 0, 7 },
   { 0, 0, 0, 0, -1 },
   { 16, CSSRuleConstructor::CHARSET_RULE, DontDelete|ReadOnly, 0, -1 },
   { 1, CSSRuleConstructor::FONT_FACE_RULE, DontDelete|ReadOnly, 0, 8 },
   { 54, CSSRuleConstructor::MEDIA_RULE, DontDelete|ReadOnly, 0, -1 },
   { 76, CSSRuleConstructor::PAGE_RULE, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 392 of file kjs_css.lut.h.

const char KJS::DOMCSSValueTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "cssValueType\0"
    "cssText\0"
}

Definition at line 412 of file kjs_css.lut.h.

const struct HashEntry KJS::DOMCSSValueTableEntries[] [static]
 

Initial value:

 {
   { 14, DOMCSSValue::CssText, DontDelete|ReadOnly, 0, 2 },
   { 0, 0, 0, 0, -1 },
   { 1, DOMCSSValue::CssValueType, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 419 of file kjs_css.lut.h.

const char KJS::CSSValueConstructorTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "CSS_PRIMITIVE_VALUE\0"
    "CSS_VALUE_LIST\0"
    "CSS_INHERIT\0"
    "CSS_CUSTOM\0"
}

Definition at line 433 of file kjs_css.lut.h.

const struct HashEntry KJS::CSSValueConstructorTableEntries[] [static]
 

Initial value:

 {
   { 21, CSSValueConstructor::CSS_VALUE_LIST, DontDelete|ReadOnly, 0, -1 },
   { 1, CSSValueConstructor::CSS_PRIMITIVE_VALUE, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 48, CSSValueConstructor::CSS_CUSTOM, DontDelete|ReadOnly, 0, -1 },
   { 36, CSSValueConstructor::CSS_INHERIT, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 442 of file kjs_css.lut.h.

const char KJS::DOMCSSPrimitiveValueTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "primitiveType\0"
}

Definition at line 458 of file kjs_css.lut.h.

const struct HashEntry KJS::DOMCSSPrimitiveValueTableEntries[] [static]
 

Initial value:

 {
   { 1, DOMCSSPrimitiveValue::PrimitiveType, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 464 of file kjs_css.lut.h.

const char KJS::DOMCSSPrimitiveValueProtoTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "getRGBColorValue\0"
    "getCounterValue\0"
    "getStringValue\0"
    "setStringValue\0"
    "getFloatValue\0"
    "setFloatValue\0"
    "getRectValue\0"
}

Definition at line 476 of file kjs_css.lut.h.

const struct HashEntry KJS::DOMCSSPrimitiveValueProtoTableEntries[] [static]
 

Initial value:

 {
   { 92, DOMCSSPrimitiveValue::GetRectValue, DontDelete|Function, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 78, DOMCSSPrimitiveValue::SetFloatValue, DontDelete|Function, 2, 3 },
   { 64, DOMCSSPrimitiveValue::GetFloatValue, DontDelete|Function, 1, 4 },
   { 49, DOMCSSPrimitiveValue::SetStringValue, DontDelete|Function, 2, 5 },
   { 34, DOMCSSPrimitiveValue::GetStringValue, DontDelete|Function, 0, 6 },
   { 18, DOMCSSPrimitiveValue::GetCounterValue, DontDelete|Function, 0, 7 },
   { 1, DOMCSSPrimitiveValue::GetRGBColorValue, DontDelete|Function, 0, -1 }
}

Definition at line 488 of file kjs_css.lut.h.

const char KJS::CSSPrimitiveValueConstructorTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "CSS_PERCENTAGE\0"
    "CSS_DIMENSION\0"
    "CSS_RGBCOLOR\0"
    "CSS_COUNTER\0"
    "CSS_UNKNOWN\0"
    "CSS_NUMBER\0"
    "CSS_STRING\0"
    "CSS_IDENT\0"
    "CSS_ATTR\0"
    "CSS_GRAD\0"
    "CSS_RECT\0"
    "CSS_DEG\0"
    "CSS_EMS\0"
    "CSS_EXS\0"
    "CSS_KHZ\0"
    "CSS_RAD\0"
    "CSS_URI\0"
    "CSS_CM\0"
    "CSS_HZ\0"
    "CSS_IN\0"
    "CSS_MM\0"
    "CSS_MS\0"
    "CSS_PC\0"
    "CSS_PT\0"
    "CSS_PX\0"
    "CSS_S\0"
}

Definition at line 507 of file kjs_css.lut.h.

const char KJS::DOMCSSValueListTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "length\0"
    "item\0"
}

Definition at line 584 of file kjs_css.lut.h.

const struct HashEntry KJS::DOMCSSValueListTableEntries[] [static]
 

Initial value:

 {
   { 1, DOMCSSValueList::Length, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 8, DOMCSSValueList::Item, DontDelete|Function, 1, -1 }
}

Definition at line 591 of file kjs_css.lut.h.

const char KJS::DOMRGBColorTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "green\0"
    "blue\0"
    "red\0"
}

Definition at line 605 of file kjs_css.lut.h.

const struct HashEntry KJS::DOMRGBColorTableEntries[] [static]
 

Initial value:

 {
   { 12, DOMRGBColor::Red, DontDelete|ReadOnly, 0, -1 },
   { 1, DOMRGBColor::Green, DontDelete|ReadOnly, 0, 3 },
   { 0, 0, 0, 0, -1 },
   { 7, DOMRGBColor::Blue, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 613 of file kjs_css.lut.h.

const char KJS::DOMRectTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "bottom\0"
    "right\0"
    "left\0"
    "top\0"
}

Definition at line 628 of file kjs_css.lut.h.

const struct HashEntry KJS::DOMRectTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 1, DOMRect::Bottom, DontDelete|ReadOnly, 0, -1 },
   { 8, DOMRect::Right, DontDelete|ReadOnly, 0, -1 },
   { 19, DOMRect::Top, DontDelete|ReadOnly, 0, 4 },
   { 14, DOMRect::Left, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 637 of file kjs_css.lut.h.

const char KJS::DOMCounterTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "identifier\0"
    "listStyle\0"
    "separator\0"
}

Definition at line 653 of file kjs_css.lut.h.

const struct HashEntry KJS::DOMCounterTableEntries[] [static]
 

Initial value:

 {
   { 1, DOMCounter::identifier, DontDelete|ReadOnly, 0, -1 },
   { 12, DOMCounter::listStyle, DontDelete|ReadOnly, 0, -1 },
   { 22, DOMCounter::separator, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 661 of file kjs_css.lut.h.

const char KJS::DOMNodeProtoTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "removeEventListener\0"
    "insertAdjacentHTML\0"
    "addEventListener\0"
    "dispatchEvent\0"
    "hasAttributes\0"
    "hasChildNodes\0"
    "insertBefore\0"
    "replaceChild\0"
    "appendChild\0"
    "isSupported\0"
    "removeChild\0"
    "cloneNode\0"
    "normalize\0"
    "contains\0"
    "item\0"
}

Definition at line 7 of file kjs_dom.lut.h.

const struct HashEntry KJS::DOMNodeProtoTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 71, DOMNode::HasAttributes, DontDelete|Function, 0, -1 },
   { 171, DOMNode::Normalize, DontDelete|Function, 0, 17 },
   { 137, DOMNode::IsSupported, DontDelete|Function, 2, -1 },
   { 1, DOMNode::RemoveEventListener, DontDelete|Function, 3, -1 },
   { 85, DOMNode::HasChildNodes, DontDelete|Function, 0, 15 },
   { 0, 0, 0, 0, -1 },
   { 112, DOMNode::ReplaceChild, DontDelete|Function, 2, 13 },
   { 99, DOMNode::InsertBefore, DontDelete|Function, 2, -1 },
   { 161, DOMNode::CloneNode, DontDelete|Function, 1, 16 },
   { 57, DOMNode::DispatchEvent, DontDelete|Function, 1, -1 },
   { 125, DOMNode::AppendChild, DontDelete|Function, 1, 14 },
   { 0, 0, 0, 0, -1 },
   { 149, DOMNode::RemoveChild, DontDelete|Function, 1, -1 },
   { 40, DOMNode::AddEventListener, DontDelete|Function, 3, -1 },
   { 181, DOMNode::Contains, DontDelete|Function, 1, -1 },
   { 21, DOMNode::InsertAdjacentHTML, DontDelete|Function, 2, -1 },
   { 190, DOMNode::Item, DontDelete|Function, 1, -1 }
}

Definition at line 27 of file kjs_dom.lut.h.

const char KJS::DOMNodeListProtoTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "namedItem\0"
    "item\0"
}

Definition at line 190 of file kjs_dom.lut.h.

const struct HashEntry KJS::DOMNodeListProtoTableEntries[] [static]
 

Initial value:

 {
   { 1, DOMNodeList::NamedItem, DontDelete|Function, 1, -1 },
   { 11, DOMNodeList::Item, DontDelete|Function, 1, -1 }
}

Definition at line 197 of file kjs_dom.lut.h.

const char KJS::DOMAttrTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "ownerElement\0"
    "specified\0"
    "value\0"
    "name\0"
}

Definition at line 210 of file kjs_dom.lut.h.

const struct HashEntry KJS::DOMAttrTableEntries[] [static]
 

Initial value:

 {
   { 14, DOMAttr::Specified, DontDelete|ReadOnly, 0, -1 },
   { 24, DOMAttr::ValueProperty, DontDelete, 0, -1 },
   { 30, DOMAttr::Name, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 1, DOMAttr::OwnerElement, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 219 of file kjs_dom.lut.h.

const char KJS::DOMDocumentProtoTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "createProcessingInstruction\0"
    "createDocumentFragment\0"
    "getElementsByTagNameNS\0"
    "createEntityReference\0"
    "getElementsByTagName\0"
    "createCDATASection\0"
    "createNodeIterator\0"
    "createAttributeNS\0"
    "createTreeWalker\0"
    "getOverrideStyle\0"
    "createAttribute\0"
    "createElementNS\0"
    "createTextNode\0"
    "getElementById\0"
    "createComment\0"
    "createElement\0"
    "createEvent\0"
    "createRange\0"
    "importNode\0"
    "loadXML\0"
    "abort\0"
    "load\0"
}

Definition at line 235 of file kjs_dom.lut.h.

const char KJS::DOMDocumentTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "preferredStylesheetSet\0"
    "selectedStylesheetSet\0"
    "documentElement\0"
    "implementation\0"
    "defaultView\0"
    "styleSheets\0"
    "readyState\0"
    "doctype\0"
    "async\0"
}

Definition at line 305 of file kjs_dom.lut.h.

const struct HashEntry KJS::DOMDocumentTableEntries[] [static]
 

Initial value:

 {
   { 112, DOMDocument::DocType, DontDelete|ReadOnly, 0, 7 },
   { 46, DOMDocument::DocumentElement, DontDelete|ReadOnly, 0, 4 },
   { 62, DOMDocument::Implementation, DontDelete|ReadOnly, 0, 6 },
   { 24, DOMDocument::SelectedStylesheetSet, DontDelete, 0, -1 },
   { 89, DOMDocument::StyleSheets, DontDelete|ReadOnly, 0, 5 },
   { 1, DOMDocument::PreferredStylesheetSet, DontDelete|ReadOnly, 0, -1 },
   { 101, DOMDocument::ReadyState, DontDelete|ReadOnly, 0, 8 },
   { 77, DOMDocument::DefaultView, DontDelete|ReadOnly, 0, -1 },
   { 120, DOMDocument::Async, DontDelete, 0, -1 }
}

Definition at line 319 of file kjs_dom.lut.h.

const char KJS::DOMElementProtoTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "getElementsByTagNameNS\0"
    "getElementsByTagName\0"
    "removeAttributeNode\0"
    "getAttributeNodeNS\0"
    "setAttributeNodeNS\0"
    "removeAttributeNS\0"
    "getAttributeNode\0"
    "setAttributeNode\0"
    "removeAttribute\0"
    "getAttributeNS\0"
    "hasAttributeNS\0"
    "setAttributeNS\0"
    "getAttribute\0"
    "hasAttribute\0"
    "setAttribute\0"
}

Definition at line 339 of file kjs_dom.lut.h.

const struct HashEntry KJS::DOMElementProtoTableEntries[] [static]
 

Initial value:

 {
   { 65, DOMElement::GetAttributeNodeNS, DontDelete|Function, 2, -1 },
   { 171, DOMElement::GetAttributeNS, DontDelete|Function, 2, -1 },
   { 0, 0, 0, 0, -1 },
   { 45, DOMElement::RemoveAttributeNode, DontDelete|Function, 1, -1 },
   { 155, DOMElement::RemoveAttribute, DontDelete|Function, 1, 17 },
   { 242, DOMElement::SetAttribute, DontDelete|Function, 2, -1 },
   { 229, DOMElement::HasAttribute, DontDelete|Function, 1, -1 },
   { 1, DOMElement::GetElementsByTagNameNS, DontDelete|Function, 2, -1 },
   { 0, 0, 0, 0, -1 },
   { 121, DOMElement::GetAttributeNode, DontDelete|Function, 1, -1 },
   { 216, DOMElement::GetAttribute, DontDelete|Function, 1, -1 },
   { 0, 0, 0, 0, -1 },
   { 103, DOMElement::RemoveAttributeNS, DontDelete|Function, 2, 18 },
   { 201, DOMElement::SetAttributeNS, DontDelete|Function, 3, -1 },
   { 186, DOMElement::HasAttributeNS, DontDelete|Function, 2, -1 },
   { 0, 0, 0, 0, -1 },
   { 24, DOMElement::GetElementsByTagName, DontDelete|Function, 1, -1 },
   { 138, DOMElement::SetAttributeNode, DontDelete|Function, 2, -1 },
   { 84, DOMElement::SetAttributeNodeNS, DontDelete|Function, 1, -1 }
}

Definition at line 359 of file kjs_dom.lut.h.

const char KJS::DOMElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "tagName\0"
    "style\0"
}

Definition at line 389 of file kjs_dom.lut.h.

const struct HashEntry KJS::DOMElementTableEntries[] [static]
 

Initial value:

 {
   { 9, DOMElement::Style, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 1, DOMElement::TagName, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 396 of file kjs_dom.lut.h.

const char KJS::DOMDOMImplementationProtoTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "createCSSStyleSheet\0"
    "createDocumentType\0"
    "createHTMLDocument\0"
    "createDocument\0"
    "hasFeature\0"
}

Definition at line 410 of file kjs_dom.lut.h.

const struct HashEntry KJS::DOMDOMImplementationProtoTableEntries[] [static]
 

Initial value:

 {
   { 1, DOMDOMImplementation::CreateCSSStyleSheet, DontDelete|Function, 2, -1 },
   { 0, 0, 0, 0, -1 },
   { 74, DOMDOMImplementation::HasFeature, DontDelete|Function, 2, 5 },
   { 40, DOMDOMImplementation::CreateHTMLDocument, DontDelete|Function, 1, -1 },
   { 59, DOMDOMImplementation::CreateDocument, DontDelete|Function, 3, -1 },
   { 21, DOMDOMImplementation::CreateDocumentType, DontDelete|Function, 3, -1 }
}

Definition at line 420 of file kjs_dom.lut.h.

const char KJS::DOMDocumentTypeTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "internalSubset\0"
    "notations\0"
    "entities\0"
    "publicId\0"
    "systemId\0"
    "name\0"
}

Definition at line 437 of file kjs_dom.lut.h.

const struct HashEntry KJS::DOMDocumentTypeTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 16, DOMDocumentType::Notations, DontDelete|ReadOnly, 0, -1 },
   { 35, DOMDocumentType::PublicId, DontDelete|ReadOnly, 0, -1 },
   { 53, DOMDocumentType::Name, DontDelete|ReadOnly, 0, 6 },
   { 44, DOMDocumentType::SystemId, DontDelete|ReadOnly, 0, -1 },
   { 26, DOMDocumentType::Entities, DontDelete|ReadOnly, 0, -1 },
   { 1, DOMDocumentType::InternalSubset, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 448 of file kjs_dom.lut.h.

const char KJS::DOMNamedNodeMapProtoTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "removeNamedItemNS\0"
    "removeNamedItem\0"
    "getNamedItemNS\0"
    "setNamedItemNS\0"
    "getNamedItem\0"
    "setNamedItem\0"
    "item\0"
}

Definition at line 466 of file kjs_dom.lut.h.

const struct HashEntry KJS::DOMNamedNodeMapProtoTableEntries[] [static]
 

Initial value:

 {
   { 65, DOMNamedNodeMap::GetNamedItem, DontDelete|Function, 1, 8 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 91, DOMNamedNodeMap::Item, DontDelete|Function, 1, -1 },
   { 78, DOMNamedNodeMap::SetNamedItem, DontDelete|Function, 1, 7 },
   { 0, 0, 0, 0, -1 },
   { 19, DOMNamedNodeMap::RemoveNamedItem, DontDelete|Function, 1, 9 },
   { 35, DOMNamedNodeMap::GetNamedItemNS, DontDelete|Function, 2, -1 },
   { 50, DOMNamedNodeMap::SetNamedItemNS, DontDelete|Function, 1, 10 },
   { 1, DOMNamedNodeMap::RemoveNamedItemNS, DontDelete|Function, 2, -1 }
}

Definition at line 478 of file kjs_dom.lut.h.

const char KJS::DOMNamedNodeMapTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "length\0"
}

Definition at line 500 of file kjs_dom.lut.h.

const struct HashEntry KJS::DOMNamedNodeMapTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 1, DOMNamedNodeMap::Length, DontDelete|Function, 1, -1 },
   { 0, 0, 0, 0, -1 }
}

Definition at line 506 of file kjs_dom.lut.h.

const char KJS::DOMProcessingInstructionTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "target\0"
    "sheet\0"
    "data\0"
}

Definition at line 524 of file kjs_dom.lut.h.

const struct HashEntry KJS::DOMProcessingInstructionTableEntries[] [static]
 

Initial value:

 {
   { 8, DOMProcessingInstruction::Sheet, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 1, DOMProcessingInstruction::Target, DontDelete|ReadOnly, 0, 3 },
   { 14, DOMProcessingInstruction::Data, DontDelete, 0, -1 }
}

Definition at line 532 of file kjs_dom.lut.h.

const char KJS::DOMNotationTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "publicId\0"
    "systemId\0"
}

Definition at line 547 of file kjs_dom.lut.h.

const struct HashEntry KJS::DOMNotationTableEntries[] [static]
 

Initial value:

 {
   { 1, DOMNotation::PublicId, DontDelete|ReadOnly, 0, 2 },
   { 0, 0, 0, 0, -1 },
   { 10, DOMNotation::SystemId, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 554 of file kjs_dom.lut.h.

const char KJS::DOMEntityTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "notationName\0"
    "publicId\0"
    "systemId\0"
}

Definition at line 568 of file kjs_dom.lut.h.

const struct HashEntry KJS::DOMEntityTableEntries[] [static]
 

Initial value:

 {
   { 14, DOMEntity::PublicId, DontDelete|ReadOnly, 0, 2 },
   { 1, DOMEntity::NotationName, DontDelete|ReadOnly, 0, -1 },
   { 23, DOMEntity::SystemId, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 576 of file kjs_dom.lut.h.

const char KJS::NodeConstructorTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "PROCESSING_INSTRUCTION_NODE\0"
    "DOCUMENT_FRAGMENT_NODE\0"
    "ENTITY_REFERENCE_NODE\0"
    "CDATA_SECTION_NODE\0"
    "DOCUMENT_TYPE_NODE\0"
    "ATTRIBUTE_NODE\0"
    "DOCUMENT_NODE\0"
    "NOTATION_NODE\0"
    "COMMENT_NODE\0"
    "ELEMENT_NODE\0"
    "ENTITY_NODE\0"
    "TEXT_NODE\0"
}

Definition at line 590 of file kjs_dom.lut.h.

const struct HashEntry KJS::NodeConstructorTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 74, DOM::Node::CDATA_SECTION_NODE, DontDelete|ReadOnly, 0, -1 },
   { 112, DOM::Node::ATTRIBUTE_NODE, DontDelete|ReadOnly, 0, 12 },
   { 29, DOM::Node::DOCUMENT_FRAGMENT_NODE, DontDelete|ReadOnly, 0, -1 },
   { 93, DOM::Node::DOCUMENT_TYPE_NODE, DontDelete|ReadOnly, 0, -1 },
   { 127, DOM::Node::DOCUMENT_NODE, DontDelete|ReadOnly, 0, -1 },
   { 155, DOM::Node::COMMENT_NODE, DontDelete|ReadOnly, 0, -1 },
   { 181, DOM::Node::ENTITY_NODE, DontDelete|ReadOnly, 0, 13 },
   { 168, DOM::Node::ELEMENT_NODE, DontDelete|ReadOnly, 0, -1 },
   { 193, DOM::Node::TEXT_NODE, DontDelete|ReadOnly, 0, 11 },
   { 52, DOM::Node::ENTITY_REFERENCE_NODE, DontDelete|ReadOnly, 0, -1 },
   { 1, DOM::Node::PROCESSING_INSTRUCTION_NODE, DontDelete|ReadOnly, 0, -1 },
   { 141, DOM::Node::NOTATION_NODE, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 607 of file kjs_dom.lut.h.

const char KJS::DOMExceptionConstructorTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "NO_MODIFICATION_ALLOWED_ERR\0"
    "INVALID_MODIFICATION_ERR\0"
    "HIERARCHY_REQUEST_ERR\0"
    "INVALID_CHARACTER_ERR\0"
    "INUSE_ATTRIBUTE_ERR\0"
    "NO_DATA_ALLOWED_ERR\0"
    "DOMSTRING_SIZE_ERR\0"
    "INVALID_ACCESS_ERR\0"
    "WRONG_DOCUMENT_ERR\0"
    "INVALID_STATE_ERR\0"
    "NOT_SUPPORTED_ERR\0"
    "INDEX_SIZE_ERR\0"
    "NAMESPACE_ERR\0"
    "NOT_FOUND_ERR\0"
    "SYNTAX_ERR\0"
}

Definition at line 632 of file kjs_dom.lut.h.

const struct HashEntry KJS::DOMExceptionConstructorTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 176, DOM::DOMException::WRONG_DOCUMENT_ERR, DontDelete|ReadOnly, 0, -1 },
   { 98, DOM::DOMException::INUSE_ATTRIBUTE_ERR, DontDelete|ReadOnly, 0, -1 },
   { 231, DOM::DOMException::INDEX_SIZE_ERR, DontDelete|ReadOnly, 0, -1 },
   { 76, DOM::DOMException::INVALID_CHARACTER_ERR, DontDelete|ReadOnly, 0, 17 },
   { 246, DOM::DOMException::NAMESPACE_ERR, DontDelete|ReadOnly, 0, -1 },
   { 118, DOM::DOMException::NO_DATA_ALLOWED_ERR, DontDelete|ReadOnly, 0, 16 },
   { 138, DOM::DOMException::DOMSTRING_SIZE_ERR, DontDelete|ReadOnly, 0, -1 },
   { 260, DOM::DOMException::NOT_FOUND_ERR, DontDelete|ReadOnly, 0, 15 },
   { 0, 0, 0, 0, -1 },
   { 1, DOM::DOMException::NO_MODIFICATION_ALLOWED_ERR, DontDelete|ReadOnly, 0, 18 },
   { 54, DOM::DOMException::HIERARCHY_REQUEST_ERR, DontDelete|ReadOnly, 0, -1 },
   { 29, DOM::DOMException::INVALID_MODIFICATION_ERR, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 213, DOM::DOMException::NOT_SUPPORTED_ERR, DontDelete|ReadOnly, 0, -1 },
   { 195, DOM::DOMException::INVALID_STATE_ERR, DontDelete|ReadOnly, 0, -1 },
   { 274, DOM::DOMException::SYNTAX_ERR, DontDelete|ReadOnly, 0, -1 },
   { 157, DOM::DOMException::INVALID_ACCESS_ERR, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 652 of file kjs_dom.lut.h.

const char KJS::DOMNamedNodesCollectionTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "length\0"
}

Definition at line 682 of file kjs_dom.lut.h.

const struct HashEntry KJS::DOMNamedNodesCollectionTableEntries[] [static]
 

Initial value:

 {
   { 1, KJS::DOMNamedNodesCollection::Length, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 688 of file kjs_dom.lut.h.

const char KJS::DOMCharacterDataTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "length\0"
    "data\0"
}

Definition at line 700 of file kjs_dom.lut.h.

const struct HashEntry KJS::DOMCharacterDataTableEntries[] [static]
 

Initial value:

 {
   { 8, DOMCharacterData::Data, DontDelete, 0, 2 },
   { 0, 0, 0, 0, -1 },
   { 1, DOMCharacterData::Length, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 707 of file kjs_dom.lut.h.

const char KJS::DOMCharacterDataProtoTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "substringData\0"
    "replaceData\0"
    "appendData\0"
    "deleteData\0"
    "insertData\0"
}

Definition at line 721 of file kjs_dom.lut.h.

const struct HashEntry KJS::DOMCharacterDataProtoTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 27, DOMCharacterData::AppendData, DontDelete|Function, 1, -1 },
   { 49, DOMCharacterData::InsertData, DontDelete|Function, 2, -1 },
   { 38, DOMCharacterData::DeleteData, DontDelete|Function, 2, 7 },
   { 0, 0, 0, 0, -1 },
   { 1, DOMCharacterData::SubstringData, DontDelete|Function, 2, -1 },
   { 15, DOMCharacterData::ReplaceData, DontDelete|Function, 2, -1 }
}

Definition at line 731 of file kjs_dom.lut.h.

const char KJS::DOMTextProtoTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "splitText\0"
}

Definition at line 750 of file kjs_dom.lut.h.

const struct HashEntry KJS::DOMTextProtoTableEntries[] [static]
 

Initial value:

 {
   { 1, DOMText::SplitText, DontDelete|Function, 1, -1 }
}

Definition at line 756 of file kjs_dom.lut.h.

const char KJS::EventConstructorTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "CAPTURING_PHASE\0"
    "BUBBLING_PHASE\0"
    "AT_TARGET\0"
    "MOUSEDOWN\0"
    "MOUSEDRAG\0"
    "MOUSEMOVE\0"
    "MOUSEOVER\0"
    "DBLCLICK\0"
    "DRAGDROP\0"
    "KEYPRESS\0"
    "MOUSEOUT\0"
    "KEYDOWN\0"
    "MOUSEUP\0"
    "CHANGE\0"
    "SELECT\0"
    "FOCUS\0"
    "KEYUP\0"
    "BLUR\0"
}

Definition at line 7 of file kjs_events.lut.h.

const struct HashEntry KJS::EventConstructorTableEntries[] [static]
 

Initial value:

 {
   { 1, DOM::Event::CAPTURING_PHASE, DontDelete|ReadOnly, 0, 3 },
   { 17, DOM::Event::BUBBLING_PHASE, DontDelete|ReadOnly, 0, 6 },
   { 109, 8, DontDelete|ReadOnly, 0, 7 },
   { 32, DOM::Event::AT_TARGET, DontDelete|ReadOnly, 0, 4 },
   { 42, 1, DontDelete|ReadOnly, 0, 5 },
   { 126, 2, DontDelete|ReadOnly, 0, 13 },
   { 72, 4, DontDelete|ReadOnly, 0, 8 },
   { 62, 16, DontDelete|ReadOnly, 0, 11 },
   { 52, 32, DontDelete|ReadOnly, 0, 9 },
   { 85, 64, DontDelete|ReadOnly, 0, 10 },
   { 82, 128, DontDelete|ReadOnly, 0, 14 },
   { 118, 256, DontDelete|ReadOnly, 0, 12 },
   { 154, 512, DontDelete|ReadOnly, 0, 18 },
   { 100, 1024, DontDelete|ReadOnly, 0, 15 },
   { 91, 2048, DontDelete|ReadOnly, 0, 17 },
   { 148, 4096, DontDelete|ReadOnly, 0, 16 },
   { 160, 8192, DontDelete|ReadOnly, 0, -1 },
   { 141, 16384, DontDelete|ReadOnly, 0, -1 },
   { 134, 32768, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 30 of file kjs_events.lut.h.

const char KJS::DOMEventTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "currentTarget\0"
    "cancelBubble\0"
    "returnValue\0"
    "cancelable\0"
    "eventPhase\0"
    "srcElement\0"
    "timeStamp\0"
    "bubbles\0"
    "target\0"
    "type\0"
}

Definition at line 60 of file kjs_events.lut.h.

const struct HashEntry KJS::DOMEventTableEntries[] [static]
 

Initial value:

 {
   { 1, DOMEvent::CurrentTarget, DontDelete|ReadOnly, 0, 7 },
   { 0, 0, 0, 0, -1 },
   { 98, DOMEvent::Type, DontDelete|ReadOnly, 0, -1 },
   { 91, DOMEvent::Target, DontDelete|ReadOnly, 0, 9 },
   { 0, 0, 0, 0, -1 },
   { 28, DOMEvent::ReturnValue, DontDelete, 0, 11 },
   { 62, DOMEvent::SrcElement, DontDelete|ReadOnly, 0, -1 },
   { 51, DOMEvent::EventPhase, DontDelete|ReadOnly, 0, 8 },
   { 83, DOMEvent::Bubbles, DontDelete|ReadOnly, 0, -1 },
   { 40, DOMEvent::Cancelable, DontDelete|ReadOnly, 0, 10 },
   { 73, DOMEvent::TimeStamp, DontDelete|ReadOnly, 0, -1 },
   { 15, DOMEvent::CancelBubble, DontDelete, 0, -1 }
}

Definition at line 75 of file kjs_events.lut.h.

const char KJS::DOMEventProtoTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "stopPropagation\0"
    "preventDefault\0"
    "initEvent\0"
}

Definition at line 98 of file kjs_events.lut.h.

const struct HashEntry KJS::DOMEventProtoTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 1, DOMEvent::StopPropagation, DontDelete|Function, 0, 3 },
   { 17, DOMEvent::PreventDefault, DontDelete|Function, 0, 4 },
   { 32, DOMEvent::InitEvent, DontDelete|Function, 3, -1 }
}

Definition at line 106 of file kjs_events.lut.h.

const char KJS::EventExceptionConstructorTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "UNSPECIFIED_EVENT_TYPE_ERR\0"
}

Definition at line 122 of file kjs_events.lut.h.

const struct HashEntry KJS::EventExceptionConstructorTableEntries[] [static]
 

Initial value:

 {
   { 1, DOM::EventException::UNSPECIFIED_EVENT_TYPE_ERR, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 128 of file kjs_events.lut.h.

const char KJS::DOMUIEventTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "charCode\0"
    "keyCode\0"
    "detail\0"
    "layerX\0"
    "layerY\0"
    "pageX\0"
    "pageY\0"
    "which\0"
    "view\0"
}

Definition at line 140 of file kjs_events.lut.h.

const struct HashEntry KJS::DOMUIEventTableEntries[] [static]
 

Initial value:

 {
   { 32, DOMUIEvent::LayerY, DontDelete|ReadOnly, 0, -1 },
   { 10, DOMUIEvent::KeyCode, DontDelete|ReadOnly, 0, -1 },
   { 57, DOMUIEvent::View, DontDelete|ReadOnly, 0, 7 },
   { 0, 0, 0, 0, -1 },
   { 18, DOMUIEvent::Detail, DontDelete|ReadOnly, 0, 8 },
   { 45, DOMUIEvent::PageY, DontDelete|ReadOnly, 0, -1 },
   { 25, DOMUIEvent::LayerX, DontDelete|ReadOnly, 0, 9 },
   { 1, DOMUIEvent::CharCode, DontDelete|ReadOnly, 0, -1 },
   { 39, DOMUIEvent::PageX, DontDelete|ReadOnly, 0, -1 },
   { 51, DOMUIEvent::Which, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 154 of file kjs_events.lut.h.

const char KJS::DOMUIEventProtoTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "initUIEvent\0"
}

Definition at line 175 of file kjs_events.lut.h.

const struct HashEntry KJS::DOMUIEventProtoTableEntries[] [static]
 

Initial value:

 {
   { 1, DOMUIEvent::InitUIEvent, DontDelete|Function, 5, -1 }
}

Definition at line 181 of file kjs_events.lut.h.

const char KJS::DOMMouseEventTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "relatedTarget\0"
    "fromElement\0"
    "toElement\0"
    "shiftKey\0"
    "clientX\0"
    "clientY\0"
    "ctrlKey\0"
    "metaKey\0"
    "offsetX\0"
    "offsetY\0"
    "screenX\0"
    "screenY\0"
    "altKey\0"
    "button\0"
    "x\0"
}

Definition at line 193 of file kjs_events.lut.h.

const struct HashEntry KJS::DOMMouseEventTableEntries[] [static]
 

Initial value:

 {
   { 94, DOMMouseEvent::ScreenX, DontDelete|ReadOnly, 0, 3 },
   { 102, DOMMouseEvent::ScreenY, DontDelete|ReadOnly, 0, 2 },
   { 46, DOMMouseEvent::ClientX, DontDelete|ReadOnly, 0, 5 },
   { 124, DOMMouseEvent::X, DontDelete|ReadOnly, 0, 4 },
   { 54, DOMMouseEvent::ClientY, DontDelete|ReadOnly, 0, 7 },
   { 115, DOMMouseEvent::Y, DontDelete|ReadOnly, 0, 6 },
   { 78, DOMMouseEvent::OffsetX, DontDelete|ReadOnly, 0, 9 },
   { 86, DOMMouseEvent::OffsetY, DontDelete|ReadOnly, 0, 8 },
   { 62, DOMMouseEvent::CtrlKey, DontDelete|ReadOnly, 0, 10 },
   { 37, DOMMouseEvent::ShiftKey, DontDelete|ReadOnly, 0, 15 },
   { 110, DOMMouseEvent::AltKey, DontDelete|ReadOnly, 0, 11 },
   { 70, DOMMouseEvent::MetaKey, DontDelete|ReadOnly, 0, 12 },
   { 117, DOMMouseEvent::Button, DontDelete|ReadOnly, 0, 13 },
   { 1, DOMMouseEvent::RelatedTarget, DontDelete|ReadOnly, 0, 14 },
   { 15, DOMMouseEvent::FromElement, DontDelete|ReadOnly, 0, -1 },
   { 27, DOMMouseEvent::ToElement, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 213 of file kjs_events.lut.h.

const char KJS::DOMMouseEventProtoTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "initMouseEvent\0"
}

Definition at line 240 of file kjs_events.lut.h.

const struct HashEntry KJS::DOMMouseEventProtoTableEntries[] [static]
 

Initial value:

 {
   { 1, DOMMouseEvent::InitMouseEvent, DontDelete|Function, 15, -1 }
}

Definition at line 246 of file kjs_events.lut.h.

const char KJS::DOMTextEventTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "inputGenerated\0"
    "outputString\0"
    "virtKeyVal\0"
    "keyVal\0"
    "numPad\0"
}

Definition at line 258 of file kjs_events.lut.h.

const struct HashEntry KJS::DOMTextEventTableEntries[] [static]
 

Initial value:

 {
   { 40, DOMTextEvent::Key, DontDelete|ReadOnly, 0, 2 },
   { 29, DOMTextEvent::VirtKey, DontDelete|ReadOnly, 0, 3 },
   { 16, DOMTextEvent::OutputString, DontDelete|ReadOnly, 0, -1 },
   { 1, DOMTextEvent::InputGenerated, DontDelete|ReadOnly, 0, 4 },
   { 47, DOMTextEvent::NumPad, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 268 of file kjs_events.lut.h.

const char KJS::DOMTextEventProtoTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "initTextEvent\0"
}

Definition at line 284 of file kjs_events.lut.h.

const struct HashEntry KJS::DOMTextEventProtoTableEntries[] [static]
 

Initial value:

 {
   { 1, DOMTextEvent::InitTextEvent, DontDelete|Function, 10, -1 }
}

Definition at line 290 of file kjs_events.lut.h.

const char KJS::MutationEventConstructorTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "MODIFICATION\0"
    "ADDITION\0"
    "REMOVAL\0"
}

Definition at line 302 of file kjs_events.lut.h.

const struct HashEntry KJS::MutationEventConstructorTableEntries[] [static]
 

Initial value:

 {
   { 14, DOM::MutationEvent::ADDITION, DontDelete|ReadOnly, 0, 3 },
   { 1, DOM::MutationEvent::MODIFICATION, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 23, DOM::MutationEvent::REMOVAL, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 310 of file kjs_events.lut.h.

const char KJS::DOMMutationEventTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "relatedNode\0"
    "attrChange\0"
    "prevValue\0"
    "attrName\0"
    "newValue\0"
}

Definition at line 325 of file kjs_events.lut.h.

const struct HashEntry KJS::DOMMutationEventTableEntries[] [static]
 

Initial value:

 {
   { 13, DOMMutationEvent::AttrChange, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 1, DOMMutationEvent::RelatedNode, DontDelete|ReadOnly, 0, -1 },
   { 34, DOMMutationEvent::AttrName, DontDelete|ReadOnly, 0, -1 },
   { 24, DOMMutationEvent::PrevValue, DontDelete|ReadOnly, 0, 5 },
   { 43, DOMMutationEvent::NewValue, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 335 of file kjs_events.lut.h.

const char KJS::DOMMutationEventProtoTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "initMutationEvent\0"
}

Definition at line 352 of file kjs_events.lut.h.

const struct HashEntry KJS::DOMMutationEventProtoTableEntries[] [static]
 

Initial value:

 {
   { 1, DOMMutationEvent::InitMutationEvent, DontDelete|Function, 8, -1 }
}

Definition at line 358 of file kjs_events.lut.h.

const char KJS::HTMLElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "className\0"
    "innerHTML\0"
    "innerText\0"
    "children\0"
    "document\0"
    "title\0"
    "lang\0"
    "all\0"
    "dir\0"
    "id\0"
}

Definition at line 96 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLElementTableEntries[] [static]
 

Initial value:

 {
   { 55, KJS::HTMLElement::ElementLang, DontDelete, 0, 12 },
   { 0, 0, 0, 0, -1 },
   { 11, KJS::HTMLElement::ElementInnerHTML, DontDelete, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 21, KJS::HTMLElement::ElementInnerText, DontDelete, 0, -1 },
   { 40, KJS::HTMLElement::ElementDocument, DontDelete|ReadOnly, 0, 13 },
   { 1, KJS::HTMLElement::ElementClassName, DontDelete, 0, -1 },
   { 68, KJS::HTMLElement::ElementId, DontDelete, 0, 11 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 49, KJS::HTMLElement::ElementTitle, DontDelete, 0, -1 },
   { 64, KJS::HTMLElement::ElementDir, DontDelete, 0, -1 },
   { 31, KJS::HTMLElement::ElementChildren, DontDelete|ReadOnly, 0, 14 },
   { 60, KJS::HTMLElement::ElementAll, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 111 of file kjs_html.lut.h.

const char KJS::HTMLHtmlElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "version\0"
}

Definition at line 137 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLHtmlElementTableEntries[] [static]
 

Initial value:

 {
   { 1, KJS::HTMLElement::HtmlVersion, DontDelete, 0, -1 }
}

Definition at line 143 of file kjs_html.lut.h.

const char KJS::HTMLHeadElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "profile\0"
}

Definition at line 155 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLHeadElementTableEntries[] [static]
 

Initial value:

 {
   { 1, KJS::HTMLElement::HeadProfile, DontDelete, 0, -1 }
}

Definition at line 161 of file kjs_html.lut.h.

const char KJS::HTMLLinkElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "disabled\0"
    "hreflang\0"
    "charset\0"
    "target\0"
    "media\0"
    "sheet\0"
    "href\0"
    "type\0"
    "rel\0"
    "rev\0"
}

Definition at line 173 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLLinkElementTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 46, KJS::HTMLElement::LinkHref, DontDelete, 0, 11 },
   { 56, KJS::HTMLElement::LinkRel, DontDelete, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 34, KJS::HTMLElement::LinkMedia, DontDelete, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 19, KJS::HTMLElement::LinkCharset, DontDelete, 0, 13 },
   { 1, KJS::HTMLElement::LinkDisabled, DontDelete, 0, 14 },
   { 10, KJS::HTMLElement::LinkHrefLang, DontDelete, 0, 12 },
   { 60, KJS::HTMLElement::LinkRev, DontDelete, 0, -1 },
   { 27, KJS::HTMLElement::LinkTarget, DontDelete, 0, 15 },
   { 51, KJS::HTMLElement::LinkType, DontDelete, 0, -1 },
   { 40, KJS::HTMLElement::LinkSheet, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 188 of file kjs_html.lut.h.

const char KJS::HTMLTitleElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "text\0"
}

Definition at line 215 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLTitleElementTableEntries[] [static]
 

Initial value:

 {
   { 1, KJS::HTMLElement::TitleText, DontDelete, 0, -1 }
}

Definition at line 221 of file kjs_html.lut.h.

const char KJS::HTMLMetaElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "httpEquiv\0"
    "content\0"
    "scheme\0"
    "name\0"
}

Definition at line 233 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLMetaElementTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 26, KJS::HTMLElement::MetaName, DontDelete, 0, 4 },
   { 1, KJS::HTMLElement::MetaHttpEquiv, DontDelete, 0, -1 },
   { 11, KJS::HTMLElement::MetaContent, DontDelete, 0, -1 },
   { 19, KJS::HTMLElement::MetaScheme, DontDelete, 0, -1 }
}

Definition at line 242 of file kjs_html.lut.h.

const char KJS::HTMLBaseElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "target\0"
    "href\0"
}

Definition at line 258 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLBaseElementTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 8, KJS::HTMLElement::BaseHref, DontDelete, 0, 2 },
   { 1, KJS::HTMLElement::BaseTarget, DontDelete, 0, -1 }
}

Definition at line 265 of file kjs_html.lut.h.

const char KJS::HTMLIsIndexElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "prompt\0"
    "form\0"
}

Definition at line 279 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLIsIndexElementTableEntries[] [static]
 

Initial value:

 {
   { 8, KJS::HTMLElement::IsIndexForm, DontDelete|ReadOnly, 0, 2 },
   { 0, 0, 0, 0, -1 },
   { 1, KJS::HTMLElement::IsIndexPrompt, DontDelete, 0, -1 }
}

Definition at line 286 of file kjs_html.lut.h.

const char KJS::HTMLStyleElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "disabled\0"
    "media\0"
    "sheet\0"
    "type\0"
}

Definition at line 300 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLStyleElementTableEntries[] [static]
 

Initial value:

 {
   { 1, KJS::HTMLElement::StyleDisabled, DontDelete, 0, 4 },
   { 16, KJS::HTMLElement::StyleSheet, DontDelete|ReadOnly, 0, -1 },
   { 22, KJS::HTMLElement::StyleType, DontDelete, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 10, KJS::HTMLElement::StyleMedia, DontDelete, 0, -1 }
}

Definition at line 309 of file kjs_html.lut.h.

const char KJS::HTMLBodyElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "scrollHeight\0"
    "scrollWidth\0"
    "background\0"
    "scrollLeft\0"
    "scrollTop\0"
    "bgColor\0"
    "onload\0"
    "aLink\0"
    "vLink\0"
    "link\0"
    "text\0"
}

Definition at line 325 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLBodyElementTableEntries[] [static]
 

Initial value:

 {
   { 26, KJS::HTMLElement::BodyBackground, DontDelete, 0, 8 },
   { 0, 0, 0, 0, -1 },
   { 37, KJS::HTMLElement::BodyScrollLeft, DontDelete, 0, 9 },
   { 0, 0, 0, 0, -1 },
   { 79, KJS::HTMLElement::BodyVLink, DontDelete, 0, -1 },
   { 90, KJS::HTMLElement::BodyText, DontDelete, 0, 12 },
   { 85, KJS::HTMLElement::BodyLink, DontDelete, 0, -1 },
   { 73, KJS::HTMLElement::BodyALink, DontDelete, 0, 10 },
   { 58, KJS::HTMLElement::BodyBgColor, DontDelete, 0, 11 },
   { 48, KJS::HTMLElement::BodyScrollTop, DontDelete, 0, -1 },
   { 14, KJS::HTMLElement::BodyScrollWidth, DontDelete|ReadOnly, 0, -1 },
   { 1, KJS::HTMLElement::BodyScrollHeight, DontDelete|ReadOnly, 0, -1 },
   { 66, KJS::HTMLElement::BodyOnLoad, DontDelete, 0, -1 }
}

Definition at line 341 of file kjs_html.lut.h.

const char KJS::HTMLFormElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "acceptCharset\0"
    "elements\0"
    "encoding\0"
    "enctype\0"
    "action\0"
    "length\0"
    "method\0"
    "submit\0"
    "target\0"
    "reset\0"
    "name\0"
}

Definition at line 365 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLFormElementTableEntries[] [static]
 

Initial value:

 {
   { 41, KJS::HTMLElement::FormAction, DontDelete, 0, 13 },
   { 33, KJS::HTMLElement::FormEncType, DontDelete, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 15, KJS::HTMLElement::FormElements, DontDelete|ReadOnly, 0, 11 },
   { 48, KJS::HTMLElement::FormLength, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 1, KJS::HTMLElement::FormAcceptCharset, DontDelete, 0, -1 },
   { 76, KJS::HTMLElement::FormReset, DontDelete|Function, 0, -1 },
   { 69, KJS::HTMLElement::FormTarget, DontDelete, 0, -1 },
   { 82, KJS::HTMLElement::FormName, DontDelete, 0, -1 },
   { 24, KJS::HTMLElement::FormEncType, DontDelete, 0, 12 },
   { 55, KJS::HTMLElement::FormMethod, DontDelete, 0, -1 },
   { 62, KJS::HTMLElement::FormSubmit, DontDelete|Function, 0, -1 }
}

Definition at line 381 of file kjs_html.lut.h.

const char KJS::HTMLSelectElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "selectedIndex\0"
    "disabled\0"
    "multiple\0"
    "tabIndex\0"
    "options\0"
    "length\0"
    "remove\0"
    "focus\0"
    "value\0"
    "blur\0"
    "form\0"
    "name\0"
    "size\0"
    "type\0"
    "add\0"
}

Definition at line 406 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLSelectElementTableEntries[] [static]
 

Initial value:

 {
   { 101, KJS::HTMLElement::SelectAdd, DontDelete|Function, 2, -1 },
   { 33, KJS::HTMLElement::SelectTabIndex, DontDelete, 0, -1 },
   { 70, KJS::HTMLElement::SelectValue, DontDelete, 0, -1 },
   { 1, KJS::HTMLElement::SelectSelectedIndex, DontDelete, 0, 15 },
   { 50, KJS::HTMLElement::SelectLength, DontDelete, 0, -1 },
   { 57, KJS::HTMLElement::SelectRemove, DontDelete|Function, 1, 16 },
   { 0, 0, 0, 0, -1 },
   { 81, KJS::HTMLElement::SelectForm, DontDelete|ReadOnly, 0, 13 },
   { 76, KJS::HTMLElement::SelectBlur, DontDelete|Function, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 96, KJS::HTMLElement::SelectType, DontDelete|ReadOnly, 0, 11 },
   { 42, KJS::HTMLElement::SelectOptions, DontDelete|ReadOnly, 0, 12 },
   { 15, KJS::HTMLElement::SelectDisabled, DontDelete, 0, 14 },
   { 24, KJS::HTMLElement::SelectMultiple, DontDelete, 0, -1 },
   { 86, KJS::HTMLElement::SelectName, DontDelete, 0, -1 },
   { 91, KJS::HTMLElement::SelectSize, DontDelete, 0, -1 },
   { 64, KJS::HTMLElement::SelectFocus, DontDelete|Function, 0, -1 }
}

Definition at line 426 of file kjs_html.lut.h.

const char KJS::HTMLOptGroupElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "disabled\0"
    "label\0"
}

Definition at line 454 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLOptGroupElementTableEntries[] [static]
 

Initial value:

 {
   { 1, KJS::HTMLElement::OptGroupDisabled, DontDelete, 0, 2 },
   { 0, 0, 0, 0, -1 },
   { 10, KJS::HTMLElement::OptGroupLabel, DontDelete, 0, -1 }
}

Definition at line 461 of file kjs_html.lut.h.

const char KJS::HTMLOptionElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "defaultSelected\0"
    "disabled\0"
    "selected\0"
    "index\0"
    "label\0"
    "value\0"
    "form\0"
    "text\0"
}

Definition at line 475 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLOptionElementTableEntries[] [static]
 

Initial value:

 {
   { 35, KJS::HTMLElement::OptionIndex, DontDelete|ReadOnly, 0, 8 },
   { 26, KJS::HTMLElement::OptionSelected, DontDelete, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 53, KJS::HTMLElement::OptionForm, DontDelete|ReadOnly, 0, -1 },
   { 58, KJS::HTMLElement::OptionText, DontDelete, 0, 10 },
   { 1, KJS::HTMLElement::OptionDefaultSelected, DontDelete, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 17, KJS::HTMLElement::OptionDisabled, DontDelete, 0, 9 },
   { 41, KJS::HTMLElement::OptionLabel, DontDelete, 0, -1 },
   { 47, KJS::HTMLElement::OptionValue, DontDelete, 0, -1 }
}

Definition at line 488 of file kjs_html.lut.h.

const char KJS::HTMLInputElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "defaultChecked\0"
    "defaultValue\0"
    "accessKey\0"
    "maxLength\0"
    "disabled\0"
    "readOnly\0"
    "tabIndex\0"
    "checked\0"
    "accept\0"
    "select\0"
    "status\0"
    "useMap\0"
    "align\0"
    "click\0"
    "focus\0"
    "value\0"
    "blur\0"
    "form\0"
    "name\0"
    "size\0"
    "type\0"
    "alt\0"
    "src\0"
}

Definition at line 510 of file kjs_html.lut.h.

const char KJS::HTMLTextAreaElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "defaultValue\0"
    "accessKey\0"
    "disabled\0"
    "readOnly\0"
    "tabIndex\0"
    "select\0"
    "focus\0"
    "value\0"
    "blur\0"
    "cols\0"
    "form\0"
    "name\0"
    "rows\0"
    "type\0"
}

Definition at line 582 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLTextAreaElementTableEntries[] [static]
 

Initial value:

 {
   { 14, KJS::HTMLElement::TextAreaAccessKey, DontDelete, 0, -1 },
   { 85, KJS::HTMLElement::TextAreaName, DontDelete, 0, -1 },
   { 1, KJS::HTMLElement::TextAreaDefaultValue, DontDelete, 0, -1 },
   { 51, KJS::HTMLElement::TextAreaSelect, DontDelete|Function, 0, -1 },
   { 75, KJS::HTMLElement::TextAreaCols, DontDelete, 0, 13 },
   { 24, KJS::HTMLElement::TextAreaDisabled, DontDelete, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 80, KJS::HTMLElement::TextAreaForm, DontDelete|ReadOnly, 0, -1 },
   { 95, KJS::HTMLElement::TextAreaType, DontDelete|ReadOnly, 0, 14 },
   { 42, KJS::HTMLElement::TextAreaTabIndex, DontDelete, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 33, KJS::HTMLElement::TextAreaReadOnly, DontDelete, 0, 16 },
   { 0, 0, 0, 0, -1 },
   { 90, KJS::HTMLElement::TextAreaRows, DontDelete, 0, -1 },
   { 64, KJS::HTMLElement::TextAreaValue, DontDelete, 0, 15 },
   { 70, KJS::HTMLElement::TextAreaBlur, DontDelete|Function, 0, -1 },
   { 58, KJS::HTMLElement::TextAreaFocus, DontDelete|Function, 0, -1 }
}

Definition at line 601 of file kjs_html.lut.h.

const char KJS::HTMLButtonElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "accessKey\0"
    "disabled\0"
    "tabIndex\0"
    "value\0"
    "form\0"
    "name\0"
    "type\0"
}

Definition at line 629 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLButtonElementTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 35, KJS::HTMLElement::ButtonForm, DontDelete|ReadOnly, 0, 7 },
   { 20, KJS::HTMLElement::ButtonTabIndex, DontDelete, 0, -1 },
   { 40, KJS::HTMLElement::ButtonName, DontDelete, 0, -1 },
   { 11, KJS::HTMLElement::ButtonDisabled, DontDelete, 0, -1 },
   { 1, KJS::HTMLElement::ButtonAccessKey, DontDelete, 0, -1 },
   { 45, KJS::HTMLElement::ButtonType, DontDelete|ReadOnly, 0, 8 },
   { 29, KJS::HTMLElement::ButtonValue, DontDelete, 0, -1 }
}

Definition at line 641 of file kjs_html.lut.h.

const char KJS::HTMLLabelElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "accessKey\0"
    "htmlFor\0"
    "form\0"
}

Definition at line 661 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLLabelElementTableEntries[] [static]
 

Initial value:

 {
   { 11, KJS::HTMLElement::LabelHtmlFor, DontDelete, 0, -1 },
   { 19, KJS::HTMLElement::LabelForm, DontDelete|ReadOnly, 0, -1 },
   { 1, KJS::HTMLElement::LabelAccessKey, DontDelete, 0, -1 }
}

Definition at line 669 of file kjs_html.lut.h.

const char KJS::HTMLFieldSetElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "form\0"
}

Definition at line 683 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLFieldSetElementTableEntries[] [static]
 

Initial value:

 {
   { 1, KJS::HTMLElement::FieldSetForm, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 689 of file kjs_html.lut.h.

const char KJS::HTMLLegendElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "accessKey\0"
    "align\0"
    "form\0"
}

Definition at line 701 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLLegendElementTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 17, KJS::HTMLElement::LegendForm, DontDelete|ReadOnly, 0, 3 },
   { 1, KJS::HTMLElement::LegendAccessKey, DontDelete, 0, -1 },
   { 11, KJS::HTMLElement::LegendAlign, DontDelete, 0, -1 }
}

Definition at line 709 of file kjs_html.lut.h.

const char KJS::HTMLUListElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "compact\0"
    "type\0"
}

Definition at line 724 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLUListElementTableEntries[] [static]
 

Initial value:

 {
   { 9, KJS::HTMLElement::UListType, DontDelete, 0, -1 },
   { 1, KJS::HTMLElement::UListCompact, DontDelete, 0, -1 }
}

Definition at line 731 of file kjs_html.lut.h.

const char KJS::HTMLOListElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "compact\0"
    "start\0"
    "type\0"
}

Definition at line 744 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLOListElementTableEntries[] [static]
 

Initial value:

 {
   { 9, KJS::HTMLElement::OListStart, DontDelete, 0, 3 },
   { 0, 0, 0, 0, -1 },
   { 1, KJS::HTMLElement::OListCompact, DontDelete, 0, -1 },
   { 15, KJS::HTMLElement::OListType, DontDelete, 0, -1 }
}

Definition at line 752 of file kjs_html.lut.h.

const char KJS::HTMLDListElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "compact\0"
}

Definition at line 767 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLDListElementTableEntries[] [static]
 

Initial value:

 {
   { 1, KJS::HTMLElement::DListCompact, DontDelete, 0, -1 }
}

Definition at line 773 of file kjs_html.lut.h.

const char KJS::HTMLDirectoryElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "compact\0"
}

Definition at line 785 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLDirectoryElementTableEntries[] [static]
 

Initial value:

 {
   { 1, KJS::HTMLElement::DirectoryCompact, DontDelete, 0, -1 }
}

Definition at line 791 of file kjs_html.lut.h.

const char KJS::HTMLMenuElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "compact\0"
}

Definition at line 803 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLMenuElementTableEntries[] [static]
 

Initial value:

 {
   { 1, KJS::HTMLElement::MenuCompact, DontDelete, 0, -1 }
}

Definition at line 809 of file kjs_html.lut.h.

const char KJS::HTMLLIElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "value\0"
    "type\0"
}

Definition at line 821 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLLIElementTableEntries[] [static]
 

Initial value:

 {
   { 7, KJS::HTMLElement::LIType, DontDelete, 0, -1 },
   { 1, KJS::HTMLElement::LIValue, DontDelete, 0, -1 }
}

Definition at line 828 of file kjs_html.lut.h.

const char KJS::HTMLDivElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "align\0"
}

Definition at line 841 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLDivElementTableEntries[] [static]
 

Initial value:

 {
   { 1, KJS::HTMLElement::DivAlign, DontDelete, 0, -1 }
}

Definition at line 847 of file kjs_html.lut.h.

const char KJS::HTMLParagraphElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "align\0"
}

Definition at line 859 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLParagraphElementTableEntries[] [static]
 

Initial value:

 {
   { 1, KJS::HTMLElement::ParagraphAlign, DontDelete, 0, -1 }
}

Definition at line 865 of file kjs_html.lut.h.

const char KJS::HTMLHeadingElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "align\0"
}

Definition at line 877 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLHeadingElementTableEntries[] [static]
 

Initial value:

 {
   { 1, KJS::HTMLElement::HeadingAlign, DontDelete, 0, -1 }
}

Definition at line 883 of file kjs_html.lut.h.

const char KJS::HTMLBlockQuoteElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "cite\0"
}

Definition at line 895 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLBlockQuoteElementTableEntries[] [static]
 

Initial value:

 {
   { 1, KJS::HTMLElement::BlockQuoteCite, DontDelete, 0, -1 }
}

Definition at line 901 of file kjs_html.lut.h.

const char KJS::HTMLQuoteElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "cite\0"
}

Definition at line 913 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLQuoteElementTableEntries[] [static]
 

Initial value:

 {
   { 1, KJS::HTMLElement::QuoteCite, DontDelete, 0, -1 }
}

Definition at line 919 of file kjs_html.lut.h.

const char KJS::HTMLPreElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "width\0"
}

Definition at line 931 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLPreElementTableEntries[] [static]
 

Initial value:

 {
   { 1, KJS::HTMLElement::PreWidth, DontDelete, 0, -1 }
}

Definition at line 937 of file kjs_html.lut.h.

const char KJS::HTMLBRElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "clear\0"
}

Definition at line 949 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLBRElementTableEntries[] [static]
 

Initial value:

 {
   { 1, KJS::HTMLElement::BRClear, DontDelete, 0, -1 }
}

Definition at line 955 of file kjs_html.lut.h.

const char KJS::HTMLBaseFontElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "color\0"
    "face\0"
    "size\0"
}

Definition at line 967 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLBaseFontElementTableEntries[] [static]
 

Initial value:

 {
   { 1, KJS::HTMLElement::BaseFontColor, DontDelete, 0, 3 },
   { 0, 0, 0, 0, -1 },
   { 12, KJS::HTMLElement::BaseFontSize, DontDelete, 0, -1 },
   { 7, KJS::HTMLElement::BaseFontFace, DontDelete, 0, -1 }
}

Definition at line 975 of file kjs_html.lut.h.

const char KJS::HTMLFontElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "color\0"
    "face\0"
    "size\0"
}

Definition at line 990 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLFontElementTableEntries[] [static]
 

Initial value:

 {
   { 1, KJS::HTMLElement::FontColor, DontDelete, 0, 3 },
   { 0, 0, 0, 0, -1 },
   { 12, KJS::HTMLElement::FontSize, DontDelete, 0, -1 },
   { 7, KJS::HTMLElement::FontFace, DontDelete, 0, -1 }
}

Definition at line 998 of file kjs_html.lut.h.

const char KJS::HTMLHRElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "noShade\0"
    "align\0"
    "width\0"
    "size\0"
}

Definition at line 1013 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLHRElementTableEntries[] [static]
 

Initial value:

 {
   { 15, KJS::HTMLElement::HRWidth, DontDelete, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 1, KJS::HTMLElement::HRNoShade, DontDelete, 0, -1 },
   { 9, KJS::HTMLElement::HRAlign, DontDelete, 0, 4 },
   { 21, KJS::HTMLElement::HRSize, DontDelete, 0, -1 }
}

Definition at line 1022 of file kjs_html.lut.h.

const char KJS::HTMLModElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "dateTime\0"
    "cite\0"
}

Definition at line 1038 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLModElementTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 10, KJS::HTMLElement::ModCite, DontDelete, 0, 2 },
   { 1, KJS::HTMLElement::ModDateTime, DontDelete, 0, -1 }
}

Definition at line 1045 of file kjs_html.lut.h.

const char KJS::HTMLAnchorElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "accessKey\0"
    "hostname\0"
    "hreflang\0"
    "pathname\0"
    "protocol\0"
    "tabIndex\0"
    "charset\0"
    "coords\0"
    "search\0"
    "target\0"
    "focus\0"
    "shape\0"
    "blur\0"
    "hash\0"
    "host\0"
    "href\0"
    "port\0"
    "text\0"
    "type\0"
    "rel\0"
    "rev\0"
}

Definition at line 1059 of file kjs_html.lut.h.

const char KJS::HTMLImageElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "complete\0"
    "longDesc\0"
    "border\0"
    "height\0"
    "hspace\0"
    "useMap\0"
    "vspace\0"
    "align\0"
    "isMap\0"
    "width\0"
    "name\0"
    "alt\0"
    "src\0"
    "x\0"
    "y\0"
}

Definition at line 1127 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLImageElementTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 60, KJS::HTMLElement::ImageIsMap, DontDelete, 0, -1 },
   { 1, KJS::HTMLElement::ImageComplete, DontDelete|ReadOnly, 0, 14 },
   { 0, 0, 0, 0, -1 },
   { 54, KJS::HTMLElement::ImageAlign, DontDelete, 0, -1 },
   { 81, KJS::HTMLElement::ImageSrc, DontDelete, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 19, KJS::HTMLElement::ImageBorder, DontDelete, 0, 19 },
   { 87, KJS::HTMLElement::ImageY, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 72, KJS::HTMLElement::ImageName, DontDelete, 0, -1 },
   { 33, KJS::HTMLElement::ImageHspace, DontDelete, 0, 17 },
   { 77, KJS::HTMLElement::ImageAlt, DontDelete, 0, -1 },
   { 26, KJS::HTMLElement::ImageHeight, DontDelete, 0, 15 },
   { 10, KJS::HTMLElement::ImageLongDesc, DontDelete, 0, 16 },
   { 40, KJS::HTMLElement::ImageUseMap, DontDelete, 0, -1 },
   { 47, KJS::HTMLElement::ImageVspace, DontDelete, 0, 18 },
   { 66, KJS::HTMLElement::ImageWidth, DontDelete, 0, -1 },
   { 85, KJS::HTMLElement::ImageX, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 1147 of file kjs_html.lut.h.

const char KJS::HTMLObjectElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "contentDocument\0"
    "codeBase\0"
    "codeType\0"
    "tabIndex\0"
    "archive\0"
    "declare\0"
    "standby\0"
    "border\0"
    "height\0"
    "hspace\0"
    "useMap\0"
    "vspace\0"
    "align\0"
    "width\0"
    "code\0"
    "data\0"
    "form\0"
    "name\0"
    "type\0"
}

Definition at line 1178 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLObjectElementTableEntries[] [static]
 

Initial value:

 {
   { 52, KJS::HTMLElement::ObjectDeclare, DontDelete, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 96, KJS::HTMLElement::ObjectVspace, DontDelete, 0, -1 },
   { 103, KJS::HTMLElement::ObjectAlign, DontDelete, 0, -1 },
   { 109, KJS::HTMLElement::ObjectWidth, DontDelete, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 82, KJS::HTMLElement::ObjectHspace, DontDelete, 0, -1 },
   { 26, KJS::HTMLElement::ObjectCodeType, DontDelete, 0, -1 },
   { 17, KJS::HTMLElement::ObjectCodeBase, DontDelete, 0, 21 },
   { 115, KJS::HTMLElement::ObjectCode, DontDelete, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 75, KJS::HTMLElement::ObjectHeight, DontDelete, 0, -1 },
   { 1, KJS::HTMLElement::ObjectContentDocument, DontDelete|ReadOnly, 0, -1 },
   { 35, KJS::HTMLElement::ObjectTabIndex, DontDelete, 0, -1 },
   { 125, KJS::HTMLElement::ObjectForm, DontDelete|ReadOnly, 0, -1 },
   { 130, KJS::HTMLElement::ObjectName, DontDelete, 0, 22 },
   { 44, KJS::HTMLElement::ObjectArchive, DontDelete, 0, 20 },
   { 89, KJS::HTMLElement::ObjectUseMap, DontDelete, 0, -1 },
   { 68, KJS::HTMLElement::ObjectBorder, DontDelete, 0, -1 },
   { 120, KJS::HTMLElement::ObjectData, DontDelete, 0, 23 },
   { 60, KJS::HTMLElement::ObjectStandby, DontDelete, 0, -1 },
   { 135, KJS::HTMLElement::ObjectType, DontDelete, 0, -1 }
}

Definition at line 1202 of file kjs_html.lut.h.

const char KJS::HTMLParamElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "valueType\0"
    "value\0"
    "name\0"
    "type\0"
}

Definition at line 1237 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLParamElementTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 17, KJS::HTMLElement::ParamName, DontDelete, 0, 4 },
   { 22, KJS::HTMLElement::ParamType, DontDelete, 0, -1 },
   { 1, KJS::HTMLElement::ParamValueType, DontDelete, 0, -1 },
   { 11, KJS::HTMLElement::ParamValue, DontDelete, 0, -1 }
}

Definition at line 1246 of file kjs_html.lut.h.

const char KJS::HTMLAppletElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "codeBase\0"
    "archive\0"
    "height\0"
    "hspace\0"
    "object\0"
    "vspace\0"
    "align\0"
    "width\0"
    "code\0"
    "name\0"
    "alt\0"
}

Definition at line 1262 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLAppletElementTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 10, KJS::HTMLElement::AppletArchive, DontDelete, 0, 12 },
   { 68, KJS::HTMLElement::AppletAlt, DontDelete, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 58, KJS::HTMLElement::AppletCode, DontDelete, 0, 13 },
   { 52, KJS::HTMLElement::AppletWidth, DontDelete, 0, -1 },
   { 46, KJS::HTMLElement::AppletAlign, DontDelete, 0, 11 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 1, KJS::HTMLElement::AppletCodeBase, DontDelete, 0, -1 },
   { 63, KJS::HTMLElement::AppletName, DontDelete, 0, -1 },
   { 18, KJS::HTMLElement::AppletHeight, DontDelete, 0, -1 },
   { 25, KJS::HTMLElement::AppletHspace, DontDelete, 0, -1 },
   { 32, KJS::HTMLElement::AppletObject, DontDelete, 0, 14 },
   { 39, KJS::HTMLElement::AppletVspace, DontDelete, 0, -1 }
}

Definition at line 1278 of file kjs_html.lut.h.

const char KJS::HTMLMapElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "areas\0"
    "name\0"
}

Definition at line 1304 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLMapElementTableEntries[] [static]
 

Initial value:

 {
   { 1, KJS::HTMLElement::MapAreas, DontDelete|ReadOnly, 0, -1 },
   { 7, KJS::HTMLElement::MapName, DontDelete, 0, -1 }
}

Definition at line 1311 of file kjs_html.lut.h.

const char KJS::HTMLAreaElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "accessKey\0"
    "hostname\0"
    "pathname\0"
    "protocol\0"
    "tabIndex\0"
    "coords\0"
    "noHref\0"
    "search\0"
    "target\0"
    "shape\0"
    "hash\0"
    "host\0"
    "href\0"
    "port\0"
    "alt\0"
}

Definition at line 1324 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLAreaElementTableEntries[] [static]
 

Initial value:

 {
   { 81, KJS::HTMLElement::AreaHash, DontDelete|ReadOnly, 0, 17 },
   { 91, KJS::HTMLElement::AreaHref, DontDelete, 0, -1 },
   { 68, KJS::HTMLElement::AreaTarget, DontDelete, 0, -1 },
   { 96, KJS::HTMLElement::AreaPort, DontDelete|ReadOnly, 0, -1 },
   { 75, KJS::HTMLElement::AreaShape, DontDelete, 0, -1 },
   { 47, KJS::HTMLElement::AreaCoords, DontDelete, 0, 18 },
   { 101, KJS::HTMLElement::AreaAlt, DontDelete, 0, 16 },
   { 0, 0, 0, 0, -1 },
   { 1, KJS::HTMLElement::AreaAccessKey, DontDelete, 0, 15 },
   { 0, 0, 0, 0, -1 },
   { 54, KJS::HTMLElement::AreaNoHref, DontDelete, 0, -1 },
   { 86, KJS::HTMLElement::AreaHost, DontDelete|ReadOnly, 0, -1 },
   { 29, KJS::HTMLElement::AreaProtocol, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 11, KJS::HTMLElement::AreaHostName, DontDelete|ReadOnly, 0, -1 },
   { 20, KJS::HTMLElement::AreaPathName, DontDelete|ReadOnly, 0, -1 },
   { 61, KJS::HTMLElement::AreaSearch, DontDelete|ReadOnly, 0, -1 },
   { 38, KJS::HTMLElement::AreaTabIndex, DontDelete, 0, -1 }
}

Definition at line 1344 of file kjs_html.lut.h.

const char KJS::HTMLScriptElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "charset\0"
    "htmlFor\0"
    "defer\0"
    "event\0"
    "text\0"
    "type\0"
    "src\0"
}

Definition at line 1374 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLScriptElementTableEntries[] [static]
 

Initial value:

 {
   { 23, KJS::HTMLElement::ScriptEvent, DontDelete, 0, 8 },
   { 0, 0, 0, 0, -1 },
   { 34, KJS::HTMLElement::ScriptType, DontDelete, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 9, KJS::HTMLElement::ScriptHtmlFor, DontDelete, 0, 7 },
   { 29, KJS::HTMLElement::ScriptText, DontDelete, 0, -1 },
   { 39, KJS::HTMLElement::ScriptSrc, DontDelete, 0, -1 },
   { 1, KJS::HTMLElement::ScriptCharset, DontDelete, 0, -1 },
   { 17, KJS::HTMLElement::ScriptDefer, DontDelete, 0, -1 }
}

Definition at line 1386 of file kjs_html.lut.h.

const char KJS::HTMLTableElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "createCaption\0"
    "deleteCaption\0"
    "cellPadding\0"
    "cellSpacing\0"
    "createTFoot\0"
    "createTHead\0"
    "deleteTFoot\0"
    "deleteTHead\0"
    "deleteRow\0"
    "insertRow\0"
    "bgColor\0"
    "caption\0"
    "summary\0"
    "tBodies\0"
    "border\0"
    "align\0"
    "frame\0"
    "rules\0"
    "tFoot\0"
    "tHead\0"
    "width\0"
    "rows\0"
}

Definition at line 1406 of file kjs_html.lut.h.

const char KJS::HTMLTableCaptionElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "align\0"
}

Definition at line 1475 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLTableCaptionElementTableEntries[] [static]
 

Initial value:

 {
   { 1, KJS::HTMLElement::TableCaptionAlign, DontDelete, 0, -1 }
}

Definition at line 1481 of file kjs_html.lut.h.

const char KJS::HTMLTableColElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "vAlign\0"
    "align\0"
    "chOff\0"
    "width\0"
    "span\0"
    "ch\0"
}

Definition at line 1493 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLTableColElementTableEntries[] [static]
 

Initial value:

 {
   { 31, KJS::HTMLElement::TableColCh, DontDelete, 0, 7 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 14, KJS::HTMLElement::TableColChOff, DontDelete, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 8, KJS::HTMLElement::TableColAlign, DontDelete, 0, 9 },
   { 0, 0, 0, 0, -1 },
   { 26, KJS::HTMLElement::TableColSpan, DontDelete, 0, 8 },
   { 1, KJS::HTMLElement::TableColVAlign, DontDelete, 0, -1 },
   { 20, KJS::HTMLElement::TableColWidth, DontDelete, 0, -1 }
}

Definition at line 1504 of file kjs_html.lut.h.

const char KJS::HTMLTableSectionElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "deleteRow\0"
    "insertRow\0"
    "vAlign\0"
    "align\0"
    "chOff\0"
    "rows\0"
    "ch\0"
}

Definition at line 1525 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLTableSectionElementTableEntries[] [static]
 

Initial value:

 {
   { 45, KJS::HTMLElement::TableSectionCh, DontDelete, 0, 7 },
   { 1, KJS::HTMLElement::TableSectionDeleteRow, DontDelete|Function, 1, -1 },
   { 0, 0, 0, 0, -1 },
   { 34, KJS::HTMLElement::TableSectionChOff, DontDelete, 0, -1 },
   { 40, KJS::HTMLElement::TableSectionRows, DontDelete|ReadOnly, 0, -1 },
   { 28, KJS::HTMLElement::TableSectionAlign, DontDelete, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 21, KJS::HTMLElement::TableSectionVAlign, DontDelete, 0, 8 },
   { 11, KJS::HTMLElement::TableSectionInsertRow, DontDelete|Function, 1, -1 }
}

Definition at line 1537 of file kjs_html.lut.h.

const char KJS::HTMLTableRowElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "sectionRowIndex\0"
    "deleteCell\0"
    "insertCell\0"
    "rowIndex\0"
    "bgColor\0"
    "vAlign\0"
    "align\0"
    "cells\0"
    "chOff\0"
    "ch\0"
}

Definition at line 1557 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLTableRowElementTableEntries[] [static]
 

Initial value:

 {
   { 1, KJS::HTMLElement::TableRowSectionRowIndex, DontDelete|ReadOnly, 0, 11 },
   { 39, KJS::HTMLElement::TableRowRowIndex, DontDelete|ReadOnly, 0, -1 },
   { 75, KJS::HTMLElement::TableRowChOff, DontDelete, 0, -1 },
   { 69, KJS::HTMLElement::TableRowCells, DontDelete|ReadOnly, 0, -1 },
   { 56, KJS::HTMLElement::TableRowVAlign, DontDelete, 0, -1 },
   { 81, KJS::HTMLElement::TableRowCh, DontDelete, 0, -1 },
   { 63, KJS::HTMLElement::TableRowAlign, DontDelete, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 48, KJS::HTMLElement::TableRowBgColor, DontDelete, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 17, KJS::HTMLElement::TableRowDeleteCell, DontDelete|Function, 1, -1 },
   { 28, KJS::HTMLElement::TableRowInsertCell, DontDelete|Function, 1, -1 }
}

Definition at line 1572 of file kjs_html.lut.h.

const char KJS::HTMLTableCellElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "cellIndex\0"
    "bgColor\0"
    "colSpan\0"
    "headers\0"
    "rowSpan\0"
    "height\0"
    "noWrap\0"
    "vAlign\0"
    "align\0"
    "chOff\0"
    "scope\0"
    "width\0"
    "abbr\0"
    "axis\0"
    "ch\0"
}

Definition at line 1595 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLTableCellElementTableEntries[] [static]
 

Initial value:

 {
   { 19, KJS::HTMLElement::TableCellColSpan, DontDelete, 0, -1 },
   { 50, KJS::HTMLElement::TableCellNoWrap, DontDelete, 0, -1 },
   { 88, KJS::HTMLElement::TableCellAbbr, DontDelete, 0, 15 },
   { 43, KJS::HTMLElement::TableCellHeight, DontDelete, 0, -1 },
   { 82, KJS::HTMLElement::TableCellWidth, DontDelete, 0, -1 },
   { 1, KJS::HTMLElement::TableCellCellIndex, DontDelete|ReadOnly, 0, -1 },
   { 70, KJS::HTMLElement::TableCellChOff, DontDelete, 0, -1 },
   { 11, KJS::HTMLElement::TableCellBgColor, DontDelete, 0, -1 },
   { 98, KJS::HTMLElement::TableCellCh, DontDelete, 0, -1 },
   { 57, KJS::HTMLElement::TableCellVAlign, DontDelete, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 35, KJS::HTMLElement::TableCellRowSpan, DontDelete, 0, -1 },
   { 27, KJS::HTMLElement::TableCellHeaders, DontDelete, 0, -1 },
   { 64, KJS::HTMLElement::TableCellAlign, DontDelete, 0, 16 },
   { 0, 0, 0, 0, -1 },
   { 93, KJS::HTMLElement::TableCellAxis, DontDelete, 0, -1 },
   { 76, KJS::HTMLElement::TableCellScope, DontDelete, 0, -1 }
}

Definition at line 1615 of file kjs_html.lut.h.

const char KJS::HTMLFrameSetElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "cols\0"
    "rows\0"
}

Definition at line 1643 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLFrameSetElementTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 1, KJS::HTMLElement::FrameSetCols, DontDelete, 0, 2 },
   { 6, KJS::HTMLElement::FrameSetRows, DontDelete, 0, -1 }
}

Definition at line 1650 of file kjs_html.lut.h.

const char KJS::HTMLLayerElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "visibility\0"
    "document\0"
    "bgColor\0"
    "layers\0"
    "clip\0"
    "left\0"
    "top\0"
}

Definition at line 1664 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLLayerElementTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 41, KJS::HTMLElement::LayerLeft, DontDelete, 0, -1 },
   { 29, KJS::HTMLElement::LayerLayers, DontDelete|ReadOnly, 0, -1 },
   { 46, KJS::HTMLElement::LayerTop, DontDelete, 0, -1 },
   { 1, KJS::HTMLElement::LayerVisibility, DontDelete, 0, 6 },
   { 12, KJS::HTMLElement::LayerDocument, DontDelete|ReadOnly, 0, -1 },
   { 21, KJS::HTMLElement::LayerBgColor, DontDelete, 0, 7 },
   { 36, KJS::HTMLElement::LayerClip, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 1676 of file kjs_html.lut.h.

const char KJS::HTMLFrameElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "contentDocument\0"
    "marginHeight\0"
    "frameBorder\0"
    "marginWidth\0"
    "scrolling\0"
    "location\0"
    "longDesc\0"
    "noResize\0"
    "name\0"
    "src\0"
}

Definition at line 1695 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLFrameElementTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 1, KJS::HTMLElement::FrameContentDocument, DontDelete|ReadOnly, 0, 9 },
   { 64, KJS::HTMLElement::FrameLocation, DontDelete, 0, -1 },
   { 91, KJS::HTMLElement::FrameName, DontDelete, 0, -1 },
   { 30, KJS::HTMLElement::FrameFrameBorder, DontDelete, 0, 11 },
   { 73, KJS::HTMLElement::FrameLongDesc, DontDelete, 0, -1 },
   { 17, KJS::HTMLElement::FrameMarginHeight, DontDelete, 0, -1 },
   { 42, KJS::HTMLElement::FrameMarginWidth, DontDelete, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 82, KJS::HTMLElement::FrameNoResize, DontDelete, 0, 10 },
   { 54, KJS::HTMLElement::FrameScrolling, DontDelete, 0, -1 },
   { 96, KJS::HTMLElement::FrameSrc, DontDelete, 0, -1 }
}

Definition at line 1710 of file kjs_html.lut.h.

const char KJS::HTMLIFrameElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "contentDocument\0"
    "marginHeight\0"
    "frameBorder\0"
    "marginWidth\0"
    "scrolling\0"
    "longDesc\0"
    "height\0"
    "align\0"
    "width\0"
    "name\0"
    "src\0"
}

Definition at line 1733 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLIFrameElementTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 30, KJS::HTMLElement::IFrameFrameBorder, DontDelete, 0, 14 },
   { 0, 0, 0, 0, -1 },
   { 17, KJS::HTMLElement::IFrameMarginHeight, DontDelete, 0, -1 },
   { 97, KJS::HTMLElement::IFrameSrc, DontDelete, 0, 15 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 80, KJS::HTMLElement::IFrameAlign, DontDelete, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 73, KJS::HTMLElement::IFrameHeight, DontDelete, 0, 13 },
   { 1, KJS::HTMLElement::IFrameContentDocument, DontDelete|ReadOnly, 0, 12 },
   { 64, KJS::HTMLElement::IFrameLongDesc, DontDelete, 0, -1 },
   { 42, KJS::HTMLElement::IFrameMarginWidth, DontDelete, 0, -1 },
   { 92, KJS::HTMLElement::IFrameName, DontDelete, 0, -1 },
   { 54, KJS::HTMLElement::IFrameScrolling, DontDelete, 0, -1 },
   { 86, KJS::HTMLElement::IFrameWidth, DontDelete, 0, -1 }
}

Definition at line 1749 of file kjs_html.lut.h.

const char KJS::HTMLMarqueeElementTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "start\0"
    "stop\0"
}

Definition at line 1776 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLMarqueeElementTableEntries[] [static]
 

Initial value:

 {
   { 1, KJS::HTMLElement::MarqueeStart, DontDelete|Function, 0, 2 },
   { 0, 0, 0, 0, -1 },
   { 7, KJS::HTMLElement::MarqueeStop, DontDelete|Function, 0, -1 }
}

Definition at line 1783 of file kjs_html.lut.h.

const char KJS::HTMLCollectionProtoTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "namedItem\0"
    "item\0"
    "tags\0"
}

Definition at line 1797 of file kjs_html.lut.h.

const struct HashEntry KJS::HTMLCollectionProtoTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 1, HTMLCollection::NamedItem, DontDelete|Function, 1, -1 },
   { 11, HTMLCollection::Item, DontDelete|Function, 1, 3 },
   { 16, HTMLCollection::Tags, DontDelete|Function, 1, -1 }
}

Definition at line 1805 of file kjs_html.lut.h.

const char KJS::ImageTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "complete\0"
    "height\0"
    "onload\0"
    "width\0"
    "src\0"
}

Definition at line 1820 of file kjs_html.lut.h.

const struct HashEntry KJS::ImageTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 1, Image::Complete, DontDelete|ReadOnly, 0, 6 },
   { 30, Image::Src, DontDelete, 0, 5 },
   { 24, Image::Width, DontDelete|ReadOnly, 0, -1 },
   { 10, Image::Height, DontDelete|ReadOnly, 0, -1 },
   { 17, Image::OnLoad, DontDelete, 0, -1 }
}

Definition at line 1830 of file kjs_html.lut.h.

const char KJS::MozillaSidebarExtensionTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "addPanel\0"
}

Definition at line 7 of file kjs_mozilla.lut.h.

const struct HashEntry KJS::MozillaSidebarExtensionTableEntries[] [static]
 

Initial value:

 {
   { 1, MozillaSidebarExtension::addPanel, DontDelete|Function, 0, -1 }
}

Definition at line 13 of file kjs_mozilla.lut.h.

const char KJS::NavigatorTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "browserLanguage\0"
    "cookieEnabled\0"
    "userLanguage\0"
    "appCodeName\0"
    "javaEnabled\0"
    "appVersion\0"
    "productSub\0"
    "mimeTypes\0"
    "userAgent\0"
    "cpuClass\0"
    "language\0"
    "platform\0"
    "appName\0"
    "plugins\0"
    "product\0"
    "vendor\0"
}

Definition at line 7 of file kjs_navigator.lut.h.

const struct HashEntry KJS::NavigatorTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 153, Navigator::Product, DontDelete|ReadOnly, 0, -1 },
   { 110, Navigator::CpuClass, DontDelete|ReadOnly, 0, 13 },
   { 31, Navigator::UserLanguage, DontDelete|ReadOnly, 0, -1 },
   { 1, Navigator::BrowserLanguage, DontDelete|ReadOnly, 0, -1 },
   { 44, Navigator::AppCodeName, DontDelete|ReadOnly, 0, 12 },
   { 100, Navigator::UserAgent, DontDelete|ReadOnly, 0, 14 },
   { 68, Navigator::AppVersion, DontDelete|ReadOnly, 0, -1 },
   { 119, Navigator::Language, DontDelete|ReadOnly, 0, -1 },
   { 90, Navigator::_MimeTypes, DontDelete|ReadOnly, 0, 15 },
   { 137, Navigator::AppName, DontDelete|ReadOnly, 0, -1 },
   { 79, Navigator::ProductSub, DontDelete|ReadOnly, 0, -1 },
   { 128, Navigator::Platform, DontDelete|ReadOnly, 0, -1 },
   { 145, Navigator::_Plugins, DontDelete|ReadOnly, 0, -1 },
   { 161, Navigator::Vendor, DontDelete|ReadOnly, 0, -1 },
   { 17, Navigator::CookieEnabled, DontDelete|ReadOnly, 0, 16 },
   { 56, Navigator::JavaEnabled, DontDelete|Function, 0, -1 }
}

Definition at line 28 of file kjs_navigator.lut.h.

const char KJS::PluginsTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "namedItem\0"
    "refresh\0"
    "length\0"
    "item\0"
}

Definition at line 56 of file kjs_navigator.lut.h.

const struct HashEntry KJS::PluginsTableEntries[] [static]
 

Initial value:

 {
   { 1, Plugins_NamedItem, DontDelete|Function, 1, -1 },
   { 0, 0, 0, 0, -1 },
   { 19, Plugins_Length, DontDelete|ReadOnly, 0, -1 },
   { 11, Plugins_Refresh, DontDelete|Function, 0, 4 },
   { 26, Plugins_Item, DontDelete|Function, 1, -1 }
}

Definition at line 65 of file kjs_navigator.lut.h.

const char KJS::MimeTypesTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "namedItem\0"
    "length\0"
    "item\0"
}

Definition at line 81 of file kjs_navigator.lut.h.

const struct HashEntry KJS::MimeTypesTableEntries[] [static]
 

Initial value:

 {
   { 11, MimeTypes_Length, DontDelete|ReadOnly, 0, -1 },
   { 1, MimeTypes_NamedItem, DontDelete|Function, 1, -1 },
   { 18, MimeTypes_Item, DontDelete|Function, 1, -1 }
}

Definition at line 89 of file kjs_navigator.lut.h.

const char KJS::PluginTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "description\0"
    "namedItem\0"
    "filename\0"
    "length\0"
    "item\0"
}

Definition at line 103 of file kjs_navigator.lut.h.

const struct HashEntry KJS::PluginTableEntries[] [static]
 

Initial value:

 {
   { 23, Plugin_FileName, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 27, Plugin_Name, DontDelete|ReadOnly, 0, 8 },
   { 1, Plugin_Description, DontDelete|ReadOnly, 0, 7 },
   { 13, Plugin_NamedItem, DontDelete|Function, 1, -1 },
   { 32, Plugin_Length, DontDelete|ReadOnly, 0, -1 },
   { 39, Plugin_Item, DontDelete|Function, 1, -1 }
}

Definition at line 113 of file kjs_navigator.lut.h.

const char KJS::MimeTypeTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "enabledPlugin\0"
    "description\0"
    "suffixes\0"
    "type\0"
}

Definition at line 133 of file kjs_navigator.lut.h.

const struct HashEntry KJS::MimeTypeTableEntries[] [static]
 

Initial value:

 {
   { 15, MimeType_Description, DontDelete|ReadOnly, 0, -1 },
   { 27, MimeType_Suffixes, DontDelete|ReadOnly, 0, -1 },
   { 1, MimeType_EnabledPlugin, DontDelete|ReadOnly, 0, 4 },
   { 0, 0, 0, 0, -1 },
   { 36, MimeType_Type, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 142 of file kjs_navigator.lut.h.

const char KJS::DOMRangeTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "commonAncestorContainer\0"
    "startContainer\0"
    "endContainer\0"
    "startOffset\0"
    "collapsed\0"
    "endOffset\0"
}

Definition at line 7 of file kjs_range.lut.h.

const struct HashEntry KJS::DOMRangeTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 75, DOMRange::EndOffset, DontDelete|ReadOnly, 0, -1 },
   { 40, DOMRange::EndContainer, DontDelete|ReadOnly, 0, 7 },
   { 53, DOMRange::StartOffset, DontDelete|ReadOnly, 0, -1 },
   { 25, DOMRange::StartContainer, DontDelete|ReadOnly, 0, -1 },
   { 65, DOMRange::Collapsed, DontDelete|ReadOnly, 0, -1 },
   { 1, DOMRange::CommonAncestorContainer, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 18 of file kjs_range.lut.h.

const char KJS::DOMRangeProtoTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "createContextualFragment\0"
    "compareBoundaryPoints\0"
    "selectNodeContents\0"
    "surroundContents\0"
    "extractContents\0"
    "deleteContents\0"
    "setStartBefore\0"
    "cloneContents\0"
    "setStartAfter\0"
    "setEndBefore\0"
    "setEndAfter\0"
    "cloneRange\0"
    "insertNode\0"
    "selectNode\0"
    "collapse\0"
    "setStart\0"
    "toString\0"
    "detach\0"
    "setEnd\0"
}

Definition at line 37 of file kjs_range.lut.h.

const struct HashEntry KJS::DOMRangeProtoTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 216, DOMRange::Collapse, DontDelete|Function, 1, -1 },
   { 183, DOMRange::CloneRange, DontDelete|Function, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 171, DOMRange::SetEndAfter, DontDelete|Function, 1, -1 },
   { 243, DOMRange::Detach, DontDelete|Function, 0, -1 },
   { 48, DOMRange::SelectNodeContents, DontDelete|Function, 1, 19 },
   { 0, 0, 0, 0, -1 },
   { 225, DOMRange::SetStart, DontDelete|Function, 2, 17 },
   { 0, 0, 0, 0, -1 },
   { 205, DOMRange::SelectNode, DontDelete|Function, 1, 21 },
   { 100, DOMRange::DeleteContents, DontDelete|Function, 0, 20 },
   { 1, DOMRange::CreateContextualFragment, DontDelete|Function, 1, -1 },
   { 144, DOMRange::SetStartAfter, DontDelete|Function, 1, -1 },
   { 194, DOMRange::InsertNode, DontDelete|Function, 1, -1 },
   { 130, DOMRange::CloneContents, DontDelete|Function, 0, -1 },
   { 250, DOMRange::SetEnd, DontDelete|Function, 2, 18 },
   { 115, DOMRange::SetStartBefore, DontDelete|Function, 1, 22 },
   { 158, DOMRange::SetEndBefore, DontDelete|Function, 1, -1 },
   { 26, DOMRange::CompareBoundaryPoints, DontDelete|Function, 2, -1 },
   { 84, DOMRange::ExtractContents, DontDelete|Function, 0, -1 },
   { 67, DOMRange::SurroundContents, DontDelete|Function, 1, -1 },
   { 234, DOMRange::ToString, DontDelete|Function, 0, -1 }
}

Definition at line 61 of file kjs_range.lut.h.

const char KJS::RangeConstructorTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "START_TO_START\0"
    "END_TO_START\0"
    "START_TO_END\0"
    "END_TO_END\0"
}

Definition at line 95 of file kjs_range.lut.h.

const struct HashEntry KJS::RangeConstructorTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 29, DOM::Range::START_TO_END, DontDelete|ReadOnly, 0, 5 },
   { 0, 0, 0, 0, -1 },
   { 42, DOM::Range::END_TO_END, DontDelete|ReadOnly, 0, -1 },
   { 1, DOM::Range::START_TO_START, DontDelete|ReadOnly, 0, -1 },
   { 16, DOM::Range::END_TO_START, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 104 of file kjs_range.lut.h.

const char KJS::DOMNodeIteratorTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "expandEntityReferences\0"
    "whatToShow\0"
    "filter\0"
    "root\0"
}

Definition at line 7 of file kjs_traversal.lut.h.

const struct HashEntry KJS::DOMNodeIteratorTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 35, DOMNodeIterator::Filter, DontDelete|ReadOnly, 0, -1 },
   { 42, DOMNodeIterator::Root, DontDelete|ReadOnly, 0, -1 },
   { 24, DOMNodeIterator::WhatToShow, DontDelete|ReadOnly, 0, 5 },
   { 0, 0, 0, 0, -1 },
   { 1, DOMNodeIterator::ExpandEntityReferences, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 16 of file kjs_traversal.lut.h.

const char KJS::DOMNodeIteratorProtoTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "previousNode\0"
    "nextNode\0"
    "detach\0"
}

Definition at line 33 of file kjs_traversal.lut.h.

const struct HashEntry KJS::DOMNodeIteratorProtoTableEntries[] [static]
 

Initial value:

 {
   { 14, DOMNodeIterator::NextNode, DontDelete|Function, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 1, DOMNodeIterator::PreviousNode, DontDelete|Function, 0, 3 },
   { 23, DOMNodeIterator::Detach, DontDelete|Function, 0, -1 }
}

Definition at line 41 of file kjs_traversal.lut.h.

const char KJS::NodeFilterConstructorTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "SHOW_PROCESSING_INSTRUCTION\0"
    "SHOW_DOCUMENT_FRAGMENT\0"
    "SHOW_ENTITY_REFERENCE\0"
    "SHOW_CDATA_SECTION\0"
    "SHOW_DOCUMENT_TYPE\0"
    "SHOW_ATTRIBUTE\0"
    "FILTER_ACCEPT\0"
    "FILTER_REJECT\0"
    "SHOW_DOCUMENT\0"
    "SHOW_NOTATION\0"
    "SHOW_COMMENT\0"
    "SHOW_ELEMENT\0"
    "FILTER_SKIP\0"
    "SHOW_ENTITY\0"
    "SHOW_TEXT\0"
    "SHOW_ALL\0"
}

Definition at line 56 of file kjs_traversal.lut.h.

const struct HashEntry KJS::NodeFilterConstructorTableEntries[] [static]
 

Initial value:

 {
   { 1, DOM::NodeFilter::SHOW_PROCESSING_INSTRUCTION, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 196, DOM::NodeFilter::SHOW_ELEMENT, DontDelete|ReadOnly, 0, 17 },
   { 243, DOM::NodeFilter::SHOW_ALL, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 141, DOM::NodeFilter::FILTER_REJECT, DontDelete|ReadOnly, 0, -1 },
   { 221, DOM::NodeFilter::SHOW_ENTITY, DontDelete|ReadOnly, 0, -1 },
   { 209, DOM::NodeFilter::FILTER_SKIP, DontDelete|ReadOnly, 0, 18 },
   { 52, DOM::NodeFilter::SHOW_ENTITY_REFERENCE, DontDelete|ReadOnly, 0, -1 },
   { 127, DOM::NodeFilter::FILTER_ACCEPT, DontDelete|ReadOnly, 0, 19 },
   { 0, 0, 0, 0, -1 },
   { 29, DOM::NodeFilter::SHOW_DOCUMENT_FRAGMENT, DontDelete|ReadOnly, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 74, DOM::NodeFilter::SHOW_CDATA_SECTION, DontDelete|ReadOnly, 0, 22 },
   { 112, DOM::NodeFilter::SHOW_ATTRIBUTE, DontDelete|ReadOnly, 0, 20 },
   { 233, DOM::NodeFilter::SHOW_TEXT, DontDelete|ReadOnly, 0, -1 },
   { 183, DOM::NodeFilter::SHOW_COMMENT, DontDelete|ReadOnly, 0, 21 },
   { 155, DOM::NodeFilter::SHOW_DOCUMENT, DontDelete|ReadOnly, 0, -1 },
   { 93, DOM::NodeFilter::SHOW_DOCUMENT_TYPE, DontDelete|ReadOnly, 0, -1 },
   { 169, DOM::NodeFilter::SHOW_NOTATION, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 77 of file kjs_traversal.lut.h.

const char KJS::DOMNodeFilterProtoTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "acceptNode\0"
}

Definition at line 111 of file kjs_traversal.lut.h.

const struct HashEntry KJS::DOMNodeFilterProtoTableEntries[] [static]
 

Initial value:

 {
   { 1, DOMNodeFilter::AcceptNode, DontDelete|Function, 0, -1 }
}

Definition at line 117 of file kjs_traversal.lut.h.

const char KJS::DOMTreeWalkerTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "expandEntityReferences\0"
    "currentNode\0"
    "whatToShow\0"
    "filter\0"
    "root\0"
}

Definition at line 129 of file kjs_traversal.lut.h.

const struct HashEntry KJS::DOMTreeWalkerTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 47, DOMTreeWalker::Filter, DontDelete|ReadOnly, 0, 6 },
   { 54, DOMTreeWalker::Root, DontDelete|ReadOnly, 0, -1 },
   { 36, DOMTreeWalker::WhatToShow, DontDelete|ReadOnly, 0, 5 },
   { 0, 0, 0, 0, -1 },
   { 1, DOMTreeWalker::ExpandEntityReferences, DontDelete|ReadOnly, 0, -1 },
   { 24, DOMTreeWalker::CurrentNode, DontDelete, 0, -1 }
}

Definition at line 139 of file kjs_traversal.lut.h.

const char KJS::DOMTreeWalkerProtoTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "previousSibling\0"
    "previousNode\0"
    "nextSibling\0"
    "firstChild\0"
    "parentNode\0"
    "lastChild\0"
    "nextNode\0"
}

Definition at line 157 of file kjs_traversal.lut.h.

const struct HashEntry KJS::DOMTreeWalkerProtoTableEntries[] [static]
 

Initial value:

 {
   { 42, DOMTreeWalker::FirstChild, DontDelete|Function, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 1, DOMTreeWalker::PreviousSibling, DontDelete|Function, 0, 8 },
   { 64, DOMTreeWalker::LastChild, DontDelete|Function, 0, -1 },
   { 53, DOMTreeWalker::ParentNode, DontDelete|Function, 0, 7 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 30, DOMTreeWalker::NextSibling, DontDelete|Function, 0, 9 },
   { 17, DOMTreeWalker::PreviousNode, DontDelete|Function, 0, -1 },
   { 74, DOMTreeWalker::NextNode, DontDelete|Function, 0, -1 }
}

Definition at line 169 of file kjs_traversal.lut.h.

const char KJS::DOMAbstractViewTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "getComputedStyle\0"
    "document\0"
}

Definition at line 7 of file kjs_views.lut.h.

const struct HashEntry KJS::DOMAbstractViewTableEntries[] [static]
 

Initial value:

 {
   { 1, DOMAbstractView::GetComputedStyle, DontDelete|Function, 2, -1 },
   { 18, DOMAbstractView::Document, DontDelete|ReadOnly, 0, -1 }
}

Definition at line 14 of file kjs_views.lut.h.

const char KJS::ScreenTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "availHeight\0"
    "availWidth\0"
    "colorDepth\0"
    "pixelDepth\0"
    "availLeft\0"
    "availTop\0"
    "height\0"
    "width\0"
}

Definition at line 7 of file kjs_window.lut.h.

const struct HashEntry KJS::ScreenTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 24, Screen::ColorDepth, DontEnum|ReadOnly, 0, 9 },
   { 0, 0, 0, 0, -1 },
   { 65, Screen::Height, DontEnum|ReadOnly, 0, 7 },
   { 35, Screen::PixelDepth, DontEnum|ReadOnly, 0, -1 },
   { 72, Screen::Width, DontEnum|ReadOnly, 0, -1 },
   { 56, Screen::AvailTop, DontEnum|ReadOnly, 0, 8 },
   { 46, Screen::AvailLeft, DontEnum|ReadOnly, 0, -1 },
   { 1, Screen::AvailHeight, DontEnum|ReadOnly, 0, -1 },
   { 13, Screen::AvailWidth, DontEnum|ReadOnly, 0, -1 }
}

Definition at line 20 of file kjs_window.lut.h.

const char KJS::LocationTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "hostname\0"
    "pathname\0"
    "protocol\0"
    "toString\0"
    "replace\0"
    "[[==]]\0"
    "assign\0"
    "reload\0"
    "search\0"
    "hash\0"
    "host\0"
    "href\0"
    "port\0"
}

Definition at line 263 of file kjs_window.lut.h.

const struct HashEntry KJS::LocationTableEntries[] [static]
 

Initial value:

 {
   { 28, Location::ToString, DontDelete|Function, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 73, Location::Hash, DontDelete, 0, 11 },
   { 83, Location::Href, DontDelete, 0, 13 },
   { 59, Location::Reload, DontDelete|Function, 0, -1 },
   { 1, Location::Hostname, DontDelete, 0, -1 },
   { 78, Location::Host, DontDelete, 0, 14 },
   { 52, Location::Assign, DontDelete|Function, 1, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 10, Location::Pathname, DontDelete, 0, -1 },
   { 88, Location::Port, DontDelete, 0, 12 },
   { 19, Location::Protocol, DontDelete, 0, -1 },
   { 66, Location::Search, DontDelete, 0, -1 },
   { 45, Location::EqualEqual, DontDelete|ReadOnly, 0, 15 },
   { 37, Location::Replace, DontDelete|Function, 1, -1 }
}

Definition at line 281 of file kjs_window.lut.h.

const char KJS::ExternalTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "addFavorite\0"
}

Definition at line 308 of file kjs_window.lut.h.

const struct HashEntry KJS::ExternalTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 1, External::AddFavorite, DontDelete|Function, 1, -1 },
   { 0, 0, 0, 0, -1 },
   { 0, 0, 0, 0, -1 }
}

Definition at line 314 of file kjs_window.lut.h.

const char KJS::HistoryTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "forward\0"
    "length\0"
    "back\0"
    "go\0"
}

Definition at line 329 of file kjs_window.lut.h.

const struct HashEntry KJS::HistoryTableEntries[] [static]
 

Initial value:

 {
   { 0, 0, 0, 0, -1 },
   { 16, History::Back, DontDelete|Function, 0, 4 },
   { 9, History::Length, DontDelete|ReadOnly, 0, 5 },
   { 0, 0, 0, 0, -1 },
   { 1, History::Forward, DontDelete|Function, 0, -1 },
   { 21, History::Go, DontDelete|Function, 1, -1 }
}

Definition at line 338 of file kjs_window.lut.h.

const char KJS::XMLHttpRequestProtoTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "getAllResponseHeaders\0"
    "getResponseHeader\0"
    "setRequestHeader\0"
    "abort\0"
    "open\0"
    "send\0"
}

Definition at line 7 of file xmlhttprequest.lut.h.

const struct HashEntry KJS::XMLHttpRequestProtoTableEntries[] [static]
 

Initial value:

 {
   { 64, XMLHttpRequest::Open, DontDelete|Function, 5, -1 },
   { 0, 0, 0, 0, -1 },
   { 23, XMLHttpRequest::GetResponseHeader, DontDelete|Function, 1, -1 },
   { 41, XMLHttpRequest::SetRequestHeader, DontDelete|Function, 2, -1 },
   { 58, XMLHttpRequest::Abort, DontDelete|Function, 0, -1 },
   { 0, 0, 0, 0, -1 },
   { 1, XMLHttpRequest::GetAllResponseHeaders, DontDelete|Function, 0, 7 },
   { 69, XMLHttpRequest::Send, DontDelete|Function, 1, -1 }
}

Definition at line 18 of file xmlhttprequest.lut.h.

const char KJS::XMLHttpRequestTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "onreadystatechange\0"
    "responseText\0"
    "responseXML\0"
    "readyState\0"
    "statusText\0"
    "onload\0"
    "status\0"
}

Definition at line 37 of file xmlhttprequest.lut.h.

const struct HashEntry KJS::XMLHttpRequestTableEntries[] [static]
 

Initial value:

 {
   { 33, XMLHttpRequest::ResponseXML, DontDelete|ReadOnly, 0, 8 },
   { 0, 0, 0, 0, -1 },
   { 1, XMLHttpRequest::Onreadystatechange, DontDelete, 0, -1 },
   { 45, XMLHttpRequest::ReadyState, DontDelete|ReadOnly, 0, -1 },
   { 74, XMLHttpRequest::Status, DontDelete|ReadOnly, 0, -1 },
   { 20, XMLHttpRequest::ResponseText, DontDelete|ReadOnly, 0, 7 },
   { 0, 0, 0, 0, -1 },
   { 56, XMLHttpRequest::StatusText, DontDelete|ReadOnly, 0, -1 },
   { 67, XMLHttpRequest::Onload, DontDelete, 0, -1 }
}

Definition at line 49 of file xmlhttprequest.lut.h.

const char KJS::XMLSerializerProtoTableStrings[] [static]
 

Initial value:

 {
    "\0"
    "serializeToString\0"
}

Definition at line 7 of file xmlserializer.lut.h.

const struct HashEntry KJS::XMLSerializerProtoTableEntries[] [static]
 

Initial value:

 {
   { 1, XMLSerializer::SerializeToString, DontDelete|Function, 1, -1 }
}

Definition at line 13 of file xmlserializer.lut.h.

KDE Logo
This file is part of the documentation for khtml Library Version 3.4.1.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Mon Jan 23 19:35:58 2006 by doxygen 1.4.3 written by Dimitri van Heesch, © 1997-2003