@Deprecated
public class SafeXmlParserFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static org.xml.sax.EntityResolver |
EMPTY_ENTITY_RESOLVER
Deprecated.
|
Constructor and Description |
---|
SafeXmlParserFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final org.xml.sax.EntityResolver EMPTY_ENTITY_RESOLVER
public static javax.xml.parsers.DocumentBuilderFactory createDocumentBuilderFactory() throws javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.ParserConfigurationException
public static org.xml.sax.XMLReader createXmlReader() throws org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
public static org.xml.sax.XMLReader createNamespaceAwareXmlReader() throws org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
public static org.dom4j.io.SAXReader createSaxReader() throws org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
public static org.jdom.input.SAXBuilder createSAXBuilder()
Copyright © 2003-2014 Atlassian. All Rights Reserved.