Liferay 6.2-ce-ga5

com.liferay.portal.security.xml
Class SecureXMLFactoryProviderImpl

java.lang.Object
  extended by com.liferay.portal.security.xml.SecureXMLFactoryProviderImpl
All Implemented Interfaces:
SecureXMLFactoryProvider

public class SecureXMLFactoryProviderImpl
extends Object
implements SecureXMLFactoryProvider


Constructor Summary
SecureXMLFactoryProviderImpl()
           
 
Method Summary
 DocumentBuilderFactory newDocumentBuilderFactory()
           
 XMLInputFactory newXMLInputFactory()
           
 XMLReader newXMLReader()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureXMLFactoryProviderImpl

public SecureXMLFactoryProviderImpl()
Method Detail

newDocumentBuilderFactory

public DocumentBuilderFactory newDocumentBuilderFactory()
Specified by:
newDocumentBuilderFactory in interface SecureXMLFactoryProvider

newXMLInputFactory

public XMLInputFactory newXMLInputFactory()
Specified by:
newXMLInputFactory in interface SecureXMLFactoryProvider

newXMLReader

public XMLReader newXMLReader()
Specified by:
newXMLReader in interface SecureXMLFactoryProvider

Liferay 6.2-ce-ga5