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