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