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