Class XMLEventReaderReader

  • All Implemented Interfaces:
    org.xml.sax.XMLReader

    public class XMLEventReaderReader
    extends XMLReaderAdapter
    Convert and XMLEventReader into SAX events.
    • Constructor Detail

      • XMLEventReaderReader

        public XMLEventReaderReader()
      • XMLEventReaderReader

        public XMLEventReaderReader​(Unmarshaller xmlUnmarshaller)
    • Method Detail

      • parse

        public void parse​(org.xml.sax.InputSource input)
                   throws org.xml.sax.SAXException
        Specified by:
        parse in interface org.xml.sax.XMLReader
        Overrides:
        parse in class XMLReader
        Throws:
        org.xml.sax.SAXException
      • getLocator

        public org.xml.sax.Locator getLocator()
        Description copied from class: XMLReader
        INTERNAL: return the Locator object associated with this reader
        Overrides:
        getLocator in class XMLReader