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