Class ResolvingXMLReader

    • Field Detail

      • NAMESPACE_AWARE

        public static final boolean NAMESPACE_AWARE
        Make the parser Namespace aware?
        See Also:
        Constant Field Values
      • VALIDATING

        public static final boolean VALIDATING
        Make the parser validating?
        See Also:
        Constant Field Values
    • 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.

        Parameters:
        manager - catalog manager