Liferay 6.2.0

com.liferay.portal.security.xml
Interface SecureXMLFactoryProvider

All Known Implementing Classes:
SecureXMLFactoryProviderImpl

public interface SecureXMLFactoryProvider


Method Summary
abstract  DocumentBuilderFactory newDocumentBuilderFactory()
           
abstract  XMLInputFactory newXMLInputFactory()
           
abstract  XMLReader newXMLReader()
           
 

Method Detail

newDocumentBuilderFactory

DocumentBuilderFactory newDocumentBuilderFactory()

newXMLInputFactory

XMLInputFactory newXMLInputFactory()

newXMLReader

XMLReader newXMLReader()

Liferay 6.2.0