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