UNPKG

cosmic-internal-jdk

Version:

KingScript: JDK1.8

104 lines (103 loc) 6.95 kB
/// <reference types="dist/index" /> export type Attr = $.org.w3c.dom.Attr; export declare const Attr: $.org.w3c.dom.AttrConstructor; export type CDATASection = $.org.w3c.dom.CDATASection; export declare const CDATASection: $.org.w3c.dom.CDATASectionConstructor; export type CharacterData = $.org.w3c.dom.CharacterData; export declare const CharacterData: $.org.w3c.dom.CharacterDataConstructor; export type Comment = $.org.w3c.dom.Comment; export declare const Comment: $.org.w3c.dom.CommentConstructor; export type DOMConfiguration = $.org.w3c.dom.DOMConfiguration; export declare const DOMConfiguration: $.org.w3c.dom.DOMConfigurationConstructor; export type DOMError = $.org.w3c.dom.DOMError; export declare const DOMError: $.org.w3c.dom.DOMErrorConstructor; export type DOMErrorHandler = $.org.w3c.dom.DOMErrorHandler; export declare const DOMErrorHandler: $.org.w3c.dom.DOMErrorHandlerConstructor; export type DOMException = $.org.w3c.dom.DOMException; export declare const DOMException: $.org.w3c.dom.DOMExceptionConstructor; export type DOMImplementation = $.org.w3c.dom.DOMImplementation; export declare const DOMImplementation: $.org.w3c.dom.DOMImplementationConstructor; export type DOMImplementationList = $.org.w3c.dom.DOMImplementationList; export declare const DOMImplementationList: $.org.w3c.dom.DOMImplementationListConstructor; export type DOMImplementationSource = $.org.w3c.dom.DOMImplementationSource; export declare const DOMImplementationSource: $.org.w3c.dom.DOMImplementationSourceConstructor; export type DOMLocator = $.org.w3c.dom.DOMLocator; export declare const DOMLocator: $.org.w3c.dom.DOMLocatorConstructor; export type DOMStringList = $.org.w3c.dom.DOMStringList; export declare const DOMStringList: $.org.w3c.dom.DOMStringListConstructor; export type Document = $.org.w3c.dom.Document; export declare const Document: $.org.w3c.dom.DocumentConstructor; export type DocumentFragment = $.org.w3c.dom.DocumentFragment; export declare const DocumentFragment: $.org.w3c.dom.DocumentFragmentConstructor; export type DocumentType = $.org.w3c.dom.DocumentType; export declare const DocumentType: $.org.w3c.dom.DocumentTypeConstructor; export type Element = $.org.w3c.dom.Element; export declare const Element: $.org.w3c.dom.ElementConstructor; export type Entity = $.org.w3c.dom.Entity; export declare const Entity: $.org.w3c.dom.EntityConstructor; export type EntityReference = $.org.w3c.dom.EntityReference; export declare const EntityReference: $.org.w3c.dom.EntityReferenceConstructor; export type NameList = $.org.w3c.dom.NameList; export declare const NameList: $.org.w3c.dom.NameListConstructor; export type NamedNodeMap = $.org.w3c.dom.NamedNodeMap; export declare const NamedNodeMap: $.org.w3c.dom.NamedNodeMapConstructor; export type Node = $.org.w3c.dom.Node; export declare const Node: $.org.w3c.dom.NodeConstructor; export type NodeList = $.org.w3c.dom.NodeList; export declare const NodeList: $.org.w3c.dom.NodeListConstructor; export type Notation = $.org.w3c.dom.Notation; export declare const Notation: $.org.w3c.dom.NotationConstructor; export type ProcessingInstruction = $.org.w3c.dom.ProcessingInstruction; export declare const ProcessingInstruction: $.org.w3c.dom.ProcessingInstructionConstructor; export type Text = $.org.w3c.dom.Text; export declare const Text: $.org.w3c.dom.TextConstructor; export type TypeInfo = $.org.w3c.dom.TypeInfo; export declare const TypeInfo: $.org.w3c.dom.TypeInfoConstructor; export type UserDataHandler = $.org.w3c.dom.UserDataHandler; export declare const UserDataHandler: $.org.w3c.dom.UserDataHandlerConstructor; export type DOMImplementationRegistry = $.org.w3c.dom.bootstrap.DOMImplementationRegistry; export declare const DOMImplementationRegistry: $.org.w3c.dom.bootstrap.DOMImplementationRegistryConstructor; export type DocumentEvent = $.org.w3c.dom.events.DocumentEvent; export declare const DocumentEvent: $.org.w3c.dom.events.DocumentEventConstructor; export type Event = $.org.w3c.dom.events.Event; export declare const Event: $.org.w3c.dom.events.EventConstructor; export type EventException = $.org.w3c.dom.events.EventException; export declare const EventException: $.org.w3c.dom.events.EventExceptionConstructor; export type EventListener = $.org.w3c.dom.events.EventListener; export declare const EventListener: $.org.w3c.dom.events.EventListenerConstructor; export type EventTarget = $.org.w3c.dom.events.EventTarget; export declare const EventTarget: $.org.w3c.dom.events.EventTargetConstructor; export type MouseEvent = $.org.w3c.dom.events.MouseEvent; export declare const MouseEvent: $.org.w3c.dom.events.MouseEventConstructor; export type MutationEvent = $.org.w3c.dom.events.MutationEvent; export declare const MutationEvent: $.org.w3c.dom.events.MutationEventConstructor; export type UIEvent = $.org.w3c.dom.events.UIEvent; export declare const UIEvent: $.org.w3c.dom.events.UIEventConstructor; export type DOMImplementationLS = $.org.w3c.dom.ls.DOMImplementationLS; export declare const DOMImplementationLS: $.org.w3c.dom.ls.DOMImplementationLSConstructor; export type LSException = $.org.w3c.dom.ls.LSException; export declare const LSException: $.org.w3c.dom.ls.LSExceptionConstructor; export type LSInput = $.org.w3c.dom.ls.LSInput; export declare const LSInput: $.org.w3c.dom.ls.LSInputConstructor; export type LSLoadEvent = $.org.w3c.dom.ls.LSLoadEvent; export declare const LSLoadEvent: $.org.w3c.dom.ls.LSLoadEventConstructor; export type LSOutput = $.org.w3c.dom.ls.LSOutput; export declare const LSOutput: $.org.w3c.dom.ls.LSOutputConstructor; export type LSParser = $.org.w3c.dom.ls.LSParser; export declare const LSParser: $.org.w3c.dom.ls.LSParserConstructor; export type LSParserFilter = $.org.w3c.dom.ls.LSParserFilter; export declare const LSParserFilter: $.org.w3c.dom.ls.LSParserFilterConstructor; export type LSProgressEvent = $.org.w3c.dom.ls.LSProgressEvent; export declare const LSProgressEvent: $.org.w3c.dom.ls.LSProgressEventConstructor; export type LSResourceResolver = $.org.w3c.dom.ls.LSResourceResolver; export declare const LSResourceResolver: $.org.w3c.dom.ls.LSResourceResolverConstructor; export type LSSerializer = $.org.w3c.dom.ls.LSSerializer; export declare const LSSerializer: $.org.w3c.dom.ls.LSSerializerConstructor; export type LSSerializerFilter = $.org.w3c.dom.ls.LSSerializerFilter; export declare const LSSerializerFilter: $.org.w3c.dom.ls.LSSerializerFilterConstructor; export type NodeFilter = $.org.w3c.dom.traversal.NodeFilter; export declare const NodeFilter: $.org.w3c.dom.traversal.NodeFilterConstructor; export type AbstractView = $.org.w3c.dom.views.AbstractView; export declare const AbstractView: $.org.w3c.dom.views.AbstractViewConstructor; export type DocumentView = $.org.w3c.dom.views.DocumentView; export declare const DocumentView: $.org.w3c.dom.views.DocumentViewConstructor;