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