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