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