Uses of Interface
net.opengis.gml.x33.xbt.RemarksDocument
-
Packages that use RemarksDocument Package Description net.opengis.gml.x33.xbt net.opengis.gml.x33.xbt.impl -
-
Uses of RemarksDocument in net.opengis.gml.x33.xbt
Methods in net.opengis.gml.x33.xbt that return RemarksDocument Modifier and Type Method Description static RemarksDocumentRemarksDocument.Factory. newInstance()static RemarksDocumentRemarksDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static RemarksDocumentRemarksDocument.Factory. parse(File file)static RemarksDocumentRemarksDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static RemarksDocumentRemarksDocument.Factory. parse(InputStream is)static RemarksDocumentRemarksDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static RemarksDocumentRemarksDocument.Factory. parse(Reader r)static RemarksDocumentRemarksDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static RemarksDocumentRemarksDocument.Factory. parse(String xmlAsString)static RemarksDocumentRemarksDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static RemarksDocumentRemarksDocument.Factory. parse(URL u)static RemarksDocumentRemarksDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static RemarksDocumentRemarksDocument.Factory. parse(XMLStreamReader sr)static RemarksDocumentRemarksDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static RemarksDocumentRemarksDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic RemarksDocumentRemarksDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic RemarksDocumentRemarksDocument.Factory. parse(Node node)static RemarksDocumentRemarksDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of RemarksDocument in net.opengis.gml.x33.xbt.impl
Classes in net.opengis.gml.x33.xbt.impl that implement RemarksDocument Modifier and Type Class Description classRemarksDocumentImplA document containing one remarks(@http://www.opengis.net/gml/3.3/xbt) element.
-