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