Uses of Interface
openEHR.v1.template.ITEMLIST
-
Packages that use ITEMLIST Package Description openEHR.v1.template openEHR.v1.template.impl -
-
Uses of ITEMLIST in openEHR.v1.template
Methods in openEHR.v1.template that return ITEMLIST Modifier and Type Method Description static ITEMLISTITEMLIST.Factory. newInstance()static ITEMLISTITEMLIST.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ITEMLISTITEMLIST.Factory. parse(File file)static ITEMLISTITEMLIST.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ITEMLISTITEMLIST.Factory. parse(InputStream is)static ITEMLISTITEMLIST.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ITEMLISTITEMLIST.Factory. parse(Reader r)static ITEMLISTITEMLIST.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ITEMLISTITEMLIST.Factory. parse(String xmlAsString)static ITEMLISTITEMLIST.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ITEMLISTITEMLIST.Factory. parse(URL u)static ITEMLISTITEMLIST.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ITEMLISTITEMLIST.Factory. parse(XMLStreamReader sr)static ITEMLISTITEMLIST.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ITEMLISTITEMLIST.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ITEMLISTITEMLIST.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ITEMLISTITEMLIST.Factory. parse(Node node)static ITEMLISTITEMLIST.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of ITEMLIST in openEHR.v1.template.impl
Classes in openEHR.v1.template.impl that implement ITEMLIST Modifier and Type Class Description classITEMLISTImplAn XML ITEM_LIST(@openEHR/v1/Template).
-