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 DOMImplementation = $.type("org.w3c.dom.DOMImplementation");
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 EntityReference = $.type("org.w3c.dom.EntityReference");
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 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");