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