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