Class XMLReaderFactoryUtils
java.lang.Object
org.springframework.xml.validation.XMLReaderFactoryUtils
@Deprecated(since="4.0.12",
forRemoval=true)
public abstract class XMLReaderFactoryUtils
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
General utilities to create an
XMLReader
.- Since:
- 3.0.5
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Constructor Details
-
XMLReaderFactoryUtils
public XMLReaderFactoryUtils()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
createXMLReader
Deprecated, for removal: This API element is subject to removal in a future version.Build aXMLReader
and set properties to prevent external entity access.- Throws:
SAXException
- See Also:
-
SaxUtils