Skip to content
New issue

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

Add easy JAXP-with-custom-factory XMLReaderFactory class #89

Closed
rolfl opened this issue Aug 21, 2012 · 0 comments
Closed

Add easy JAXP-with-custom-factory XMLReaderFactory class #89

rolfl opened this issue Aug 21, 2012 · 0 comments

Comments

@rolfl
Copy link
Collaborator

rolfl commented Aug 21, 2012

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

@rolfl rolfl closed this as completed in 2dfdd9b Aug 26, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant