Package net.opengis.gml
Class AbstractReferenceSystemBaseType.Factory
- java.lang.Object
-
- net.opengis.gml.AbstractReferenceSystemBaseType.Factory
-
- Enclosing interface:
- AbstractReferenceSystemBaseType
public static final class AbstractReferenceSystemBaseType.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 AbstractReferenceSystemBaseTypenewInstance()Deprecated.No need to be able to create instances of abstract typesstatic AbstractReferenceSystemBaseTypenewInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic 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 AbstractReferenceSystemBaseTypeparse(File file)static AbstractReferenceSystemBaseTypeparse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractReferenceSystemBaseTypeparse(InputStream is)static AbstractReferenceSystemBaseTypeparse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractReferenceSystemBaseTypeparse(Reader r)static AbstractReferenceSystemBaseTypeparse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractReferenceSystemBaseTypeparse(String xmlAsString)static AbstractReferenceSystemBaseTypeparse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractReferenceSystemBaseTypeparse(URL u)static AbstractReferenceSystemBaseTypeparse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractReferenceSystemBaseTypeparse(XMLStreamReader sr)static AbstractReferenceSystemBaseTypeparse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractReferenceSystemBaseTypeparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractReferenceSystemBaseTypeparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractReferenceSystemBaseTypeparse(Node node)static AbstractReferenceSystemBaseTypeparse(Node node, org.apache.xmlbeans.XmlOptions options)
-
-
-
Method Detail
-
newInstance
public static AbstractReferenceSystemBaseType newInstance()
Deprecated.No need to be able to create instances of abstract types
-
newInstance
public static AbstractReferenceSystemBaseType newInstance(org.apache.xmlbeans.XmlOptions options)
Deprecated.No need to be able to create instances of abstract types
-
parse
public static AbstractReferenceSystemBaseType parse(String xmlAsString) throws org.apache.xmlbeans.XmlException
- Parameters:
xmlAsString- the string value to parse- Throws:
org.apache.xmlbeans.XmlException
-
parse
public static AbstractReferenceSystemBaseType parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
-
parse
public static AbstractReferenceSystemBaseType 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 AbstractReferenceSystemBaseType parse(File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static AbstractReferenceSystemBaseType parse(URL u) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static AbstractReferenceSystemBaseType parse(URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static AbstractReferenceSystemBaseType parse(InputStream is) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static AbstractReferenceSystemBaseType parse(InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static AbstractReferenceSystemBaseType parse(Reader r) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static AbstractReferenceSystemBaseType parse(Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, IOException
- Throws:
org.apache.xmlbeans.XmlExceptionIOException
-
parse
public static AbstractReferenceSystemBaseType parse(XMLStreamReader sr) throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
-
parse
public static AbstractReferenceSystemBaseType parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
-
parse
public static AbstractReferenceSystemBaseType parse(Node node) throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
-
parse
public static AbstractReferenceSystemBaseType parse(Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException
- Throws:
org.apache.xmlbeans.XmlException
-
parse
public static AbstractReferenceSystemBaseType 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 AbstractReferenceSystemBaseType 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
-
-