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