Uses of Interface
org.openehr.schemas.v1.IMPORTEDVERSION
-
Packages that use IMPORTEDVERSION Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of IMPORTEDVERSION in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return IMPORTEDVERSION Modifier and Type Method Description static IMPORTEDVERSIONIMPORTEDVERSION.Factory. newInstance()static IMPORTEDVERSIONIMPORTEDVERSION.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static IMPORTEDVERSIONIMPORTEDVERSION.Factory. parse(File file)static IMPORTEDVERSIONIMPORTEDVERSION.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static IMPORTEDVERSIONIMPORTEDVERSION.Factory. parse(InputStream is)static IMPORTEDVERSIONIMPORTEDVERSION.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static IMPORTEDVERSIONIMPORTEDVERSION.Factory. parse(Reader r)static IMPORTEDVERSIONIMPORTEDVERSION.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static IMPORTEDVERSIONIMPORTEDVERSION.Factory. parse(String xmlAsString)static IMPORTEDVERSIONIMPORTEDVERSION.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static IMPORTEDVERSIONIMPORTEDVERSION.Factory. parse(URL u)static IMPORTEDVERSIONIMPORTEDVERSION.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static IMPORTEDVERSIONIMPORTEDVERSION.Factory. parse(XMLStreamReader sr)static IMPORTEDVERSIONIMPORTEDVERSION.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static IMPORTEDVERSIONIMPORTEDVERSION.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic IMPORTEDVERSIONIMPORTEDVERSION.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic IMPORTEDVERSIONIMPORTEDVERSION.Factory. parse(Node node)static IMPORTEDVERSIONIMPORTEDVERSION.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of IMPORTEDVERSION in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement IMPORTEDVERSION Modifier and Type Class Description classIMPORTEDVERSIONImplAn XML IMPORTED_VERSION(@http://schemas.openehr.org/v1).
-