public static final class XmlBombSecurityScanConfig.Factory extends Object
Modifier and Type | Method and Description |
---|---|
static XmlBombSecurityScanConfig |
newInstance() |
static XmlBombSecurityScanConfig |
newInstance(org.apache.xmlbeans.XmlOptions options) |
static org.apache.xmlbeans.xml.stream.XMLInputStream |
newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static org.apache.xmlbeans.xml.stream.XMLInputStream |
newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static XmlBombSecurityScanConfig |
parse(File file) |
static XmlBombSecurityScanConfig |
parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static XmlBombSecurityScanConfig |
parse(InputStream is) |
static XmlBombSecurityScanConfig |
parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static XmlBombSecurityScanConfig |
parse(Node node) |
static XmlBombSecurityScanConfig |
parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static XmlBombSecurityScanConfig |
parse(Reader r) |
static XmlBombSecurityScanConfig |
parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static XmlBombSecurityScanConfig |
parse(String xmlAsString) |
static XmlBombSecurityScanConfig |
parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static XmlBombSecurityScanConfig |
parse(URL u) |
static XmlBombSecurityScanConfig |
parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static XmlBombSecurityScanConfig |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static XmlBombSecurityScanConfig |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static XmlBombSecurityScanConfig |
parse(XMLStreamReader sr) |
static XmlBombSecurityScanConfig |
parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
public static XmlBombSecurityScanConfig newInstance()
public static XmlBombSecurityScanConfig newInstance(org.apache.xmlbeans.XmlOptions options)
public static XmlBombSecurityScanConfig parse(String xmlAsString) throws org.apache.xmlbeans.XmlException
xmlAsString
- the string value to parseorg.apache.xmlbeans.XmlException
public static XmlBombSecurityScanConfig parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public static XmlBombSecurityScanConfig parse(File file) throws org.apache.xmlbeans.XmlException, IOException
file
- the file from which to load an xml documentorg.apache.xmlbeans.XmlException
IOException
public static XmlBombSecurityScanConfig parse(File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static XmlBombSecurityScanConfig parse(URL u) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static XmlBombSecurityScanConfig parse(URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static XmlBombSecurityScanConfig parse(InputStream is) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static XmlBombSecurityScanConfig parse(InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static XmlBombSecurityScanConfig parse(Reader r) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static XmlBombSecurityScanConfig parse(Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static XmlBombSecurityScanConfig parse(XMLStreamReader sr) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public static XmlBombSecurityScanConfig parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public static XmlBombSecurityScanConfig parse(Node node) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public static XmlBombSecurityScanConfig parse(Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public static XmlBombSecurityScanConfig parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStream
org.apache.xmlbeans.XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException
public static XmlBombSecurityScanConfig parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStream
org.apache.xmlbeans.XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStream
org.apache.xmlbeans.XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStream
org.apache.xmlbeans.XmlException
org.apache.xmlbeans.xml.stream.XMLStreamException
Copyright © 2019. All Rights Reserved.