Class JsonParserReader

    • Method Detail

      • parse

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

        public void parse​(java.lang.String systemId)
        Specified by:
        parse in interface org.xml.sax.XMLReader
        Overrides:
        parse in class XMLReaderAdapter
      • getNamespaceSeparator

        public char getNamespaceSeparator()
        Description copied from class: XMLReader
        INTERNAL: The character used to separate the prefix and uri portions when namespaces are present
        Overrides:
        getNamespaceSeparator in class XMLReader
      • getErrorHandler

        public org.xml.sax.ErrorHandler getErrorHandler()
        Specified by:
        getErrorHandler in interface org.xml.sax.XMLReader
        Overrides:
        getErrorHandler in class XMLReaderAdapter
      • setContentHandler

        public void setContentHandler​(org.xml.sax.ContentHandler contentHandler)
        Specified by:
        setContentHandler in interface org.xml.sax.XMLReader
        Overrides:
        setContentHandler in class XMLReaderAdapter
      • getMediaType

        public MediaType getMediaType()
        Description copied from class: XMLReader
        INTERNAL:
        Overrides:
        getMediaType in class XMLReader
        Returns:
        The MediaType associated with this reader
      • isNamespaceAware

        public boolean isNamespaceAware()
        Description copied from class: XMLReader
        INTERNAL: Determine if namespaces will be considered during marshal/unmarshal operations.
        Overrides:
        isNamespaceAware in class XMLReader