Liferay 6.2-ce-ga5

com.liferay.portal.security.xml
Interface SecureXMLFactoryProvider

All Known Implementing Classes:
SecureXMLFactoryProviderImpl

public interface SecureXMLFactoryProvider


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

Method Detail

newDocumentBuilderFactory

DocumentBuilderFactory newDocumentBuilderFactory()

newXMLInputFactory

XMLInputFactory newXMLInputFactory()

newXMLReader

XMLReader newXMLReader()

Liferay 6.2-ce-ga5