Uses of Interface
org.openehr.schemas.v1.ACTION
-
Packages that use ACTION Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of ACTION in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 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 org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement ACTION Modifier and Type Class Description classACTIONImplAn XML ACTION(@http://schemas.openehr.org/v1).
-