com.atlassian.confluence.xml
Class SafeXmlParserFactory

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

Deprecated.

@Deprecated
public class SafeXmlParserFactory
extends java.lang.Object

Central point to create XML parsers with uniform safe configurations.


Field Summary
static org.xml.sax.EntityResolver EMPTY_ENTITY_RESOLVER
          Deprecated.  
 
Constructor Summary
SafeXmlParserFactory()
          Deprecated.  
 
Method Summary
static javax.xml.parsers.DocumentBuilderFactory createDocumentBuilderFactory()
          Deprecated.  
static org.xml.sax.XMLReader createNamespaceAwareXmlReader()
          Deprecated.  
static org.jdom.input.SAXBuilder createSAXBuilder()
          Deprecated.  
static org.dom4j.io.SAXReader createSaxReader()
          Deprecated.  
static org.xml.sax.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 org.xml.sax.EntityResolver EMPTY_ENTITY_RESOLVER
Deprecated. 
Constructor Detail

SafeXmlParserFactory

public SafeXmlParserFactory()
Deprecated. 
Method Detail

createDocumentBuilderFactory

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

createXmlReader

public static org.xml.sax.XMLReader createXmlReader()
                                             throws org.xml.sax.SAXException,
                                                    javax.xml.parsers.ParserConfigurationException
Deprecated. 
Throws:
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException

createNamespaceAwareXmlReader

public static org.xml.sax.XMLReader createNamespaceAwareXmlReader()
                                                           throws org.xml.sax.SAXException,
                                                                  javax.xml.parsers.ParserConfigurationException
Deprecated. 
Throws:
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException

createSaxReader

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

createSAXBuilder

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


Copyright © 2003-2014 Atlassian. All Rights Reserved.