Simply loads
Document documents using the standard JAXP-configured
XML parser. If you want to change the
DocumentBuilder that is used to
load documents then one strategy is to use a Java define when starting your
application. For example, to use the Oracle
DocumentBuilder , one might
start one's application like so:
Create a JAXP DocumentBuilder that this bean definition reader
will use for parsing XML documents. Can be overridden in subclasses,
adding further initialization of the builder.
Parameters: factory - the JAXP DocumentBuilderFactory that the DocumentBuildershould be created with the JAXP DocumentBuilder throws: ParserConfigurationException - if thrown by JAXP methods