Package net.opengis.waterml.x20
Class SamplingFeatureMemberUnionSemantics.Factory
- java.lang.Object
-
- net.opengis.waterml.x20.SamplingFeatureMemberUnionSemantics.Factory
-
- Enclosing interface:
- SamplingFeatureMemberUnionSemantics
public static final class SamplingFeatureMemberUnionSemantics.Factory extends Object
A factory class with static methods for creating instances of this type.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static SamplingFeatureMemberUnionSemanticsnewInstance()static SamplingFeatureMemberUnionSemanticsnewInstance(org.apache.xmlbeans.XmlOptions options)static org.apache.xmlbeans.xml.stream.XMLInputStreamnewValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic org.apache.xmlbeans.xml.stream.XMLInputStreamnewValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SamplingFeatureMemberUnionSemanticsnewValue(Object obj)static SamplingFeatureMemberUnionSemanticsparse(File file)static SamplingFeatureMemberUnionSemanticsparse(File file, org.apache.xmlbeans.XmlOptions options)static SamplingFeatureMemberUnionSemanticsparse(InputStream is)static SamplingFeatureMemberUnionSemanticsparse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SamplingFeatureMemberUnionSemanticsparse(Reader r)static SamplingFeatureMemberUnionSemanticsparse(Reader r, org.apache.xmlbeans.XmlOptions options)static SamplingFeatureMemberUnionSemanticsparse(String xmlAsString)static SamplingFeatureMemberUnionSemanticsparse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SamplingFeatureMemberUnionSemanticsparse(URL u)static SamplingFeatureMemberUnionSemanticsparse(URL u, org.apache.xmlbeans.XmlOptions options)static SamplingFeatureMemberUnionSemanticsparse(XMLStreamReader sr)static SamplingFeatureMemberUnionSemanticsparse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SamplingFeatureMemberUnionSemanticsparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SamplingFeatureMemberUnionSemanticsparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SamplingFeatureMemberUnionSemanticsparse(Node node)static SamplingFeatureMemberUnionSemanticsparse(Node node, org.apache.xmlbeans.XmlOptions options)
-
-
-
Method Detail
-
newValue
public static SamplingFeatureMemberUnionSemantics newValue(Object obj)
-
newInstance
public static SamplingFeatureMemberUnionSemantics newInstance()
-
newInstance
public static SamplingFeatureMemberUnionSemantics newInstance(org.apache.xmlbeans.XmlOptions options)
-
parse
public static SamplingFeatureMemberUnionSemantics parse(String xmlAsString) throws org.apache.xmlbeans.XmlException
- Parameters:
xmlAsString- the string value to parse- Throws:
org.apache.xmlbeans.XmlException
-
parse
public static SamplingFeatureMemberUnionSemantics parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
-
parse
public static SamplingFeatureMemberUnionSemantics parse(File file) throws org.apache.xmlbeans.XmlException, IOException
- Parameters:
file- the file from which to load an xml document- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static SamplingFeatureMemberUnionSemantics parse(File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static SamplingFeatureMemberUnionSemantics parse(URL u) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static SamplingFeatureMemberUnionSemantics parse(URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static SamplingFeatureMemberUnionSemantics parse(InputStream is) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static SamplingFeatureMemberUnionSemantics parse(InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static SamplingFeatureMemberUnionSemantics parse(Reader r) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static SamplingFeatureMemberUnionSemantics parse(Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static SamplingFeatureMemberUnionSemantics parse(XMLStreamReader sr) throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
-
parse
public static SamplingFeatureMemberUnionSemantics parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
-
parse
public static SamplingFeatureMemberUnionSemantics parse(Node node) throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
-
parse
public static SamplingFeatureMemberUnionSemantics parse(Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
-
parse
public static SamplingFeatureMemberUnionSemantics parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
Deprecated.XMLInputStream- Throws:
org.apache.xmlbeans.XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
parse
public static SamplingFeatureMemberUnionSemantics parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
Deprecated.XMLInputStream- Throws:
org.apache.xmlbeans.XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
newValidatingXMLInputStream
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.XMLStreamExceptionDeprecated.XMLInputStream- Throws:
org.apache.xmlbeans.XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
newValidatingXMLInputStream
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.XMLStreamExceptionDeprecated.XMLInputStream- Throws:
org.apache.xmlbeans.XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
-