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