UNPKG

cosmic-internal-jdk

Version:

KingScript: JDK1.8

36 lines (35 loc) 2.47 kB
export const AttributeList = $.type("org.xml.sax.AttributeList"); export const Attributes = $.type("org.xml.sax.Attributes"); export const ContentHandler = $.type("org.xml.sax.ContentHandler"); export const DTDHandler = $.type("org.xml.sax.DTDHandler"); export const DocumentHandler = $.type("org.xml.sax.DocumentHandler"); export const EntityResolver = $.type("org.xml.sax.EntityResolver"); export const ErrorHandler = $.type("org.xml.sax.ErrorHandler"); export const HandlerBase = $.type("org.xml.sax.HandlerBase"); export const InputSource = $.type("org.xml.sax.InputSource"); export const Locator = $.type("org.xml.sax.Locator"); export const Parser = $.type("org.xml.sax.Parser"); export const SAXException = $.type("org.xml.sax.SAXException"); export const SAXNotRecognizedException = $.type("org.xml.sax.SAXNotRecognizedException"); export const SAXNotSupportedException = $.type("org.xml.sax.SAXNotSupportedException"); export const SAXParseException = $.type("org.xml.sax.SAXParseException"); export const XMLFilter = $.type("org.xml.sax.XMLFilter"); export const XMLReader = $.type("org.xml.sax.XMLReader"); export const Attributes2 = $.type("org.xml.sax.ext.Attributes2"); export const Attributes2Impl = $.type("org.xml.sax.ext.Attributes2Impl"); export const DeclHandler = $.type("org.xml.sax.ext.DeclHandler"); export const DefaultHandler2 = $.type("org.xml.sax.ext.DefaultHandler2"); export const EntityResolver2 = $.type("org.xml.sax.ext.EntityResolver2"); export const LexicalHandler = $.type("org.xml.sax.ext.LexicalHandler"); export const Locator2 = $.type("org.xml.sax.ext.Locator2"); export const Locator2Impl = $.type("org.xml.sax.ext.Locator2Impl"); export const AttributeListImpl = $.type("org.xml.sax.helpers.AttributeListImpl"); export const AttributesImpl = $.type("org.xml.sax.helpers.AttributesImpl"); export const DefaultHandler = $.type("org.xml.sax.helpers.DefaultHandler"); export const LocatorImpl = $.type("org.xml.sax.helpers.LocatorImpl"); export const NamespaceSupport = $.type("org.xml.sax.helpers.NamespaceSupport"); export const ParserAdapter = $.type("org.xml.sax.helpers.ParserAdapter"); export const ParserFactory = $.type("org.xml.sax.helpers.ParserFactory"); export const XMLFilterImpl = $.type("org.xml.sax.helpers.XMLFilterImpl"); export const XMLReaderAdapter = $.type("org.xml.sax.helpers.XMLReaderAdapter"); export const XMLReaderFactory = $.type("org.xml.sax.helpers.XMLReaderFactory");