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