We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JDOM 2.x exposes a number of 'simple' XMLReaderFactory implementations for use with SAXBuilder, but it is missing one to use a specified/custom JAXP factory. In other words, it has one for http://docs.oracle.com/javase/6/docs/api/javax/xml/parsers/SAXParserFactory.html#newInstance%28%29 but not for: http://docs.oracle.com/javase/6/docs/api/javax/xml/parsers/SAXParserFactory.html#newInstance%28java.lang.String,%20java.lang.ClassLoader%29
A new XMLReaderFactory implementation should be created that uses the missing method (similar to the way we already have XMLReaderSAX2Factory)
See discussion here:
http://markmail.org/message/37rzks5yafjvi4ek
The text was updated successfully, but these errors were encountered:
2dfdd9b
No branches or pull requests
JDOM 2.x exposes a number of 'simple' XMLReaderFactory implementations for use with SAXBuilder, but it is missing one to use a specified/custom JAXP factory. In other words, it has one for http://docs.oracle.com/javase/6/docs/api/javax/xml/parsers/SAXParserFactory.html#newInstance%28%29 but not for: http://docs.oracle.com/javase/6/docs/api/javax/xml/parsers/SAXParserFactory.html#newInstance%28java.lang.String,%20java.lang.ClassLoader%29
A new XMLReaderFactory implementation should be created that uses the missing method (similar to the way we already have XMLReaderSAX2Factory)
See discussion here:
http://markmail.org/message/37rzks5yafjvi4ek
The text was updated successfully, but these errors were encountered: