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