sax.js 632 B

12345678910
  1. export const Attributes = $.type("org.xml.sax.Attributes");
  2. export const ContentHandler = $.type("org.xml.sax.ContentHandler");
  3. export const DTDHandler = $.type("org.xml.sax.DTDHandler");
  4. export const EntityResolver = $.type("org.xml.sax.EntityResolver");
  5. export const ErrorHandler = $.type("org.xml.sax.ErrorHandler");
  6. export const InputSource = $.type("org.xml.sax.InputSource");
  7. export const Locator = $.type("org.xml.sax.Locator");
  8. export const SAXException = $.type("org.xml.sax.SAXException");
  9. export const SAXParseException = $.type("org.xml.sax.SAXParseException");
  10. export const XMLReader = $.type("org.xml.sax.XMLReader");