- java.lang.Object
-
- org.xmlobjects.util.xml.SecureXMLProcessors
-
public class SecureXMLProcessors extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javax.xml.parsers.DocumentBuilderFactorynewDefaultDocumentBuilderFactory()static javax.xml.parsers.SAXParserFactorynewDefaultSAXParserFactory()static javax.xml.transform.TransformerFactorynewDefaultTransformerFactory(java.lang.String factoryClassName, java.lang.ClassLoader loader)static javax.xml.stream.XMLInputFactorynewDefaultXMLInputFactory()static javax.xml.parsers.DocumentBuilderFactorynewDocumentBuilderFactory()static javax.xml.parsers.DocumentBuilderFactorynewDocumentBuilderFactory(java.lang.String factoryClassName, java.lang.ClassLoader loader)static javax.xml.parsers.SAXParserFactorynewSAXParserFactory()static javax.xml.parsers.SAXParserFactorynewSAXParserFactory(java.lang.String factoryClassName, java.lang.ClassLoader loader)static javax.xml.transform.TransformerFactorynewTransformerFactory()static javax.xml.transform.TransformerFactorynewTransformerFactory(java.lang.String factoryClassName, java.lang.ClassLoader loader)static javax.xml.stream.XMLInputFactorynewXMLInputFactory()static javax.xml.stream.XMLInputFactorynewXMLInputFactory(java.lang.String factoryClassName, java.lang.ClassLoader loader)
-
-
-
Method Detail
-
newXMLInputFactory
public static javax.xml.stream.XMLInputFactory newXMLInputFactory()
-
newXMLInputFactory
public static javax.xml.stream.XMLInputFactory newXMLInputFactory(java.lang.String factoryClassName, java.lang.ClassLoader loader)
-
newDefaultXMLInputFactory
public static javax.xml.stream.XMLInputFactory newDefaultXMLInputFactory()
-
newSAXParserFactory
public static javax.xml.parsers.SAXParserFactory newSAXParserFactory() throws org.xml.sax.SAXNotSupportedException, org.xml.sax.SAXNotRecognizedException, javax.xml.parsers.ParserConfigurationException- Throws:
org.xml.sax.SAXNotSupportedExceptionorg.xml.sax.SAXNotRecognizedExceptionjavax.xml.parsers.ParserConfigurationException
-
newSAXParserFactory
public static javax.xml.parsers.SAXParserFactory newSAXParserFactory(java.lang.String factoryClassName, java.lang.ClassLoader loader) throws org.xml.sax.SAXNotSupportedException, org.xml.sax.SAXNotRecognizedException, javax.xml.parsers.ParserConfigurationException- Throws:
org.xml.sax.SAXNotSupportedExceptionorg.xml.sax.SAXNotRecognizedExceptionjavax.xml.parsers.ParserConfigurationException
-
newDefaultSAXParserFactory
public static javax.xml.parsers.SAXParserFactory newDefaultSAXParserFactory() throws org.xml.sax.SAXNotSupportedException, org.xml.sax.SAXNotRecognizedException, javax.xml.parsers.ParserConfigurationException- Throws:
org.xml.sax.SAXNotSupportedExceptionorg.xml.sax.SAXNotRecognizedExceptionjavax.xml.parsers.ParserConfigurationException
-
newDocumentBuilderFactory
public static javax.xml.parsers.DocumentBuilderFactory newDocumentBuilderFactory() throws javax.xml.parsers.ParserConfigurationException- Throws:
javax.xml.parsers.ParserConfigurationException
-
newDocumentBuilderFactory
public static javax.xml.parsers.DocumentBuilderFactory newDocumentBuilderFactory(java.lang.String factoryClassName, java.lang.ClassLoader loader) throws javax.xml.parsers.ParserConfigurationException- Throws:
javax.xml.parsers.ParserConfigurationException
-
newDefaultDocumentBuilderFactory
public static javax.xml.parsers.DocumentBuilderFactory newDefaultDocumentBuilderFactory() throws javax.xml.parsers.ParserConfigurationException- Throws:
javax.xml.parsers.ParserConfigurationException
-
newTransformerFactory
public static javax.xml.transform.TransformerFactory newTransformerFactory() throws javax.xml.transform.TransformerConfigurationException- Throws:
javax.xml.transform.TransformerConfigurationException
-
newTransformerFactory
public static javax.xml.transform.TransformerFactory newTransformerFactory(java.lang.String factoryClassName, java.lang.ClassLoader loader) throws javax.xml.transform.TransformerConfigurationException- Throws:
javax.xml.transform.TransformerConfigurationException
-
newDefaultTransformerFactory
public static javax.xml.transform.TransformerFactory newDefaultTransformerFactory(java.lang.String factoryClassName, java.lang.ClassLoader loader) throws javax.xml.transform.TransformerConfigurationException- Throws:
javax.xml.transform.TransformerConfigurationException
-
-