java.lang.Object
org.xmlobjects.util.xml.SecureXMLProcessors
-
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentBuilderFactorystatic SAXParserFactorystatic TransformerFactorystatic XMLInputFactorystatic DocumentBuilderFactorystatic DocumentBuilderFactorynewDocumentBuilderFactory(String factoryClassName, ClassLoader loader) static SAXParserFactorystatic SAXParserFactorynewSAXParserFactory(String factoryClassName, ClassLoader loader) static TransformerFactorystatic TransformerFactorynewTransformerFactory(String factoryClassName, ClassLoader loader) static XMLInputFactorystatic XMLInputFactorynewXMLInputFactory(String factoryClassName, ClassLoader loader)
-
Method Details
-
newXMLInputFactory
-
newXMLInputFactory
-
newDefaultXMLInputFactory
-
newSAXParserFactory
public static SAXParserFactory newSAXParserFactory() throws SAXNotSupportedException, SAXNotRecognizedException, ParserConfigurationException -
newSAXParserFactory
public static SAXParserFactory newSAXParserFactory(String factoryClassName, ClassLoader loader) throws SAXNotSupportedException, SAXNotRecognizedException, ParserConfigurationException -
newDefaultSAXParserFactory
public static SAXParserFactory newDefaultSAXParserFactory() throws SAXNotSupportedException, SAXNotRecognizedException, ParserConfigurationException -
newDocumentBuilderFactory
public static DocumentBuilderFactory newDocumentBuilderFactory() throws ParserConfigurationException- Throws:
ParserConfigurationException
-
newDocumentBuilderFactory
public static DocumentBuilderFactory newDocumentBuilderFactory(String factoryClassName, ClassLoader loader) throws ParserConfigurationException - Throws:
ParserConfigurationException
-
newDefaultDocumentBuilderFactory
public static DocumentBuilderFactory newDefaultDocumentBuilderFactory() throws ParserConfigurationException- Throws:
ParserConfigurationException
-
newTransformerFactory
-
newTransformerFactory
public static TransformerFactory newTransformerFactory(String factoryClassName, ClassLoader loader) throws TransformerConfigurationException -
newDefaultTransformerFactory
public static TransformerFactory newDefaultTransformerFactory() throws TransformerConfigurationException
-