public class WSITXMLFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DISABLE_SECURE_PROCESSING |
| Constructor and Description |
|---|
WSITXMLFactory() |
| Modifier and Type | Method and Description |
|---|---|
static DocumentBuilderFactory |
createDocumentBuilderFactory(boolean disableSecureProcessing)
Returns properly configured (e.g.
|
static SAXParserFactory |
createParserFactory(boolean disableSecureProcessing)
Returns properly configured (e.g.
|
static SchemaFactory |
createSchemaFactory(String language,
boolean disableSecureProcessing)
Returns properly configured (e.g.
|
static TransformerFactory |
createTransformerFactory(boolean disableSecureProcessing)
Returns properly configured (e.g.
|
static XPathFactory |
createXPathFactory(boolean disableSecureProcessing)
Returns properly configured (e.g.
|
public static final SchemaFactory createSchemaFactory(String language, boolean disableSecureProcessing) throws IllegalArgumentException
IllegalArgumentExceptionpublic static final SAXParserFactory createParserFactory(boolean disableSecureProcessing) throws IllegalArgumentException
IllegalArgumentExceptionpublic static final XPathFactory createXPathFactory(boolean disableSecureProcessing) throws IllegalArgumentException
IllegalArgumentExceptionpublic static final TransformerFactory createTransformerFactory(boolean disableSecureProcessing) throws IllegalArgumentException
IllegalArgumentExceptionpublic static final DocumentBuilderFactory createDocumentBuilderFactory(boolean disableSecureProcessing) throws IllegalStateException
IllegalStateExceptionCopyright © 2005–2018 Oracle Corporation. All rights reserved.