public class SecureParserFactory
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static javax.xml.parsers.DocumentBuilderFactory |
getBuilderFactory()
Get a secure DocumentBuilderFactory
|
static javax.xml.parsers.DocumentBuilder |
getDocumentBuilder()
Get a secure DocumentBuilder
|
static javax.xml.parsers.SAXParser |
getSAXParser()
Get a secure SAXParser
|
static javax.xml.transform.Transformer |
getTransformer()
Get a secure Transformer
|
public static javax.xml.parsers.SAXParser getSAXParser()
throws org.xml.sax.SAXException,
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXExceptionjavax.xml.parsers.ParserConfigurationExceptionpublic static javax.xml.transform.Transformer getTransformer()
throws javax.xml.transform.TransformerConfigurationException
javax.xml.transform.TransformerConfigurationExceptionpublic static javax.xml.parsers.DocumentBuilder getDocumentBuilder()
throws javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.ParserConfigurationExceptionpublic static javax.xml.parsers.DocumentBuilderFactory getBuilderFactory()
throws javax.xml.parsers.ParserConfigurationException
javax.xml.parsers.ParserConfigurationException