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