Class ResolvingXMLFilter

    • Field Detail

      • suppressExplanation

        public static boolean suppressExplanation
        Suppress explanatory message?
        See Also:
        parse(InputSource)
    • Constructor Detail

      • ResolvingXMLFilter

        public ResolvingXMLFilter()
        Construct an empty XML Filter with no parent.
      • ResolvingXMLFilter

        public ResolvingXMLFilter​(XMLReader parent)
        Construct an XML filter with the specified parent.
      • ResolvingXMLFilter

        public ResolvingXMLFilter​(CatalogManager manager)
        Construct an XML filter with the specified parent.
      • ResolvingXMLFilter

        public ResolvingXMLFilter​(XMLReader parent,
                                  CatalogManager manager)
        Construct an XML filter with the specified parent.