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