com.liferay.faces.util.xml
Class SAXParserFactory

java.lang.Object
  extended by javax.xml.parsers.SAXParserFactory
      extended by com.liferay.faces.util.xml.ConcurrentSAXParserFactory
          extended by com.liferay.faces.util.xml.SAXParserFactory

Deprecated.

@Deprecated
public class SAXParserFactory
extends ConcurrentSAXParserFactory

Author:
Neil Griffin

Constructor Summary
SAXParserFactory()
          Deprecated.  
 
Method Summary
static SAXParserFactory newInstance()
          Deprecated. Replaced by ConcurrentSAXParserFactory.newInstance().
 
Methods inherited from class com.liferay.faces.util.xml.ConcurrentSAXParserFactory
getFeature, newSAXParser, setFeature
 
Methods inherited from class javax.xml.parsers.SAXParserFactory
getSchema, isNamespaceAware, isValidating, isXIncludeAware, newInstance, setNamespaceAware, setSchema, setValidating, setXIncludeAware
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAXParserFactory

public SAXParserFactory()
Deprecated. 
Method Detail

newInstance

public static SAXParserFactory newInstance()
Deprecated. Replaced by ConcurrentSAXParserFactory.newInstance().



Copyright © 2015 Liferay, Inc.. All rights reserved.