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