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