Class ResolvingXMLReader

    • Field Detail

      • namespaceAware

        public static boolean namespaceAware
        Make the parser Namespace aware?
      • validating

        public static boolean validating
        Make the parser validating?
    • Constructor Detail

      • ResolvingXMLReader

        public ResolvingXMLReader()
        Construct a new reader from the JAXP factory.

        In order to do its job, a ResolvingXMLReader must in fact be a filter. So the only difference between this code and the filter code is that the constructor builds a new reader.

      • ResolvingXMLReader

        public ResolvingXMLReader​(CatalogManager manager)
        Construct a new reader from the JAXP factory.

        In order to do its job, a ResolvingXMLReader must in fact be a filter. So the only difference between this code and the filter code is that the constructor builds a new reader.