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