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