com.atlassian.confluence.xml
Class SafeXmlParserFactory

java.lang.Object
  extended by com.atlassian.confluence.xml.SafeXmlParserFactory

Deprecated.

@Deprecated
public class SafeXmlParserFactory
extends Object

Central point to create XML parsers with uniform safe configurations.


Field Summary
static EntityResolver EMPTY_ENTITY_RESOLVER
          Deprecated.  
 
Constructor Summary
SafeXmlParserFactory()
          Deprecated.  
 
Method Summary
static DocumentBuilderFactory createDocumentBuilderFactory()
          Deprecated.  
static XMLReader createNamespaceAwareXmlReader()
          Deprecated.  
static org.jdom.input.SAXBuilder createSAXBuilder()
          Deprecated.  
static org.dom4j.io.SAXReader createSaxReader()
          Deprecated.  
static XMLReader createXmlReader()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_ENTITY_RESOLVER

public static final EntityResolver EMPTY_ENTITY_RESOLVER
Deprecated. 
Constructor Detail

SafeXmlParserFactory

public SafeXmlParserFactory()
Deprecated. 
Method Detail

createDocumentBuilderFactory

public static DocumentBuilderFactory createDocumentBuilderFactory()
                                                           throws ParserConfigurationException
Deprecated. 
Throws:
ParserConfigurationException

createXmlReader

public static XMLReader createXmlReader()
                                 throws SAXException,
                                        ParserConfigurationException
Deprecated. 
Throws:
SAXException
ParserConfigurationException

createNamespaceAwareXmlReader

public static XMLReader createNamespaceAwareXmlReader()
                                               throws SAXException,
                                                      ParserConfigurationException
Deprecated. 
Throws:
SAXException
ParserConfigurationException

createSaxReader

public static org.dom4j.io.SAXReader createSaxReader()
                                              throws SAXException,
                                                     ParserConfigurationException
Deprecated. 
Throws:
SAXException
ParserConfigurationException

createSAXBuilder

public static org.jdom.input.SAXBuilder createSAXBuilder()
Deprecated. 


Copyright © 2003-2013 Atlassian. All Rights Reserved.