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