cosmic-internal-jdk
Version:
KingScript: JDK1.8
52 lines (51 loc) • 3.43 kB
JavaScript
export const Attr = $.type("org.w3c.dom.Attr");
export const CDATASection = $.type("org.w3c.dom.CDATASection");
export const CharacterData = $.type("org.w3c.dom.CharacterData");
export const Comment = $.type("org.w3c.dom.Comment");
export const DOMConfiguration = $.type("org.w3c.dom.DOMConfiguration");
export const DOMError = $.type("org.w3c.dom.DOMError");
export const DOMErrorHandler = $.type("org.w3c.dom.DOMErrorHandler");
export const DOMException = $.type("org.w3c.dom.DOMException");
export const DOMImplementation = $.type("org.w3c.dom.DOMImplementation");
export const DOMImplementationList = $.type("org.w3c.dom.DOMImplementationList");
export const DOMImplementationSource = $.type("org.w3c.dom.DOMImplementationSource");
export const DOMLocator = $.type("org.w3c.dom.DOMLocator");
export const DOMStringList = $.type("org.w3c.dom.DOMStringList");
export const Document = $.type("org.w3c.dom.Document");
export const DocumentFragment = $.type("org.w3c.dom.DocumentFragment");
export const DocumentType = $.type("org.w3c.dom.DocumentType");
export const Element = $.type("org.w3c.dom.Element");
export const Entity = $.type("org.w3c.dom.Entity");
export const EntityReference = $.type("org.w3c.dom.EntityReference");
export const NameList = $.type("org.w3c.dom.NameList");
export const NamedNodeMap = $.type("org.w3c.dom.NamedNodeMap");
export const Node = $.type("org.w3c.dom.Node");
export const NodeList = $.type("org.w3c.dom.NodeList");
export const Notation = $.type("org.w3c.dom.Notation");
export const ProcessingInstruction = $.type("org.w3c.dom.ProcessingInstruction");
export const Text = $.type("org.w3c.dom.Text");
export const TypeInfo = $.type("org.w3c.dom.TypeInfo");
export const UserDataHandler = $.type("org.w3c.dom.UserDataHandler");
export const DOMImplementationRegistry = $.type("org.w3c.dom.bootstrap.DOMImplementationRegistry");
export const DocumentEvent = $.type("org.w3c.dom.events.DocumentEvent");
export const Event = $.type("org.w3c.dom.events.Event");
export const EventException = $.type("org.w3c.dom.events.EventException");
export const EventListener = $.type("org.w3c.dom.events.EventListener");
export const EventTarget = $.type("org.w3c.dom.events.EventTarget");
export const MouseEvent = $.type("org.w3c.dom.events.MouseEvent");
export const MutationEvent = $.type("org.w3c.dom.events.MutationEvent");
export const UIEvent = $.type("org.w3c.dom.events.UIEvent");
export const DOMImplementationLS = $.type("org.w3c.dom.ls.DOMImplementationLS");
export const LSException = $.type("org.w3c.dom.ls.LSException");
export const LSInput = $.type("org.w3c.dom.ls.LSInput");
export const LSLoadEvent = $.type("org.w3c.dom.ls.LSLoadEvent");
export const LSOutput = $.type("org.w3c.dom.ls.LSOutput");
export const LSParser = $.type("org.w3c.dom.ls.LSParser");
export const LSParserFilter = $.type("org.w3c.dom.ls.LSParserFilter");
export const LSProgressEvent = $.type("org.w3c.dom.ls.LSProgressEvent");
export const LSResourceResolver = $.type("org.w3c.dom.ls.LSResourceResolver");
export const LSSerializer = $.type("org.w3c.dom.ls.LSSerializer");
export const LSSerializerFilter = $.type("org.w3c.dom.ls.LSSerializerFilter");
export const NodeFilter = $.type("org.w3c.dom.traversal.NodeFilter");
export const AbstractView = $.type("org.w3c.dom.views.AbstractView");
export const DocumentView = $.type("org.w3c.dom.views.DocumentView");