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