Package org.isotc211.x2005.gmd
Class DQGriddedDataPositionalAccuracyType.Factory
- java.lang.Object
-
- org.isotc211.x2005.gmd.DQGriddedDataPositionalAccuracyType.Factory
-
- Enclosing interface:
- DQGriddedDataPositionalAccuracyType
public static final class DQGriddedDataPositionalAccuracyType.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 DQGriddedDataPositionalAccuracyTypenewInstance()static DQGriddedDataPositionalAccuracyTypenewInstance(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 DQGriddedDataPositionalAccuracyTypeparse(File file)static DQGriddedDataPositionalAccuracyTypeparse(File file, org.apache.xmlbeans.XmlOptions options)static DQGriddedDataPositionalAccuracyTypeparse(InputStream is)static DQGriddedDataPositionalAccuracyTypeparse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DQGriddedDataPositionalAccuracyTypeparse(Reader r)static DQGriddedDataPositionalAccuracyTypeparse(Reader r, org.apache.xmlbeans.XmlOptions options)static DQGriddedDataPositionalAccuracyTypeparse(String xmlAsString)static DQGriddedDataPositionalAccuracyTypeparse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DQGriddedDataPositionalAccuracyTypeparse(URL u)static DQGriddedDataPositionalAccuracyTypeparse(URL u, org.apache.xmlbeans.XmlOptions options)static DQGriddedDataPositionalAccuracyTypeparse(XMLStreamReader sr)static DQGriddedDataPositionalAccuracyTypeparse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DQGriddedDataPositionalAccuracyTypeparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DQGriddedDataPositionalAccuracyTypeparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DQGriddedDataPositionalAccuracyTypeparse(Node node)static DQGriddedDataPositionalAccuracyTypeparse(Node node, org.apache.xmlbeans.XmlOptions options)
-
-
-
Method Detail
-
newInstance
public static DQGriddedDataPositionalAccuracyType newInstance()
-
newInstance
public static DQGriddedDataPositionalAccuracyType newInstance(org.apache.xmlbeans.XmlOptions options)
-
parse
public static DQGriddedDataPositionalAccuracyType parse(String xmlAsString) throws org.apache.xmlbeans.XmlException
- Parameters:
xmlAsString- the string value to parse- Throws:
org.apache.xmlbeans.XmlException
-
parse
public static DQGriddedDataPositionalAccuracyType parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
-
parse
public static DQGriddedDataPositionalAccuracyType 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 DQGriddedDataPositionalAccuracyType parse(File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static DQGriddedDataPositionalAccuracyType parse(URL u) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static DQGriddedDataPositionalAccuracyType parse(URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static DQGriddedDataPositionalAccuracyType parse(InputStream is) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static DQGriddedDataPositionalAccuracyType parse(InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static DQGriddedDataPositionalAccuracyType parse(Reader r) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static DQGriddedDataPositionalAccuracyType parse(Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static DQGriddedDataPositionalAccuracyType parse(XMLStreamReader sr) throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
-
parse
public static DQGriddedDataPositionalAccuracyType parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
-
parse
public static DQGriddedDataPositionalAccuracyType parse(Node node) throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
-
parse
public static DQGriddedDataPositionalAccuracyType parse(Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
-
parse
public static DQGriddedDataPositionalAccuracyType 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 DQGriddedDataPositionalAccuracyType 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
-
-