public static final class CheckedParameterConfig.Factory extends Object
Modifier and Type | Method and Description |
---|---|
static CheckedParameterConfig |
newInstance() |
static CheckedParameterConfig |
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 CheckedParameterConfig |
parse(File file) |
static CheckedParameterConfig |
parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static CheckedParameterConfig |
parse(InputStream is) |
static CheckedParameterConfig |
parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static CheckedParameterConfig |
parse(Node node) |
static CheckedParameterConfig |
parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static CheckedParameterConfig |
parse(Reader r) |
static CheckedParameterConfig |
parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static CheckedParameterConfig |
parse(String xmlAsString) |
static CheckedParameterConfig |
parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static CheckedParameterConfig |
parse(URL u) |
static CheckedParameterConfig |
parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static CheckedParameterConfig |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static CheckedParameterConfig |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static CheckedParameterConfig |
parse(XMLStreamReader sr) |
static CheckedParameterConfig |
parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
public static CheckedParameterConfig newInstance()
public static CheckedParameterConfig newInstance(org.apache.xmlbeans.XmlOptions options)
public static CheckedParameterConfig parse(String xmlAsString) throws org.apache.xmlbeans.XmlException
xmlAsString
- the string value to parseorg.apache.xmlbeans.XmlException
public static CheckedParameterConfig parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public static CheckedParameterConfig 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 CheckedParameterConfig parse(File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static CheckedParameterConfig parse(URL u) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static CheckedParameterConfig parse(URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static CheckedParameterConfig parse(InputStream is) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static CheckedParameterConfig parse(InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static CheckedParameterConfig parse(Reader r) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static CheckedParameterConfig parse(Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlException
IOException
public static CheckedParameterConfig parse(XMLStreamReader sr) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public static CheckedParameterConfig parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public static CheckedParameterConfig parse(Node node) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public static CheckedParameterConfig parse(Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlException
public static CheckedParameterConfig 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 CheckedParameterConfig 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.