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