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