|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.xml.SafeXmlParserFactory
@Deprecated public class SafeXmlParserFactory
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 |
---|
public static final EntityResolver EMPTY_ENTITY_RESOLVER
Constructor Detail |
---|
public SafeXmlParserFactory()
Method Detail |
---|
public static DocumentBuilderFactory createDocumentBuilderFactory() throws ParserConfigurationException
ParserConfigurationException
public static XMLReader createXmlReader() throws SAXException, ParserConfigurationException
SAXException
ParserConfigurationException
public static XMLReader createNamespaceAwareXmlReader() throws SAXException, ParserConfigurationException
SAXException
ParserConfigurationException
public static org.dom4j.io.SAXReader createSaxReader() throws SAXException, ParserConfigurationException
SAXException
ParserConfigurationException
public static org.jdom.input.SAXBuilder createSAXBuilder()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |