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