Class SecuredXMlReaderJDOMFactory
- java.lang.Object
-
- de.hybris.platform.xyformsfacades.utils.SecuredXMlReaderJDOMFactory
-
- All Implemented Interfaces:
org.jdom2.input.sax.XMLReaderJDOMFactory
public class SecuredXMlReaderJDOMFactory extends java.lang.Object implements org.jdom2.input.sax.XMLReaderJDOMFactory
-
-
Constructor Summary
Constructors Constructor Description SecuredXMlReaderJDOMFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xml.sax.XMLReadercreateXMLReader()booleanisValidating()
-
-
-
Method Detail
-
createXMLReader
public org.xml.sax.XMLReader createXMLReader() throws org.jdom2.JDOMException- Specified by:
createXMLReaderin interfaceorg.jdom2.input.sax.XMLReaderJDOMFactory- Throws:
org.jdom2.JDOMException
-
isValidating
public boolean isValidating()
- Specified by:
isValidatingin interfaceorg.jdom2.input.sax.XMLReaderJDOMFactory
-
-