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