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