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