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