Fix the XMLRootDetector class not getting the correct root node name if the XML file has a schemaLocation (note that the QName was correct)
Change the SortableQName class to be able to detect the prefix when using a name with a colon in the constructor
Allow to set an ErrorHandler for the XMLNodeUtilities and the XMLTreeHandler classes
Fix the EntityListResolver not working correctly with Transformers when having a not null base URI (URIResolver interface)
Add two new methods to set the factory features and parser properties in bulk for the XMLSAXParser
Allow to set factory features and parser properties for the underlying parser used in the XMLNodeUtilities
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Fix the XMLRootDetector class not getting the correct root node name if the XML file has a schemaLocation (note that the QName was correct)
Change the SortableQName class to be able to detect the prefix when using a name with a colon in the constructor
Allow to set an ErrorHandler for the XMLNodeUtilities and the XMLTreeHandler classes
Fix the EntityListResolver not working correctly with Transformers when having a not null base URI (URIResolver interface)
Add two new methods to set the factory features and parser properties in bulk for the XMLSAXParser
Allow to set factory features and parser properties for the underlying parser used in the XMLNodeUtilities