|
||||||||||
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 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 |
---|
public static final org.xml.sax.EntityResolver EMPTY_ENTITY_RESOLVER
Constructor Detail |
---|
public SafeXmlParserFactory()
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |