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