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