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