Uses of Interface
com.oceaninformatics.characterMapping.CharDocument
-
Packages that use CharDocument Package Description com.oceaninformatics.characterMapping com.oceaninformatics.characterMapping.impl -
-
Uses of CharDocument in com.oceaninformatics.characterMapping
Methods in com.oceaninformatics.characterMapping that return CharDocument Modifier and Type Method Description static CharDocumentCharDocument.Factory. newInstance()static CharDocumentCharDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CharDocumentCharDocument.Factory. parse(File file)static CharDocumentCharDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CharDocumentCharDocument.Factory. parse(InputStream is)static CharDocumentCharDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CharDocumentCharDocument.Factory. parse(Reader r)static CharDocumentCharDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CharDocumentCharDocument.Factory. parse(String xmlAsString)static CharDocumentCharDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CharDocumentCharDocument.Factory. parse(URL u)static CharDocumentCharDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CharDocumentCharDocument.Factory. parse(XMLStreamReader sr)static CharDocumentCharDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CharDocumentCharDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CharDocumentCharDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CharDocumentCharDocument.Factory. parse(Node node)static CharDocumentCharDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of CharDocument in com.oceaninformatics.characterMapping.impl
Classes in com.oceaninformatics.characterMapping.impl that implement CharDocument Modifier and Type Class Description classCharDocumentImplA document containing one Char(@http://oceaninformatics.com/CharacterMapping.xsd) element.
-