public static final class SamplingFeaturePropertyType.Factory extends Object
| Modifier and Type | Method and Description |
|---|---|
static SamplingFeaturePropertyType |
newInstance() |
static SamplingFeaturePropertyType |
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 SamplingFeaturePropertyType |
parse(File file) |
static SamplingFeaturePropertyType |
parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static SamplingFeaturePropertyType |
parse(InputStream is) |
static SamplingFeaturePropertyType |
parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SamplingFeaturePropertyType |
parse(Node node) |
static SamplingFeaturePropertyType |
parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static SamplingFeaturePropertyType |
parse(Reader r) |
static SamplingFeaturePropertyType |
parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SamplingFeaturePropertyType |
parse(String xmlAsString) |
static SamplingFeaturePropertyType |
parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SamplingFeaturePropertyType |
parse(URL u) |
static SamplingFeaturePropertyType |
parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static SamplingFeaturePropertyType |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static SamplingFeaturePropertyType |
parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static SamplingFeaturePropertyType |
parse(XMLStreamReader sr) |
static SamplingFeaturePropertyType |
parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
public static SamplingFeaturePropertyType newInstance()
public static SamplingFeaturePropertyType newInstance(org.apache.xmlbeans.XmlOptions options)
public static SamplingFeaturePropertyType parse(String xmlAsString) throws org.apache.xmlbeans.XmlException
xmlAsString - the string value to parseorg.apache.xmlbeans.XmlExceptionpublic static SamplingFeaturePropertyType parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionpublic static SamplingFeaturePropertyType parse(File file) throws org.apache.xmlbeans.XmlException, IOException
file - the file from which to load an xml documentorg.apache.xmlbeans.XmlExceptionIOExceptionpublic static SamplingFeaturePropertyType parse(File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlExceptionIOExceptionpublic static SamplingFeaturePropertyType parse(URL u) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlExceptionIOExceptionpublic static SamplingFeaturePropertyType parse(URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlExceptionIOExceptionpublic static SamplingFeaturePropertyType parse(InputStream is) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlExceptionIOExceptionpublic static SamplingFeaturePropertyType parse(InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlExceptionIOExceptionpublic static SamplingFeaturePropertyType parse(Reader r) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlExceptionIOExceptionpublic static SamplingFeaturePropertyType parse(Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlExceptionIOExceptionpublic static SamplingFeaturePropertyType parse(XMLStreamReader sr) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionpublic static SamplingFeaturePropertyType parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionpublic static SamplingFeaturePropertyType parse(Node node) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionpublic static SamplingFeaturePropertyType parse(Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
org.apache.xmlbeans.XmlExceptionpublic static SamplingFeaturePropertyType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStreamorg.apache.xmlbeans.XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamExceptionpublic static SamplingFeaturePropertyType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
XMLInputStreamorg.apache.xmlbeans.XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamExceptionpublic 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
XMLInputStreamorg.apache.xmlbeans.XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamExceptionpublic 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
XMLInputStreamorg.apache.xmlbeans.XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamExceptionCopyright © 2018 52north.org. All rights reserved.