Uses of Interface
org.openehr.schemas.v1.ELEMENT
-
Packages that use ELEMENT Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of ELEMENT in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return ELEMENT Modifier and Type Method Description ELEMENTITEMSINGLE. addNewItem()Appends and returns a new empty "item" elementELEMENTITEMLIST. addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementELEMENTITEMSINGLE. getItem()Gets the "item" elementELEMENT[]ITEMLIST. getItemsArray()Gets array of all "items" elementsELEMENTITEMLIST. getItemsArray(int i)Gets ith "items" elementELEMENTITEMLIST. insertNewItems(int i)Inserts and returns a new empty value (as xml) as the ith "items" elementstatic ELEMENTELEMENT.Factory. newInstance()static ELEMENTELEMENT.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ELEMENTELEMENT.Factory. parse(File file)static ELEMENTELEMENT.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ELEMENTELEMENT.Factory. parse(InputStream is)static ELEMENTELEMENT.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ELEMENTELEMENT.Factory. parse(Reader r)static ELEMENTELEMENT.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ELEMENTELEMENT.Factory. parse(String xmlAsString)static ELEMENTELEMENT.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ELEMENTELEMENT.Factory. parse(URL u)static ELEMENTELEMENT.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ELEMENTELEMENT.Factory. parse(XMLStreamReader sr)static ELEMENTELEMENT.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ELEMENTELEMENT.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ELEMENTELEMENT.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ELEMENTELEMENT.Factory. parse(Node node)static ELEMENTELEMENT.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type ELEMENT Modifier and Type Method Description voidITEMSINGLE. setItem(ELEMENT item)Sets the "item" elementvoidITEMLIST. setItemsArray(int i, ELEMENT items)Sets ith "items" elementvoidITEMLIST. setItemsArray(ELEMENT[] itemsArray)Sets array of all "items" element -
Uses of ELEMENT in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement ELEMENT Modifier and Type Class Description classELEMENTImplAn XML ELEMENT(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return ELEMENT Modifier and Type Method Description ELEMENTITEMSINGLEImpl. addNewItem()Appends and returns a new empty "item" elementELEMENTITEMLISTImpl. addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementELEMENTITEMSINGLEImpl. getItem()Gets the "item" elementELEMENT[]ITEMLISTImpl. getItemsArray()Gets array of all "items" elementsELEMENTITEMLISTImpl. getItemsArray(int i)Gets ith "items" elementELEMENTITEMLISTImpl. insertNewItems(int i)Inserts and returns a new empty value (as xml) as the ith "items" elementMethods in org.openehr.schemas.v1.impl with parameters of type ELEMENT Modifier and Type Method Description voidITEMSINGLEImpl. setItem(ELEMENT item)Sets the "item" elementvoidITEMLISTImpl. setItemsArray(int i, ELEMENT items)Sets ith "items" elementvoidITEMLISTImpl. setItemsArray(ELEMENT[] itemsArray)Sets array of all "items" element
-