Uses of Interface
net.opengis.gml.x32.CountListDocument
-
Packages that use CountListDocument Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of CountListDocument in net.opengis.gml.x32
Methods in net.opengis.gml.x32 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.x32.impl
Classes in net.opengis.gml.x32.impl that implement CountListDocument Modifier and Type Class Description classCountListDocumentImplA document containing one CountList(@http://www.opengis.net/gml/3.2) element.
-